/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com
*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=76b756f3-9e20-4d9d-a548-c9e16e8100b2&fontids=1261935");
@font-face{
    font-family:"NeueHaasGroteskText Pro";
    src:url("resources/1261935/95ea534a-2fc2-4365-9df6-5530cbc58cdf.woff2") format("woff2"),url("Fonts/1261935/4b96e8db-6bb0-4bbf-8561-ad1668425256.woff") format("woff");
}
@-webkit-keyframes rotation {
    to{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotation {
    to{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@font-face {
    font-family: NHaasGrotesk;
    src: url(resources/fonts/2DD0A1_1_0.eot);
    src: url(resources/fonts/2DD0A1_1_0.eot?#iefix) format("embedded-opentype"), url(resources/fonts/2DD0A1_1_0.woff2) format("woff2"), url(resources/fonts/2DD0A1_1_0.woff) format("woff"), url(resources/fonts/2DD0A1_1_0.ttf) format("truetype");
}

@font-face {
    font-family: NHaasGrotesk;
    src: url(resources/fonts/2DD0A1_0_0.eot);
    src: url(resources/fonts/2DD0A1_0_0.eot?#iefix) format("embedded-opentype"), url(resources/fonts/2DD0A1_0_0.woff2) format("woff2"), url(resources/fonts/2DD0A1_0_0.woff) format("woff"), url(resources/fonts/2DD0A1_0_0.ttf) format("truetype");
    font-weight: 700;
}

/** Fonts **/
body article {
    font-family:"NeueHaasGroteskText Pro"
}
body article h1,
body article h2,
body article h3 {
    font-family: NHaasGrotesk, sans-serif;
}


:root {
    --font-weight-120: 120%;
    --color-black: black;
    --color-white: white;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background: var(--color-white);
    position: relative;
    margin: 0;
    color: var(--color-black);
    font-family: NHaasGrotesk, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
}
.site-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px 45px;
}


a,
a:visited {
    color: var(--color-black);
    text-decoration: none;
}
a:active,
a:hover {
    text-decoration: underline;
}
img,
figure {
    width: 100%;
    height: auto;
}
p {
    margin: 15px 0;
}
article p {
    margin: 42px 0;
}
strong, 
b {
    font-weight: 600;
}
article a {
    text-decoration: underline;
}

/** Homepage - Drawing **/
body.home canvas {
    position: absolute;
    z-index: 30;
    display: block;
    top: 0;
}
body.home .home-post .shape-post-title,
body.home .home-post-wrap .shape-post-title,
body.home .home-post-side .shape-post-title,
body.home .home-post-side-reverse .shape-post-title,
body.home .post-thumb-link,
body.home footer .social-icons a,
body.home .sidebar-events a,
body.home .load-more-posts span,
body.home .all-events a {
    z-index: 40;
    position: relative;
}
.shape-post-title {
    margin: 27px 0;
}

/** Mobile **/
.mobile-nav-logo,
.mobile-menu-search,
.mobile-footer-image,
.mobile-homepage-arrow,
.mobile-homepage-events-img,
.mobile-event-image {
    display: none;
}

/** Allow Drawing Over Images **/
body.home.drawing .post-thumb-link {
    z-index: 10;
    position: relative;
}

/** Black BG **/
body.black-bg {
    background: var(--color-black);
    color: var(--color-white);
}
body.black-bg a:not(header nav a), 
body.black-bg a:not(header nav a):visited {
    color: var(--color-white);
}
body.black-bg .top-head svg path {
    fill: var(--color-white);
}
body.black-bg .archive-images ul.img-query li .archive-post-title a {
    color: var(--color-white);
}

body.black-bg footer .european-union svg path,
body.page:not(.home) footer .european-union svg path {
    fill: var(--color-white);
}
body.black-bg .post-next-article-headline svg path {
    stroke: var(--color-white);
}
body.black-bg footer .social-icons a,
body.page:not(.home) footer .social-icons a {
    color: var(--color-white);
}
body.black-bg header nav {
    padding: 0 15px;
}

/** Header **/
header {
    padding: 10px 0px;
    position: relative;
}
header .top-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

header .top-head a {
    position: relative;
    z-index: 100;
}

header #menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 100;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

header .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 500px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
}

.wp-block-paragraph::selection,
.wp-block-paragraph *::selection,
.block-editor-rich-text__editable::selection {
    background: #0073aa !important;
    color: white !important;
}

.block-editor-block-list__layout::selection {
    background: #0073aa !important;
    color: white !important;
}

header .title-area h1 {
    font-size: 90px;
    line-height: var(--font-weight-120);
    text-align: center;
    height: 230px;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-clickable {
    font-style: normal;
    font-weight: 500;
    font-size: 78px;
    line-height: var(--font-weight-120);
    cursor: pointer;
}

.header-clickable:hover {
    text-decoration: underline;
}

/** Home Draw **/
header .home-draw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
header .home-draw span {
    position: relative;
    z-index: 100;
}

header .home-draw * {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

/** Header Menu **/
header nav {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%;
    text-align: center;
    background: var(--color-white);
    padding-bottom: 25px;
}
header nav a {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: var(--font-weight-120);
    text-align: center;
    mix-blend-mode: normal;
    color: var(--color-black);
}
header nav span.header-clickable {
    color: var(--color-black);
}
.custom-shape-divider-bottom-1670408723 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
header nav .header-menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
header nav .header-menu-top form input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: var(--font-weight-120);
    color: var(--color-black);
    border: none;
    outline: none;
    padding-bottom: 3px;
    padding-left: 3px;
    width: 100%;
    font-family: NHaasGrotesk, sans-serif;
}
header nav .header-menu-top form input::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: var(--font-weight-120);
    color: var(--color-black);
    border: none;
    outline: none;
    padding-bottom: 3px;
    padding-left: 3px;
    width: 100%;
    font-family: NHaasGrotesk, sans-serif;
}
header nav .header-menu-top form input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: var(--font-weight-120);
    color: var(--color-black);
    border: none;
    outline: none;
    padding-bottom: 3px;
    padding-left: 3px;
    width: 100%;
    font-family: NHaasGrotesk, sans-serif;
}
header nav .header-menu-top form input::-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: var(--font-weight-120);
    color: var(--color-black);
    border: none;
    outline: none;
    padding-bottom: 3px;
    padding-left: 3px;
    width: 100%;
    font-family: NHaasGrotesk, sans-serif;
}
header nav .header-menu-top form input,
header nav .header-menu-top form input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: var(--font-weight-120);
    color: var(--color-black);
    border: none;
    outline: none;
    padding-bottom: 3px;
    padding-left: 3px;
    width: 100%;
    font-family: NHaasGrotesk, sans-serif;
}
header nav .header-menu-top form input:focus,
header nav .header-menu-top form input:focus-visible {
    padding-bottom: 2px;
    border-bottom: 1px solid;
}
header.open-menu {
    height: 100vh;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 292;
    top: 0;
    left: 0;
    margin: 0;
}
header.open-menu .title-area {
    display: none;
}
header.open-menu nav {
    display: block;
    min-height: 100vh;
    padding: 10px 50px;
}
.header-context-menu ul {
    margin-top: 0px;
}
.header-context-menu a:hover {
    text-decoration: underline;
}
@media screen and (max-width:980px) {
    header {
        padding: 15px 0px 10px;
    }
    header.open-menu {
        height: 100vh;
    }
    header.open-menu nav {
        padding: 10px 20px;
    }
    .header-context-menu a:hover {
        text-decoration: underline;
    }
} 

/** Fixed Menu **/
.fixed-menu {
    margin-left: -217px;
}
@media screen and (max-width:1350px) {
    .fixed-menu {
        margin-left: -191px;
    }
}
@media screen and (max-width:1150px) {
    .fixed-menu {
        margin-left: -179px;
    }
}
@media screen and (max-width:980px) {
    .fixed-menu {
        margin-left: 0px;
        right: 11px;
    }
}

/** Header - Title Area **/
body.single header .title-area {
    min-height: 534px;
}
@media screen and (min-width:981px) {
    body.page:not(.home)  header,
    body.search header {
        background: url(/wp-content/themes/shape/resources/svg/header-page.new.svg);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center center;
    }
    body.single-post header {
        background: url(/wp-content/themes/shape/resources/svg/header-post-interview-new.svg);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 338px -9px;
        padding-bottom: 55px;
    }
    body header .title-area {
        max-width: 1219px;
        margin-inline: auto;
    }
    body.single-post div#content {
        margin-top: -55px;
    }
    body.single-gallery header {
        background: url(/wp-content/themes/shape/resources/svg/header-post-photos.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
    body.single-listen header {
        background: url(/wp-content/themes/shape/resources/svg/header-post-listen.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 49px;
    }
    body.post-type-archive-artists header,
    body.tax-artist-year header {
        background: url(/wp-content/themes/shape/resources/svg/header-artist.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
    body.single-artists header {
        background: url(/wp-content/themes/shape/resources/svg/header-artist-profile.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 75px;
    }
    body.shape-classic.single-artists header {
        background: url(/wp-content/themes/shape/resources/svg/header-artist-shape-classic.svg);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center 141px;
    }
    body.post-type-archive-festivals header {
        background: url(/wp-content/themes/shape/resources/svg/header-festival.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 17px 49px;
        padding-bottom: 100px;
    }
    body.post-type-archive-festivals div#content {
        margin-top: -35px;
    }
    body.single-festivals header {
        background: url(/wp-content/themes/shape/resources/svg/header-festival-profile-new.svg);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 36px 48px;
    }
    body.single-festivals div#content {
        margin-top: -15px;
    }
    body.single-event header,
    body.post-type-archive-event header,
    body.category header {
        background: url(/wp-content/themes/shape/resources/svg/header-events.new.svg);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center 66px;
    }
}
@media screen and (max-width:500px) {
    .title-area {
        margin: 0px -7px !important;
        background-size: cover !important;
    }
}

/** Home - Events Block */
.sidebar-events {
    width: 100%;
    padding-right: 65px;
}
.home-events-area h2 {
    max-width: 660px;
    font-size: 76px;
    line-height: 91%;
    padding-bottom: 45px;
}
.home-events-area .news-area {
    padding-right: 0;
}
.home-events-area .home-post img {
    max-width: 1052px;
}
.home-events-area .eo_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.home-events-area .eo_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px;
}
.home-events-area .eo_info {
    max-width: 418px;
    width: 100%;
    font-weight: 500;
}
.home-events-area .shape-post-title {
    display: none;
}
.home-events-area ul {
    width: 100%;
}
.all-events a {
    font-weight: 500;
    font-size: 76px;
    line-height: 120%;
    display: block;
    text-align: center;
    margin: 35px 0;
}
.all-events a:hover {
    text-decoration: underline;
}

/** Posts Blocks - Capitalize */
.shape-post-title,
.home-artist-info {
    text-transform: uppercase;
}

/** Home News List */
body.home figcaption {
    display: none;
}
.home-post:hover a {
    text-decoration: underline;
}
.home-post img {
    max-height: 700px;
    max-width: 1250px;
}

.home-post a {
    text-decoration: none;
}
.home-post a:hover {
    text-decoration: underline;
}
@media screen and (min-width:980px) {
    .home-post a:hover {
        text-decoration: underline;
    }
}
.home-post .shape-post-title {
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: var(--font-weight-120);
}

/** Home News List - Wrap */
.home-post-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 24px;
}

.home-post-wrap img {
    min-width: 500px;
    min-height: 570px;
}

.home-post-wrap a {
    width: 100%;
    display: block;
    text-decoration: none;
}

.home-post-wrap .shape-post-title {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: var(--font-weight-120);
    text-transform: uppercase;
    padding-left: 25px;
}
.home-post-wrap .shape-post-title:hover {
    text-decoration: underline;
}

/** Home News List - Photos */
.home-post-side-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 14px;
}

.home-post-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.home-post-side:hover {
   text-decoration: underline;
}
.home-post-side img,
.home-post-side-reverse img {
    max-height: 830px;
    max-width: 1250px;
    min-width: 1100px;
}

.home-post-side a,
.home-post-side-reverse a {
    text-decoration: none;
}

.home-post-side .shape-post-title,
.home-post-side-reverse .shape-post-title {
    font-style: normal;
    font-weight: 500;
    font-size: 65px;
    line-height: 120%;
    text-transform: uppercase;
    padding-right: 43px;
}
.home-post-side .shape-post-title {
    padding-right: 43px;
}
.home-post-side-reverse .shape-post-title {
    padding-left: 43px;
}
/** Homepage */
.home-flex-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
}

.news-area {
    width: 100%;
    padding-right: 27px;
}

.sidebar-area {
    min-width: 660px;
    max-width: 700px;
}

.sidebar-area h2 {
    font-weight: 500;
    font-size: 70px;
    line-height: var(--font-weight-120);
    margin: 0px 0px 10px;
}

.sidebar-area li {
    display: block;
}

.sidebar-area li span {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: var(--font-weight-120);
}

.sidebar-area li cite {
    font-weight: 450;
    font-size: 30px;
    line-height: var(--font-weight-120);
}

.all-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sidebar-news ul li img {
    max-height: 465px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

/** Home Artist of the Week **/
.home-artist-of-the-week {
    padding-bottom: 45px;
}

.home-artist-info {
    font-style: normal;
    font-weight: 500;
    font-size: 65px;
    line-height: var(--font-weight-120);
    width: 680px;
}

.home-artist-image {
    width: calc(100% - 740px);
    max-width: 1250px;
    padding-left: 30px;
}
.home-artist-image img {
    max-height: 800px;
    max-width: 1250px;
}

/** Home Image Flex Fix **/
.post-thumb-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.post-thumb-link figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.post-thumb-link img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

/** See More **/
.load-more-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 76px;
    line-height: var(--font-weight-120);
    margin-top: 45px;
}
.load-more-posts span:hover {
    cursor: pointer;
    text-decoration: underline;
}
.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
#load-more-posts-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#load-more-posts-area ul:has(section) {
    padding-top: 45px;
}
.event-archive-col .home-loading,
#load-more-posts-area .home-loading {
    display: none;
    width: 100%;
    text-align: center;
    padding: 40px;
}
.event-archive-col .home-loading.active,
#load-more-posts-area .home-loading.active {
    display: block;
}
.event-archive-col .home-loading svg,
#load-more-posts-area .home-loading svg {
    -webkit-animation: rotation 2s infinite linear;
            animation: rotation 2s infinite linear;
}

/** Footer **/
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 25px;
}
footer .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
    width: 100%;
    margin-top: 25px;
}
footer .social-icons a {
    font-weight: 500;
    font-size: 70px;
    line-height: var(--font-weight-120);
    text-decoration: none;
}
footer .social-icons a:hover {
    text-decoration: underline;
}
footer .european-union {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;            
}
footer .european-union img {
    width: auto;
    height: auto;
    min-width: 0;
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
}
.european-union-text {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: var(--font-weight-120);
    max-width: 577px;
    display: block;
    padding-left: 35px;
}
footer .copyright {
    font-weight: 500;
    font-size: 40px;
    line-height: var(--font-weight-120);
    margin-left: auto;
}

/** Posts **/
body.single header .title-area h1 {
    height: auto;
}
body.category-listen .posted-on {
    margin-top: 15px;
    display: block;
}
body.category-listen .relative-wrapper .posted-on {
    margin-top: 0px;
}
body.single .posted-on {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: var(--font-weight-120);
}
.article-main-content {
    font-weight: 500;
    font-size: 34px;
    line-height: var(--font-weight-120);
    max-width: 1203px;
    margin: 0 auto;
    padding-top: 10px;        /* Likely future */   
}
.article-main-content p {
    margin: 25px 0;
}
.article-main-content h2 {
    margin: 30px 0;
}
.gallery-fix,
.gallery * {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */   
}
.gallery-fix .wp-block-columns {
    gap: 50px;
}
.gallery-fix .wp-block-column p {
    margin-top: 0px;
}
.gallery-fix figure.wp-block-gallery {
    display: none;
}

/** Posts - Default **/
.single-article-thumb {
    margin-top: 25px;
}
.single-article-thumb img {
    max-height: 1050px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

/** Posts - Listen **/
.listen-strip {
    font-size: 0;
}
.relative-wrapper {
    position: relative;
}
.listen-posten-on {
    position: absolute;
    top: 15px;
    left: 25px;
}

/** Posts - Gallery **/
.gallery {
    margin-top: 15px;
}
.gallery ul {
    position: relative;
    font-size: 0;
}
.gallery ul li {
    display: none;
}
.gallery ul li:first-child {
    display: block;
}
.gallery ul li.non-active {
    display: none;
}
.gallery ul li.active {
    display: block;
}
.gallery ul li:hover {
    cursor: pointer;
}
.gallery ul li img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 1000px;
    max-height: 100vh;
}
.gallery .arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    padding: 50px 0;
}
.gallery .arrow.hide {
    display: none;
}
.gallery .arrow.show {
    display: block;
}
.gallery .arrow-left {
    left: 35px;
}
.gallery .arrow-right {
    right: 35px;
}

/** Posts - Share **/
.article-main-content.article-social {
    margin-bottom: 35px;
}
.post-share {
    padding-bottom: 30px;
}
.post-share span {
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 40px;
    line-height: var(--font-weight-120);
}
.post-share-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
}
.post-share-links a {
    text-decoration: none;
    font-weight: 500;
    font-size: 40px;
    line-height: var(--font-weight-120);
    text-decoration: underline;
}

/** Posts - Next **/
.post-next-article {
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: var(--font-weight-120);
    text-align: center;
    margin-top: 70px;
}
.post-next-article .post-next-article-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
@media screen and (min-width:1300px) {
    .post-next-article .post-next-article-headline svg {
        position: absolute;
        right: 90px;
        top: 21.5px;
    }
    .black-bg .post-next-article .post-next-article-headline svg {
        top: 22px;
    }
}
/* @media screen and (max-width:1300px) {
    .post-next-article .post-next-article-headline svg {
        top: 22px;
    }
}
@media screen and (max-width:1230px) {
    .post-next-article .post-next-article-headline svg {
        top: 23px;
        right: 65px;
    }
}
@media screen and (max-width:1200px) {
    .post-next-article .post-next-article-headline svg {
        top: 22px;
        right: 54px;
    }
} */
.post-next-article a {
    text-decoration: none;
}
.post-next-article a:hover {
    text-decoration: underline;
}

/** Page **/
body.page:not(.home)  header .title-area {
    min-height: 400px;
}
body.page:not(.home) footer {
    background: var(--color-black);
    margin: 0 -45px;
    padding: 46px 50px;
    color: var(--color-white);
}
body.page:not(.home) .page-footer {
    background: var(--color-black);
    margin: 0 -45px;
    padding: 46px 50px;
    color: var(--color-white);
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: var(--font-weight-120);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body.page:not(.home) .page-footer .footer-col {
    width: 50%;
    display: block;
}
body.page:not(.home) .page-footer h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: var(--font-weight-120);
    margin: 0;
}
body.page:not(.home) .page-footer a {
    color: var(--color-white);
}
body.page:not(.home) .page-footer .link-no-underline a {
    text-decoration: none;
}
body.page:not(.home) .page-footer .link-no-underline a:hover {
    text-decoration: underline;
}
body.page:not(.home) .page-footer .link-block a {
    display: block;
}
body.page:not(.home) .page-footer .link-block a:hover {
    text-decoration: underline;
}
body.page:not(.home)  article.page {
    margin: 100px 0px;
}
body.page:not(.home)  article.page h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: var(--font-weight-120);
    margin: 0;
}
body.page:not(.home)  article.page img {
    max-width: 85%;
    margin: 0 auto;
    display: block;
}
body.page:not(.home) figure {
    margin: 50px 0;
}
body.page:not(.home) .article-main-content {
    font-size: 30px;
    line-height: 37px;
}
body.page:not(.home) .page-footer .footer-shape-team a,
body.page:not(.home) .page-footer .footer-shape-partners a,
body.page:not(.home) .page-footer .footer-shape-visuals a {
    text-decoration: underline;
}
@media screen and (max-width:980px) {
    body.page:not(.home) .page-footer .footer-shape-team a, body.page:not(.home) .page-footer .footer-shape-partners a, body.page:not(.home) .page-footer .footer-shape-visuals a {
        text-decoration: underline;
    }
}
@media screen and (max-width:500px) {
    body.page:not(.home) .article-main-content {
        font-size: 18px;
        line-height: 22px;
    }
    body.page:not(.home) article.page img {
        max-width: 100%;
    }

    /** About **/
    body.page-id-35 .article-main-content {
        font-weight: 400;
    }
    body.page-id-35 article.page .special-about img {
        max-width: 537px;
        width: 537px;
    }
    article#page-35 p strong {
        font-weight: normal;
    }
}

/** Festival Posts **/
.festival {
    margin-top: 50px;
}
.festival .festival-meta {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: var(--font-weight-120);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 24px;
}
.festival .festival-year {
    margin-right: 48px;
}
.festival .festival-loc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px;
}
.festival .festival-link {
    margin-left: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.festival .festival-meta .festival-link p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 24px;
}
.festival .festival-meta .festival-link a {
    text-decoration: underline;
}
.festival .festival-image img {
    max-height: 1050px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.festival .festival-image img.aow {
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.festival article {
    font-weight: 400;
    font-size: 30px;
    line-height: var(--font-weight-120);
    max-width: 1283px;
    margin: 0 auto;
}
.festival article .festival-info-title {
    font-weight: 500;
    font-size: 50px;
    line-height: var(--font-weight-120);
    margin-bottom: 30px;
}
.festival article .festival-info-list li {
    margin-bottom: 25px;
}
.festival article .festival-info-list li a {
    font-weight: 400;
    font-size: 30px;
    line-height: var(--font-weight-120);
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.festival h3.festival-info-title.festival-upcoming-events {
    margin-top: 60px;
}
@media screen and (max-width:980px) {
    .festival h3.festival-info-title.festival-upcoming-events {
        margin-top: 0;
    }
    .festival .festival-upcoming-list {
        margin-bottom: 60px;
    }
}

/** Archive Pages **/
#primary {
    max-width: 1656px;
    margin: 50px auto 0;
}
#primary.events-archive {
    margin-top: 150px;
}
.single #primary {
    max-width: initial;
}
.archive-images ul.img-query {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 54px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.archive-images ul.img-query li {
    width: calc(33% - 54px);
}
.archive-images ul.img-query li .archive-post-title a {
    font-weight: 500;
    font-size: 50px;
    line-height: var(--font-weight-120);
    text-decoration: none;
    padding-top: 15px;
    display: block;
}
.archive-images ul.img-query li .archive-post-title a:hover {
    text-decoration: underline;
}
h3.archive-info-title {
    font-weight: 500;
    font-size: 90px;
    line-height: var(--font-weight-120);
    margin: 50px 0 0;
}
.post-type-archive-festivals h3.archive-info-title {
    padding-bottom: 60px;
}
.archive-info-list li a {
    font-weight: 400;
    font-size: 30px;
    line-height: var(--font-weight-120);
    display: inline-block;
    margin-bottom: 25px;
}
.post-type-archive-festivals .archive-info-list li a {
    text-decoration: underline;
}

/** Archive Events **/
.event-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
}
.event-archive-col {
    width: calc(50% - 20px);
    overflow: hidden;
}
.event-archive-col.event-left {
    margin-top: -110px;
}
.events-archive h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: var(--font-weight-120);
    padding-bottom: 65px;
}
.event-archive-col.event-right {
    padding-top: 65px;
}
.event-archive .eo_info {
    margin-bottom: 60px;
}
@media screen and (max-width:980px) {
    .events-archive h2 {
        padding-bottom: 20px;
    }
    .event-archive-col.event-right {
        padding-top: 0;
    }
}
.event-archive .eo_title a {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: var(--font-weight-120);
    margin-bottom: 11px;
    display: block;
}
.events-archive .eo_date,
.events-archive .eo_place {
    font-weight: 400;
    font-size: 30px;
    line-height: var(--font-weight-120);
    min-width: auto;
    font-family:"NeueHaasGroteskText Pro"
}
.event-archive ul .selected-event .eo_title a {
    text-decoration: underline;
}
.event-archive-col .shape-post-title {
    margin-bottom: 15px;
}
.event-archive-content {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: var(--font-weight-120);
    font-family:"NeueHaasGroteskText Pro";
    scroll-margin: 50px;
}
.event-archive-content a {
    text-decoration: underline;
}
.festival-connections-at-events {
    margin: 35px 0;
}
@media screen and (min-width:981px) {
    .special-about img {
        max-width: 100% !important;
        width: 100%;
    }
    .archive-right-more-info a {
        font-size: 30px;
        line-height: 37px;
    }
}

/** Artist Archive **/
#primary.artist-archive {
    max-width: 100%;
    margin-bottom: 60px;
}
.artist-archive h2 {
    font-weight: 500;
    font-size: 90px;
    line-height: 108px;
}
.artist-archive .year-list {
    width: 100%;
    margin: 0 auto;
    padding-left: 45px;
}
.artist-archive .year-list a, 
.artist-archive .year-list li:after {
    padding-right: 15px;
}
.artist-archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.artist-archive-list a {
    font-weight: 500;
    font-size: 50px;
    line-height: var(--font-weight-120);
    text-decoration: none;
}
.artist-archive-list a:hover {
    text-decoration: underline;
}
.artist-archive-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0;
}
.artist-archive-flex > div {
    width: 50%;
}
.artist-archive-flex .shape-post-title {
    display: none;
}
.artist-year-highlighted a {
    text-decoration: underline !important;
}

/** Search **/
.search-item {
    padding-left: 3px;
}
.search-item a {
    text-decoration: underline;
}
.search-name {
    margin-left: -3px;
    margin-bottom: 10px;
}
.search-item .search-name a {
    font-weight: 500;
    font-size: 75px;
    line-height: var(--font-weight-120);
}
.search-meta,
.search-excerpt {
    font-size: 35px;
    line-height: var(--font-weight-120);
}

.search-none .search-none-text {
    font-size: 80px;
    line-height: var(--font-weight-120);
    text-align: center;
}
.search-none .search-another-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px 0px 120px;
}
.search-none .search-another-form input {
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: var(--font-weight-120);
    color: var(--color-black);
    border: none;
    outline: none;
    padding-left: 3px;
    padding-bottom: 2px;
    border-bottom: 1px solid;
    margin-top: 15px;
}

/** Responsive **/
@media screen and (max-width:1750px) {
    .sidebar-area {
        min-width: 465px;
    }
    .home-post-side img, 
    .home-post-side-reverse img {
        max-height: 700px;
        min-width: 800px;
    }
}
@media screen and (max-width:1550px) {
    .home-events-area h2 {
        font-size: 70px;
    }
    .home-post img {
        max-height: 600px;
        min-width: auto;
        max-width: 100%;
    }
    .home-post-side img, 
    .home-post-side-reverse img {
        max-height: 700px;
        min-width: 750px;
        max-width: 840px;
    }
    .home-post-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 24px;
    }
    .home-post-wrap .shape-post-title {
        padding-left: 0;
        font-size: 40px;
        line-height: var(--font-weight-120);
    }
    .sidebar-news ul li img {
        max-height: 365px;
    }
    .sidebar-news ul li img {
        max-height: 465px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .sidebar-area h2 {
        font-size: 60px;
        line-height: var(--font-weight-120);
    }
    .home-post-side .shape-post-title, 
    .home-post-side-reverse .shape-post-title,
    .home-artist-info {
        width: auto;
        font-size: 65px;
        line-height: var(--font-weight-120);
    }
    body.page:not(.home) .page-footer h3 {
        font-size: 80px;
    }
    footer .european-union svg {
        max-width: 250px;
    }
    footer .european-union-text {
        max-width: 450px;
    }
    footer .copyright {
        font-size: 35px;
        line-height: var(--font-weight-120);
    }
}
@media screen and (max-width:1350px) {
    .header-clickable {
        font-size: 75px;
    }
    .sidebar-area {
        min-width: 400px;
    }
    .home-post-side .shape-post-title, 
    .home-post-side-reverse .shape-post-title, 
    .home-artist-info {
        font-size: 55px;
    }
    body.page:not(.home) .page-footer,
    body.page:not(.home) footer {
        padding: 46px 40px;
    }
    body.page:not(.home) .page-footer h3 {
        font-size: 65px;
    }
    footer .european-union svg {
        max-width: 235px;
    }
    footer .european-union-text {
        max-width: 440px;
    }
    footer .copyright {
        font-size: 33px;
        line-height: var(--font-weight-120);
    }
    .event-archive .eo_title a {
        font-size: 48px;
        line-height: var(--font-weight-120);
    }
    .archive-images ul.img-query li .archive-post-title a {
        font-size: 42px;
        line-height: var(--font-weight-120);
    }
}
@media screen and (max-width:1260px) {
    .sidebar-area {
        min-width: 380px;
    }
    .news-area {
        padding-right: 45px;
    }
    .home-post-side img, 
    .home-post-side-reverse img {
        max-height: 650px;
        min-width: 650px;
        max-width: 750px;
    }
    .home-post-side .shape-post-title, 
    .home-post-side-reverse .shape-post-title, 
    .home-artist-info {
        font-size: 50px;
    }
    .home-events-area .eo_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .home-events-area .eo_date {
        min-width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 7px;
    }
    body.page:not(.home) .page-footer h3 {
        font-size: 60px;
    }
    footer .european-union {
        width: 50%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    footer .european-union svg {
        max-width: 350px;
    }
    footer .european-union-text {
        max-width: 50%;
        font-size: 14px;
        line-height: var(--font-weight-120);
        padding: 0;
    }
    footer .copyright {
        font-size: 40px;
        line-height: var(--font-weight-120);
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .archive-images ul.img-query li .archive-post-title a {
        font-size: 39px;
    }
}
@media screen and (max-width:1150px) {
    .home-events-area h2 {
        font-size: 70px;
    }
    .header-clickable {
        font-size: 72px;
    }
    .sidebar-area {
        min-width: auto;
    }
    .news-area {
        padding-right: 35px;
    }
    .home-post-side img, 
    .home-post-side-reverse img {
        max-height: 630px;
        min-width: 635px;
        max-width: 710px;
    }
    .home-post-side .shape-post-title, 
    .home-post-side-reverse .shape-post-title, 
    .home-artist-info {
        font-size: 46px;
    }
    body.page:not(.home) .page-footer h3 {
        font-size: 55px;
    }
    footer {
        margin-top: 20px;
    }
    footer .social-icons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .event-archive .eo_title a {
        font-size: 43px;
    }
    .archive-images ul.img-query li .archive-post-title a {
        font-size: 36px;
    }
    .search-none .search-another-form input {
        width: 100%;
    }
}
@media screen and (max-width:1050px) {
    .home-events-area h2 {
        font-size: 65px;
    }
    .sidebar-area h2 {
        font-size: 51px;
    }
    .news-area {
        padding-right: 30px;
    }
    .home-post-side img, 
    .home-post-side-reverse img {
        max-height: 600px;
        min-width: 600px;
        max-width: 660px;
    }
    body.page:not(.home) .page-footer h3 {
        font-size: 50px;
    }
    .event-archive .eo_title a {
        font-size: 40px;
    }
}
@media screen and (max-width:980px) {
    .festival .festival-meta .festival-link a {
        text-decoration: underline;
    }
    .festival article .festival-info-list li a {
        text-decoration: underline;
    }
    .event-archive .eo_info {
        margin-bottom: 40px;
    }
    .artist-archive-links .year-list a,
    .artist-archive-links .year-list li:after,
    .artist-archive-links h2 {
        font-size: 75px;
        line-height: 120%;
    }
    .artist-archive-thumb {
        display: none;
    }
    .artist-archive-flex > div {
        width: 100%;
    }
    .artist-archive .year-list {
        width: 100%;
        padding-left: 0;
    }
    .artist-year-highlighted a {
        text-decoration: underline !important;
    }
    .site-container {
        padding: 0px 15px;
    }
    body.page:not(.home) .page-footer,
    body.page:not(.home) footer {
        margin: 0 -15px;
    }
    html#shape {
        margin-top: 0px !important;
    }
    .site-container {
        overflow: hidden;
    }
    #primary {
        padding: 0 10px;
    }
    .home-events-area h2 {
        padding-bottom: 15px;
    }
    .article-main-content,
    .festival article,
    .post-share span {
        font-size: 37px;
        line-height: var(--font-weight-120);
    }
    body.single .posted-on {
        line-height: var(--font-weight-120);
    }
    body.page:not(.home) header .title-area {
        min-height: 370px;
    }
    body.page:not(.home) header .title-area h1 {
        height: 450px;
        margin-top: 50px;
    }
    body.page:not(.home) header .title-area, 
    body.search header .title-area {
        background-size: inherit;
    }
    .top-head svg {
        max-width: 350px;
    }
    .header-clickable {
        font-size: 70px;
    }
    header.open-menu nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        min-height: auto;
    }
    .mobile-nav-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
    }
    .mobile-nav-logo cite {
        background: url(./resources/img/mobile-header-menu-logo.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        height: 150px;
        width: 40%;
    }
    .mobile-nav-logo #close-menu {
        width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-right: 2%;
    }
    .header-context-menu {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        padding-top: 29px;
    }
    header nav .header-menu-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        padding: 52px 0;
    }
    header nav .header-menu-top .mobile-menu-search {
        display: block;
        font-style: normal;
        font-weight: 500;
        font-size: 73px;
        line-height: var(--font-weight-120);
        text-align: center;
        width: 100%;
        cursor: pointer;
    }
    body.black-bg header nav .header-menu-top .mobile-menu-search {
        color: black;
    }
    header nav .header-menu-top .mobile-menu-search.hide {
        display: none;
    }
    header nav .header-menu-top form {
        display: none;
    }
    header nav .header-menu-top form.show {
        display: block;
    }
    header nav .header-menu-top form input#search {
        border-bottom: 1px solid;
    }
    header nav .header-menu-top form input[type="submit"] {
        background: none;
        color: var(--color-black);
        margin-top: 15px;
        border: none;
    }
    header nav .header-menu-top form input::-webkit-input-placeholder {
        font-size: 73px;
        line-height: var(--font-weight-120);
    }
    header nav .header-menu-top form input::-moz-placeholder {
        font-size: 73px;
        line-height: var(--font-weight-120);
    }
    header nav .header-menu-top form input:-ms-input-placeholder {
        font-size: 73px;
        line-height: var(--font-weight-120);
    }
    header nav .header-menu-top form input::-ms-input-placeholder {
        font-size: 73px;
        line-height: var(--font-weight-120);
    }
    header nav .header-menu-top form input, 
    header nav .header-menu-top form input::placeholder, 
    header nav a {
        font-size: 73px;
        line-height: var(--font-weight-120);
    }
    header .home-draw,
    body.home canvas {
        display: none;
    }
    header .title-area h1 {
        height: 550px;
        font-size: 60px;
        line-height: var(--font-weight-120);
    }
    .home-flex-area,
    .home-post-wrap,
    .home-post-side {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .home-post-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .home-flex-area .news-area {
        padding-right: 0;
    }
    .home-post .shape-post-title,
    .home-post-wrap .shape-post-title,
    .home-artist-info,
    .home-post-side .shape-post-title, 
    .home-post-side-reverse .shape-post-title {
        padding-left: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: var(--font-weight-120);
    }
    .home-artist-info {
        display: block;
    }
    .home-post {
        padding-bottom: 25px;
    }
    .sidebar-news ul li img,
    .home-post-wrap img,
    .post-thumb-link img,
    .home-artist-of-the-week img,
    .home-post-side img, 
    .home-post-side-reverse img {
        min-width: auto;
        min-height: auto;
        max-height: 700px;
        padding-bottom: 15px;
    }
    .home-artist-of-the-week img {
        padding-bottom: 15px;
    }
    .sidebar-news ul li img,
    .post-thumb-link img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .sidebar-area {
        max-width: 100%;
        width: 100%;
    }
    .home-post img,
    .home-post-side img, 
    .home-post-side-reverse img {
        max-width: 100%;
    }
    .home-artist-info {
        width: 100%;
    }
    .home-post-side img, 
    .home-post-side-reverse img {
        min-width: auto;
    }
    .mobile-homepage-arrow {
        margin: 10px 0;
        display: block;
        text-align: center;
    }
    .mobile-homepage-arrow svg {
        width: 475px;
        height: 100px;
    }
    .mobile-homepage-events-img {
        display: block;
        margin: 35px auto;
        max-width: 650px;
    }
    .sidebar-area h2 {
        font-size: 65px;
        line-height: var(--font-weight-120);
        padding-bottom: 15px;
    }
    .home-events-area .eo_date {
        display: block;
        width: 34%;
        padding-right: 1%;
    }
    .home-events-area .eo_wrap {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .home-events-area .eo_info {
        text-align: left;
        margin-right: auto;
        width: 65%;
    }
    .home-events-area .eo_title a, 
    .home-events-area .eo_place a {
        font-size: 33px;
        font-weight: 400;
        line-height: var(--font-weight-120);
    }
    .sidebar-news ul li img {
        max-height: 365px;
        max-height: 530px;
    }
    .load-more-posts {
        padding: 25px 0 45px;
        font-size: 80px;
        line-height: var(--font-weight-120);
    }
    .mobile-footer-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 150px;
        padding-bottom: 20px;
    }
    body:not(.black-bg) .mobile-footer-image svg path {
        stroke: var(--color-black);
    }
    body.page:not(.home) .page-footer,
    body.page:not(.home) footer {
        padding: 46px 20px;
    }
    body.page:not(.home) .page-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    body.page:not(.home) .mobile-footer-image {
        background: var(--color-black);
    }
    body.page:not(.home) .mobile-footer-image svg path {
        stroke: var(--color-white);
    }
    .mobile-footer-image img {
        height: 100%;
    }
    footer .social-icons {
        gap: 25px;
        margin-bottom: 0;
        width: 50%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    footer .european-union {
        width: 50%;
    }
    footer .european-union svg {
        max-width: 100%;
    }
    footer .european-union-text {
        font-weight: 400;
        font-size: 17px;
        line-height: var(--font-weight-120);
        max-width: 100%;
        padding: 15px 4px 10px;
    }
    footer .copyright {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    /** Events **/
    .event-archive {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    #primary.events-archive,
    .event-archive-col.event-left {
        margin-top: 0;
    }
    .event-archive-col {
        width: 100%;
    }
    .mobile-event-image {
        display: block;
        margin: 25px 0 15px;
    }
    /** Festivals **/
    .archive-images ul.img-query {
        gap: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 650px;
        margin-inline: auto;
    }
    .archive-images ul.img-query li {
        width: 100%;
    }
    .archive-images ul.img-query li .archive-post-title a {
        font-size: 34px;
    }
    .archive-info-list li a {
        font-size: 28px;
    }
    h3.archive-info-title,
    .post-next-article,
    .search-none .search-none-text,
    .search-none .search-another-form input,
    .events-archive h2,
    body.page:not(.home) article.page h2 {
        font-size: 70px;
        line-height: var(--font-weight-120);
    }
    /** Posts **/
    .post-next-article-headline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .post-share-links a {
        font-size: 35px;
        line-height: var(--font-weight-120);
    }
    .gallery ul li img {
        height: 750px;
    }
    .gallery .arrow,
    .gallery .arrow svg {
        max-width: 150px;
    }
    .event-archive-content {
        font-size: 20px;
    }
    header .top-head {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}
@media screen and (max-width:900px) {
    .artist-archive-links .year-list a,
    .artist-archive-links .year-list li:after,
    .artist-archive-links h2 {
        font-size: 70px;
    }
    .article-main-content,
    .festival article,
    .post-share span {
        font-size: 36px;
    }
    header .title-area h1 {
        font-size: 55px;
    }
    .home-post .shape-post-title,
    .home-post-wrap .shape-post-title,
    .home-artist-info,
    .home-post-side .shape-post-title, 
    .home-post-side-reverse .shape-post-title {
        font-size: 39px;
    }
    .home-events-area .eo_date {
        font-size: 36px;
        line-height: var(--font-weight-120);
    }
    .home-events-area .eo_title a, 
    .home-events-area .eo_place a {
        font-size: 31px;
        line-height: var(--font-weight-120);
    }
    .load-more-posts {
        font-size: 78px;
    }
    footer .social-icons a {
        font-size: 60px;
        line-height: var(--font-weight-120);
    }
    .archive-images ul.img-query li .archive-post-title a {
        font-size: 33px;
    }
    .archive-info-list li a {
        font-size: 26px;
    }
    h3.archive-info-title,
    .post-next-article,
    .search-none .search-none-text,
    .search-none .search-another-form input,
    .events-archive h2,
    body.page:not(.home) article.page h2 {
        font-size: 65px;
    }
    .post-share-links a {
        font-size: 35px;
    }
    .gallery ul li img {
        height: 700px;
    }
    .gallery .arrow,
    .gallery .arrow svg {
        max-width: 140px;
    }
}
@media screen and (max-width:768px) {
    .event-archive-content {
        font-size: 18px;
    }
    .event-archive .eo_title a {
        font-size: 33px;
    }
    .artist-archive-list a {
        font-size: 46px;
    }
    .artist-archive-links .year-list a,
    .artist-archive-links .year-list li:after,
    .artist-archive-links h2 {
        font-size: 65px;
    }
    .mobile-nav-logo cite {
        height: 130px;
    }
    header nav .header-menu-top form input::-webkit-input-placeholder {
        font-size: 60px;
    }
    header nav .header-menu-top form input::-moz-placeholder {
        font-size: 60px;
    }
    header nav .header-menu-top form input:-ms-input-placeholder {
        font-size: 60px;
    }
    header nav .header-menu-top form input::-ms-input-placeholder {
        font-size: 60px;
    }
    header nav .header-menu-top form input, 
    header nav .header-menu-top form input::placeholder, 
    header nav a,
    header nav .header-menu-top .mobile-menu-search {
        font-size: 60px;
    }
    .home-events-area h2 {
        font-size: 55px;
        padding-bottom: 15px;
    }
    .article-main-content,
    .festival article,
    .post-share span {
        font-size: 32px;
    }
    .top-head svg {
        max-width: 340px;
    }
    header .title-area h1 {
        font-size: 50px;
    }
    .home-post .shape-post-title,
    .home-post-wrap .shape-post-title,
    .home-artist-info,
    .home-post-side .shape-post-title, 
    .home-post-side-reverse .shape-post-title {
        font-size: 37px;
    }
    .sidebar-area h2 {
        font-size: 56px;
    }
    .home-events-area .eo_date {
        font-size: 33px;
    }
    .home-events-area .eo_title a, 
    .home-events-area .eo_place a {
        font-size: 29px;
    }
    .load-more-posts {
        font-size: 74px;
    }
    .event-archive-col .home-loading svg,
    .home-loading svg {
        max-width: 80px;
    }
    body.page:not(.home) .page-footer h3 {
        font-size: 38px;
        line-height: var(--font-weight-120);
    }
    body.page:not(.home) .page-footer .link-block a,
    body.page:not(.home) .page-footer .footer-item p {
        font-size: 25px;
        line-height: var(--font-weight-120);
    }
    footer .social-icons {
        gap: 20px;
        /*width: 40%;*/
        margin-top: 0;
    }
    footer .social-icons a {
        font-size: 55px;
    }
    footer .european-union {
        /*width: 60%;*/
    }
    footer .european-union-text {
        padding: 15px 0px 10px;
    }
    footer .copyright {
        font-size: 28px;
        line-height: var(--font-weight-120);
    }
    .search-item .search-name a {
        font-size: 60px;
        line-height: var(--font-weight-120);
    }
    .search-meta, .search-excerpt {
        font-size: 30px;
        line-height: var(--font-weight-120);
    }
    .archive-images ul.img-query li .archive-post-title a {
        font-size: 31px;
    }
    .archive-info-list li a {
        font-size: 24px;
    }
    h3.archive-info-title,
    .post-next-article,
    .search-none .search-none-text,
    .search-none .search-another-form input,
    .events-archive h2,
    body.page:not(.home) article.page h2 {
        font-size: 60px;
    }
    .post-share-links {
        gap: 20px;
    }
    .post-share-links a {
        font-size: 25px;
    }
    .gallery ul li img {
        height: 550px;
    }
    .gallery .arrow {
        padding: 0;
    }
    .gallery .arrow,
    .gallery .arrow svg {
        max-width: 125px;
    }
    .gallery .arrow-left {
        left: 20px;
    }
    .gallery .arrow-right {
        right: 20px;
    }
    .events-archive .eo_date, 
    .events-archive .eo_place,
    .events-archive .eo_place a {
        font-size: 25px;
    }
}
@media screen and (max-width:700px) {
    header nav .header-menu-top form input::-webkit-input-placeholder {
        font-size: 55px;
    }
    header nav .header-menu-top form input::-moz-placeholder {
        font-size: 55px;
    }
    header nav .header-menu-top form input:-ms-input-placeholder {
        font-size: 55px;
    }
    header nav .header-menu-top form input::-ms-input-placeholder {
        font-size: 55px;
    }
    header nav .header-menu-top form input, 
    header nav .header-menu-top form input::placeholder, 
    header nav a,
    header nav .header-menu-top .mobile-menu-search {
        font-size: 55px;
    }
    .article-main-content,
    .festival article,
    .post-share span {
        font-size: 30px;
    }
    .top-head svg {
        max-width: 300px;
        height: 74px;
    }
    .header-clickable {
        font-size: 60px;
    }

    header .title-area h1 {
        font-size: 46px;
    }
    .home-post .shape-post-title,
    .home-post-wrap .shape-post-title,
    .home-artist-info,
    .home-post-side .shape-post-title, 
    .home-post-side-reverse .shape-post-title {
        font-size: 36px;
    }
    .site-container {
        padding: 0px 7px;
    }
    body.page:not(.home) footer {
        margin: 0px -7px;
    }
    .mobile-homepage-arrow svg {
        width: 330px;
        height: 80px;
    }
    .sidebar-area h2 {
        font-size: 54px;
    }
    .home-events-area .eo_date {
        font-size: 29px;
    }
    .home-events-area .eo_title a, 
    .home-events-area .eo_place a {
        font-size: 26px;
    }
    .load-more-posts {
        font-size: 65px;
    }
    footer .social-icons a {
        font-size: 30px;
    }
    .european-union-text {
        font-size: 15px;
        line-height: var(--font-weight-120);
    }
    footer .copyright {
        font-size: 25px;
        line-height: var(--font-weight-120);
    }
    .search-item .search-name a {
        font-size: 55px;
    }
    .search-meta, .search-excerpt {
        font-size: 28px;
    }
    h3.archive-info-title,
    .post-next-article,
    .search-none .search-none-text,
    .search-none .search-another-form input,
    .events-archive h2,
    body.page:not(.home) article.page h2 {
        font-size: 55px;
    }
    .gallery ul li img {
        height: 540px;
    }
    .gallery .arrow,
    .gallery .arrow svg {
        max-width: 120px;
    }
    .gallery .arrow-left {
        left: 18px;
    }
    .gallery .arrow-right {
        right: 18px;
    }
}
@media screen and (max-width:600px) {
    .artist-archive-list a {
        font-size: 43px;
    }
    .artist-archive-links .year-list a,
    .artist-archive-links .year-list li:after,
    .artist-archive-links h2 {
        font-size: 55px;
    }
    .mobile-nav-logo cite {
        height: 120px;
    }
    header nav .header-menu-top form input::-webkit-input-placeholder {
        font-size: 50px;
    }
    header nav .header-menu-top form input::-moz-placeholder {
        font-size: 50px;
    }
    header nav .header-menu-top form input:-ms-input-placeholder {
        font-size: 50px;
    }
    header nav .header-menu-top form input::-ms-input-placeholder {
        font-size: 50px;
    }
    header nav .header-menu-top form input, 
    header nav .header-menu-top form input::placeholder, 
    header nav a,
    header nav .header-menu-top .mobile-menu-search {
        font-size: 50px;
    }
    .article-main-content,
    .festival article,
    .post-share span,
    body.single .posted-on {
        font-size: 28px;
    }
    .top-head svg {
        max-width: 280px;
        height: 70px;
    }
    .header-clickable {
        font-size: 55px;
    }
    header .title-area h1 {
        font-size: 44px;
    }
    .home-post .shape-post-title,
    .home-post-wrap .shape-post-title,
    .home-artist-info,
    .home-post-side .shape-post-title, 
    .home-post-side-reverse .shape-post-title {
        font-size: 34px;
    }
    .mobile-homepage-arrow svg {
        width: 300px;
        height: 70px;
    }
    .sidebar-area h2 {
        font-size: 50px;
    }
    .home-events-area .eo_date {
        font-size: 26px;
    }
    .home-events-area .eo_title a, 
    .home-events-area .eo_place a {
        font-size: 24px;
    }
    .load-more-posts {
        font-size: 60px;
    }
    .event-archive-col .home-loading svg,
    .home-loading svg {
        max-width: 70px;
    }
    body.page:not(.home) .page-footer .link-block a,
    body.page:not(.home) .page-footer .footer-item p {
        font-size: 23px;
    }
    footer .social-icons {
        gap: 15px;
    }
    footer .social-icons a {
        font-size: 25px;
    }
    .search-item .search-name a {
        font-size: 50px;
    }
    .search-meta, .search-excerpt {
        font-size: 25px;
    }
    .archive-images ul.img-query li .archive-post-title a {
        font-size: 30px;
    }
    .archive-info-list li a {
        font-size: 23px;
    }
    h3.archive-info-title,
    .post-next-article,
    .search-none .search-none-text,
    .search-none .search-another-form input,
    .events-archive h2,
    body.page:not(.home) article.page h2 {
        font-size: 45px;
    }
    .post-share-links {
        gap: 13px;
    }
    .post-share-links a {
        font-size: 22px;
    }
    .gallery ul li img {
        height: 500px;
    }
    .gallery .arrow,
    .gallery .arrow svg {
        max-width: 110px;
    }
    .gallery .arrow-left {
        left: 16px;
    }
    .gallery .arrow-right {
        right: 16px;
    }
}
@media screen and (max-width:500px) {
    .all-events a {
        font-size: 30px;
        margin-bottom: -20px;
    }
    .all-events a {
        text-decoration: underline;
    }
    .load-more-posts {
        padding: 10px 0 0px;
    }
    .events-archive .eo_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .events-archive .eo_title {
        width: 100%;
    }
    .events-archive .eo_date, 
    .events-archive .eo_place,
    .events-archive .eo_place a {
        font-size: 18px;
    }
    .events-archive .eo_date {
        margin: 0 10px 0;
    }
    .event-archive .eo_title a {
        font-size: 30px;
    }
    .artist-archive-list a {
        font-size: 38px;
    }
    .artist-archive-links .year-list a,
    .artist-archive-links .year-list li:after,
    .artist-archive-links h2 {
        font-size: 50px;
    }
    .mobile-nav-logo cite {
        height: 110px;
    }
    header nav .header-menu-top form input::-webkit-input-placeholder {
        font-size: 48px;
    }
    header nav .header-menu-top form input::-moz-placeholder {
        font-size: 48px;
    }
    header nav .header-menu-top form input:-ms-input-placeholder {
        font-size: 48px;
    }
    header nav .header-menu-top form input::-ms-input-placeholder {
        font-size: 48px;
    }
    header nav .header-menu-top form input, 
    header nav .header-menu-top form input::placeholder, 
    header nav a,
    header nav .header-menu-top .mobile-menu-search {
        font-size: 48px;
    }
    .home-events-area h2 {
        font-size: 38px;
    }
    .article-main-content,
    .festival article,
    .post-share span,
    body.single .posted-on {
        font-size: 25px;
    }
    .top-head svg {
        max-width: 240px;
        height: 59px;
    }
    .header-clickable {
        font-size: 43px;
    }
    header .title-area h1 {
        font-size: 42px;
    }
    .home-post .shape-post-title,
    .home-post-wrap .shape-post-title,
    .home-artist-info,
    .home-post-side .shape-post-title, 
    .home-post-side-reverse .shape-post-title {
        font-size: 32px;
    }
    .sidebar-area h2 {
        font-size: 40px;
    }
    .home-events-area .eo_date {
        font-size: 25px;
    }
    .home-events-area .eo_title a, 
    .home-events-area .eo_place a {
        font-size: 23px;
    }
    .load-more-posts {
        font-size: 50px;
    }
    body.page:not(.home) .page-footer .link-block a,
    body.page:not(.home) .page-footer .footer-item p {
        font-size: 21px;
    }
    footer .social-icons a {
        font-size: 25px;
    }
    .european-union-text {
        font-size: 11px;
        line-height: var(--font-weight-120);
    }
    footer .copyright {
        font-size: 18px;
        line-height: var(--font-weight-120);
    }
    .search-item .search-name a {
        font-size: 45px;
    }
    .search-meta, .search-excerpt {
        font-size: 23px;
    }
    .archive-images ul.img-query li .archive-post-title a {
        font-size: 27px;
    }
    .archive-info-list li a {
        font-size: 20px;
    }
    h3.archive-info-title,
    .post-next-article,
    .search-none .search-none-text,
    .search-none .search-another-form input,
    .events-archive h2,
    body.page:not(.home) article.page h2 {
        font-size: 40px;
    }
    .post-share-links {
        gap: 13px;
    }
    .post-share-links a {
        font-size: 21px;
    }
    .gallery ul li img {
        height: 480px;
    }
    .gallery .arrow,
    .gallery .arrow svg {
        max-width: 110px;
    }
    .gallery .arrow-left {
        left: 16px;
    }
    .gallery .arrow-right {
        right: 16px;
    }
    footer > .social-icons, footer > .european-union {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    footer > .social-icons,
    footer > .european-union {
        width: 100%;
    }
}
@media screen and (max-width:480px) {
    .artist-archive-links .year-list a, 
    .artist-archive-links .year-list li:after {
        padding-right: 5px;
    }
    .artist-archive .year-list {
        margin-bottom: 35px;
    }
    footer .european-union-text {
        font-size: 13px;
    }
    .artist-archive-list a {
        font-size: 34px;
    }
    .artist-archive-links .year-list a,
    .artist-archive-links .year-list li:after,
    .artist-archive-links h2 {
        font-size: 46px;
    }
    header nav .header-menu-top form input::-webkit-input-placeholder {
        font-size: 45px;
    }
    header nav .header-menu-top form input::-moz-placeholder {
        font-size: 45px;
    }
    header nav .header-menu-top form input:-ms-input-placeholder {
        font-size: 45px;
    }
    header nav .header-menu-top form input::-ms-input-placeholder {
        font-size: 45px;
    }
    header nav .header-menu-top form input, 
    header nav .header-menu-top form input::placeholder, 
    header nav a,
    header nav .header-menu-top .mobile-menu-search {
        font-size: 45px;
    }
    .article-main-content,
    .festival article,
    .post-share span,
    body.single .posted-on {
        font-size: 22px;
    }
    .top-head svg {
        max-width: 230px;
        height: 57px;
    }
    .header-clickable {
        font-size: 42px;
    }
    header .title-area h1 {
        font-size: 40px;
    }
    .home-post .shape-post-title,
    .home-post-wrap .shape-post-title,
    .home-artist-info,
    .home-post-side .shape-post-title, 
    .home-post-side-reverse .shape-post-title {
        font-size: 31px;
    }
    .sidebar-area h2 {
        font-size: 38px;
    }
    .home-events-area .eo_date {
        font-size: 21px;
    }
    .home-events-area .eo_title a, 
    .home-events-area .eo_place a {
        font-size: 21px;
    }
    .load-more-posts {
        font-size: 46px;
    }
    body.page:not(.home) .page-footer .link-block a,
    body.page:not(.home) .page-footer .footer-item p {
        font-size: 20px;
    }
    .mobile-footer-image {
        padding-bottom: 10px;
    }
    footer .social-icons a {
        font-size: 34px;
    }
    .search-item .search-name a {
        font-size: 38px;
    }
    .search-meta, .search-excerpt {
        font-size: 21px;
    }
    .archive-images ul.img-query li .archive-post-title a {
        font-size: 25px;
    }
    .archive-info-list li a {
        font-size: 18px;
    }
    h3.archive-info-title,
    .post-next-article,
    .search-none .search-none-text,
    .search-none .search-another-form input,
    .events-archive h2,
    body.page:not(.home) article.page h2 {
        font-size: 38px;
    }
    .post-share-links {
        gap: 12px;
    }
    .post-share-links a {
        font-size: 17px;
    }
    .gallery .arrow {
        top: initial;
        bottom: 0;
    }
    .gallery .arrow,
    .gallery .arrow svg {
        max-width: 90px;
    }
    .gallery .arrow-left {
        left: 16px;
    }
    .gallery .arrow-right {
        right: 16px;
    }
    .gallery ul li img {
        height: 455px;
    }
    .post-next-article-headline svg {
        max-width: 200px;
    }
}
@media screen and (max-width:440px) {
    .post-type-archive-festivals div#content {
        margin-top: -70px;
    }
    footer .european-union-text {
        font-size: 11px;
    }
    .artist-archive-list a {
        font-size: 30px;
    }
    .artist-archive-links .year-list a,
    .artist-archive-links .year-list li:after,
    .artist-archive-links h2 {
        font-size: 38px;
    }
    .mobile-nav-logo,
    .mobile-nav-logo cite {
        height: 60px;
    }
    header nav .header-menu-top .mobile-menu-search {
        font-size: 37px;
    }
    header nav .header-menu-top form input::-webkit-input-placeholder {
        font-size: 38px;
    }
    header nav .header-menu-top form input::-moz-placeholder {
        font-size: 38px;
    }
    header nav .header-menu-top form input:-ms-input-placeholder {
        font-size: 38px;
    }
    header nav .header-menu-top form input::-ms-input-placeholder {
        font-size: 38px;
    }
    header nav .header-menu-top form input, 
    header nav .header-menu-top form input::placeholder, 
    header nav a,
    header nav .header-menu-top .mobile-menu-search {
        font-size: 38px;
    }
    .article-main-content,
    .festival article,
    .post-share span,
    body.single .posted-on {
        font-size: 18px;
    }
    .top-head svg {
        max-width: 180px;
        height: 45px;
    }
    .header-clickable {
        font-size: 38px;
    }
    header .title-area h1 {
        font-size: 38px;
    }
    .home-post .shape-post-title,
    .home-post-wrap .shape-post-title,
    .home-artist-info,
    .home-post-side .shape-post-title, 
    .home-post-side-reverse .shape-post-title {
        font-size: 30px;
    }
    .mobile-homepage-arrow svg {
        width: auto;
    }
    .home-events-area .eo_date {
        font-size: 18px;
    }
    .home-events-area .eo_title a, 
    .home-events-area .eo_place a {
        font-size: 18px;
    }
    .load-more-posts {
        font-size: 42px;
    }
    body.page:not(.home) .page-footer .link-block a,
    body.page:not(.home) .page-footer .footer-item p {
        font-size: 18px;
    }
    .mobile-footer-image {
        padding-bottom: 8px;
    }
    footer .social-icons {
        gap: 13px;
    }
    footer .social-icons a {
        font-size: 31px;
    }
    .search-meta, .search-excerpt {
        font-size: 18px;
    }
    .post-share-links a {
        font-size: 15px;
    }
    #mc-embedded-subscribe-form {
        margin-bottom: 40px;
    }
}
@media screen and (max-width:400px) {
    .post-type-archive-festivals div#content {
        margin-top: -85px;
    }
    .load-more-posts {
        font-size: 38px;
    }
    footer .social-icons {
        gap: 12px;
    }
    footer .social-icons a {
        font-size: 28px;
    }
}
@media screen and (max-width:360px) {
    .post-type-archive-festivals div#content {
        margin-top: -105px;
    }
    .top-head svg {
        max-width: 155px;
        height: 39px;
    }
    .header-clickable {
        font-size: 32px;
    }
    .mobile-footer-image {
        padding-bottom: 6px;
    }
    footer .social-icons {
        gap: 9px;
    }
    footer .social-icons a {
        font-size: 26px;
    }
}
@media screen and (max-width:340px) {
    footer .social-icons a {
        font-size: 25px;
    }
}

/** Mobile Gallery */
@media screen and (max-width:768px) {
    .gallery ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        margin-top: -20px;
    }
    .gallery .arrow {
        display: none !important;
    }
    .gallery ul li.non-active {
        display: block !important;
    }
    .gallery ul li img {
        height: auto !important;
    }
}

/** Post Links **/
@media screen and (max-width:1720px) {
    .festival .festival-meta {
        font-size: 45px;
    }
    .festival .festival-link {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media screen and (max-width:1520px) {
    .festival .festival-meta {
        font-size: 40px;
    }
}
@media screen and (max-width:1420px) {
    .festival .festival-meta {
        font-size: 35px;
    }
}
@media screen and (max-width:1320px) {
    .festival .festival-meta {
        font-size: 30px;
    }
}
@media screen and (max-width:1120px) {
    .festival .festival-meta {
        font-size: 25px;
    }
}
@media screen and (max-width:980px) {
    .festival .festival-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .festival .festival-link {
        margin-left: 0;
        width: 100%;
        gap: 15px;
        margin-top: 5px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media screen and (max-width:768px) {
    .festival .festival-link {
        gap: 10px;
    }
}

/** Iframes **/
@media screen and (max-width:500px) {
    #primary iframe {
        width: 100%;
    }
}
/** Mobile Draws **/
@media screen and (max-width:980px) {
    /** Home **/
    body.home .title-area {
        background: url(/wp-content/themes/shape/resources/img/draw-mobile-home.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    /** Page - About etc **/
    body.page:not(.home) header .title-area, 
    body.search header .title-area {
        background: url(/wp-content/themes/shape/resources/img/draw-mobile-about.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    /** Read **/
    body.single-post header .title-area {
        background: url(/wp-content/themes/shape/resources/img/draw-mobile-read.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
    body.single-post.category-read div#content {
        margin-top: -46px;
    }
    /** Watch **/
    body.single-post.category-watch header .title-area {
        background: url(/wp-content/themes/shape/resources/img/draw-mobile-watch.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    /** Listen **/
    body.single-post.category-listen header .title-area {
        background: url(/wp-content/themes/shape/resources/img/draw-mobile-listen.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    /** Artist Archive **/
    body.post-type-archive-artists header .title-area, 
    body.tax-artist-year header .title-area {
        background: url(/wp-content/themes/shape/resources/img/draw-mobile-artist.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    body.tax-artist-year div#content {
        margin-top: -68px;
    }
    /** Artist Shape+ **/
    body.shape-plus header .title-area {
        background: url(/wp-content/themes/shape/resources/img/draw-mobile-shape-plus-artist.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    /** Artist Shape **/
    body.shape-classic header .title-area {
        background: url(/wp-content/themes/shape/resources/img/draw-mobile-shape-artist.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    /** Festival Archive **/
    body.post-type-archive-festivals header .title-area {
        background: url(/wp-content/themes/shape/resources/img/draw-mobile-festival.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    /** Festival Profile **/
    body.single-festivals header .title-area {
        background: url(/wp-content/themes/shape/resources/img/draw-mobile-festival-profile.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    /** Events **/
    body.single-event header .title-area, 
    body.post-type-archive-event header .title-area,
    body.category header .title-area {
        background: url(/wp-content/themes/shape/resources/img/draw-mobile-events.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    body.post-type-archive-event header .title-area h1 {
        height: auto;
    }
}

/** STOP - OLD CSS made by different dev **/
.main-navigation {
    display: block;
    float: none;
    width: 100%
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 1em;
}
.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

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

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

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

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

.main-navigation li {
    display: inline-block;
    float: left;
    position: relative;
    padding-top: 0;
    font-size: 1;
    line-height: .9;
}

.main-navigation a {
    color: var(--color-black);
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

.menu-toggle {
    display: none;
}

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

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

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

.gallery,
.gallery-item,
.lightbox,
.wp-caption-text {
    text-align: center;
}

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

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

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

.hentry,
.widget {
    margin: 0 0 1.5em;
}

.widget_search .search-submit {
    display: none;
}

.article-main-content .listing-image {
    max-width: 100%;
    margin-bottom: 1em;
    display: block;
}

.article-main-content .listing-image img {
    height: auto;
}

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

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

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

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

.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
    display: none;
}

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

.bypostauthor {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

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

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

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

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

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

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 1em 0;
    padding-left: .3em;
    padding-right: .3em;
}
.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;
}

.site {
    position: relative;
}

.mod-csstransforms .home .listing-image img {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    display: none;
    z-index: 999;
}

.lightbox #mc_embed_signup div.mce_inline_error {
    margin-top: .5em;
    font-size: .8em;
    display: inline-block;
}

.lightbox .close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    color: var(--color-white);
}

#mc_embed_signup {
    background: var(--color-white);
    display: block;
    position: relative;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    max-width: 90%;
    padding: 1em;
}

#mc-embedded-subscribe {
    font-weight: 600;
    border-radius: 0;
    color: var(--color-black);
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 1em;
    text-shadow: none;
    -webkit-appearance: block;
    border-color: var(--color-black);
}

.mc-field-group input {
    border-radius: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-trigger span {
    display: block;
    background: url(./resources/img/newsletter.png);
    width: 57px;
    height: 57px;
    text-indent: -999px;
    overflow: hidden;
    margin-left: 4px;
}

.newsletter-trigger:hover {
    cursor: pointer;
}

.newsletter-trigger:hover span {
    background-position: 0 -57px;
}

.site-claim {
    font-size: 1.75em;
    line-height: 1.2;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.site-branding {
    padding: 1em;
}

.site-title {
    width: 100%;
    display: block;
    margin: 0;
}

.site-title a {
    display: block;
    width: 100%;
    height: 100%
}

.main-menu-aside {
    position: relative;
    width: 400px;
    padding-bottom: 5em;
}

.content-wrapper iframe {
    max-height: 450px;
}

.post-type-archive-artists .content-wrapper,
.post-type-archive-festivals .content-wrapper,
.tax-artist-year .content-wrapper {
    max-width: 100%
}

.foo-wrap {
    position: relative;
}

.site-footer {
    display: block;
    color: var(--color-white);
    overflow: hidden;
    position: relative;
    padding: 2em 1em 1em;
}

.site-footer-numbers {
    position: absolute;
    top: .5em;
    right: 1em;
    text-transform: uppercase;
    color: #777;
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1em;
}

.site-copy,
.site-dev {
    font-size: .9em;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    color: #999;
}

.site-copy a,
.site-dev a {
    color: #999;
}

.site-dev {
    text-align: right;
}

.lb {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    display: none;
}

.lb img {
    max-width: 90%;
    max-height: 90%;
    height: auto;
    width: auto;
    display: inline-block;
    margin-top: 5%
}

.listing-image {
    position: relative;
    display: block;
    float: left;
    margin-right: 2em;
    max-width: 400px;
    -webkit-transition: .6s all ease-in-out;
    -o-transition: .6s all ease-in-out;
    transition: .6s all ease-in-out;
}

.post-type-archive-festivals .listing-image {
    border: 1px solid #000;
}

.listing-image:after,
.listing-image:before {
    display: block;
    content: "";
    width: 10px;
    height: 60px;
    background: var(--color-white);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-100%) translateX(-150%);
        -ms-transform: translateY(-100%) translateX(-150%);
            transform: translateY(-100%) translateX(-150%);
    -webkit-transition: .6s all ease-in-out;
    -o-transition: .6s all ease-in-out;
    transition: .6s all ease-in-out;
    pointer-events: none;
}

.listing-image:after {
    width: 60px;
    height: 10px;
}

.listing-image:hover:after,
.listing-image:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}

.listing-image img {
    display: block;
    position: relative;
    -webkit-transition: .6s all ease-in-out;
    -o-transition: .6s all ease-in-out;
    transition: .6s all ease-in-out;
    height: 245px;
    width: auto;
}

.listing-image .image-title {
    white-space: nowrap;
    padding: .1em;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    font-size: 1em;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .6s all ease-in-out;
    -o-transition: .6s all ease-in-out;
    transition: .6s all ease-in-out;
}

.home .listing-image .image-title {
    opacity: 1;
    filter: alpha(opacity=100);
}

.listing-image .image-title a {
    color: var(--color-black);
    overflow: hidden;
}

.cat-ico a,
.excerpt-block a {
    color: inherit;
    text-decoration: none;
}

.listing-image:hover img {
    opacity: .8;
    filter: alpha(opacity=80);
}

.listing-image:hover .image-title {
    opacity: 1;
    background: var(--color-white);
    filter: alpha(opacity=100);
}

.listing-image.festivals:hover {
    background: var(--color-white);
}

.listing-image.festivals:hover img {
    opacity: .8;
    filter: alpha(opacity=80);
}

.listing-image.festivals:hover .image-title {
    background: var(--color-white);
    opacity: 1;
    filter: alpha(opacity=100);
}

.custom-label {
    display: inline-block;
    width: 140px;
}

.section-main {
    float: left;
    width: 50%;
    padding-right: 5%;
    margin-bottom: 6em;
}

.home .section-main .other-articles,
.main-navigation .section-main a,
.section-main .home .other-articles,
.section-main .main-navigation a,
.section-main h1 {
    line-height: 1;
}

.entry-title,
.excerpt-block h3,
.single-header {
    line-height: 1.2em;
}

.section-main .custom-fields .yearterm,
.section-main .custom-fields p {
    margin-top: 0;
    margin-bottom: 0;
}

.yearterm {
    padding-left: 1em;
    font-size: 1.4rem;
}

.weblinks {
    float: left;
    margin-right: -140px;
}

.weblinks-block {
    margin-left: 140px;
}

.main-title {
    float: left;
}

.section-aside {
    margin-bottom: 6em;
    width: 50%;
    float: left;
    position: relative;
}

.content-area,
.more-articles,
.year-list {
    position: relative;
}

.cat-ico {
    float: left;
    margin-right: -80px;
    width: 80px;
}

.cat-ico .image-reg {
    display: block;
}

.cat-ico .image-hover {
    display: none;
}

.cat-ico .cat-name {
    display: block;
    height: 1em;
    font-size: 1.1em;
    text-align: left;
    padding-bottom: 20px;
}

.excerpt-block {
    display: block;
    float: left;
    padding-left: 80px;
}

.excerpt-block h3 {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    padding-left: .4em;
    padding-right: .5em;
    font-weight: 800;
}

.excerpt-block .yearterm,
.excerpt-block p {
    margin-top: 0;
    padding-left: .5em;
    line-height: 1.2em;
    /*height: 3em*/
    ;
    margin-bottom: 1em;
    width: 100%;
    overflow: hidden;
}

.home .listing-area:nth-child(2n+1) {
    padding-left: 0;
}

.listing-area {
    padding-left: 3em;
}

.home .single-header .other-articles,
.main-navigation .single-header a,
.single-header .home .other-articles,
.single-header .main-navigation a,
.single-header h1 {
    margin-bottom: .5em;
}

.yearterm a:not([href*=shape]):not([href^='#']):not([href^='/']):after {
    opacity: .8;
    font-size: .8em;
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
}

.page-id-35 .yearterm a:not([href*=shape]):not([href^='#']):not([href^='/']):after,
.page-id-35 p a:not([href*=shape]):not([href^='#']):not([href^='/']):after {
    content: "";
    display: none;
}

.focus-image {
    margin-top: 1em;
    overflow: hidden;
}

.focus-image.artists {
    margin-top: 0;
}

.focus-image img {
    width: auto;
    max-width: inherit;
}

.upcoming-events-home .eo_list {
    margin-top: 1.4em;
}

.other-articles {
    font-size: 1.5em;
    margin-top: 1rem;
    margin-bottom: .3em;
}

.article-mit-icon {
    padding-left: 70px;
    float: left;
}

.article-out-list .cat-ico {
    margin-top: 2em;
}

.cll {
    clear: left;
}

.post-in-list {
    display: block;
}

.post-in-list a {
    color: inherit;
    text-decoration: none;
}

.post-in-list:hover .cat-ico .image-reg {
    display: none;
}

.post-in-list:hover .cat-ico .image-hover {
    display: block;
}

.post-in-list:hover .cat-name,
.post-in-list:hover h3 {
    color: var(--color-white);
}

.post-in-list:after {
    content: "";
    display: table;
    clear: both;
}

.eo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.eo_date {
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 48px;
    min-width: 270px;
}

.eo_time_date,
.eo_time_title {
    display: inline-block;
    font-weight: 700;
}

.eo_date b {
    word-spacing: -.2em;
}

.eo_title a,
.eo_place a {
    font-style: normal;
    font-weight: 450;
    font-size: 34px;
    line-height: 38px;
    text-decoration: none;
}
.eo_info:hover .eo_title a,
.eo_info:hover .eo_place a {
    text-decoration: underline;
}

.wp-caption,
.year-list li {
    margin-left: 0;
}

.eo-event-meta {
    line-height: 1;
}

.eo_time_title {
    font-size: 2em;
    width: 15px;
}

.year-list {
    padding: 0;
    margin: 0;
    display: block;
}

.year-list a,
.year-list li:after {
    text-decoration: none;
    padding-right: .2em;
    font-weight: 500;
    font-size: 90px;
    line-height: 108px;
}

.year-list li a:hover,
.year-list li.active a {
   text-decoration: underline;
}

.year-list li {
    padding-left: 0;
    margin-right: .2em;
    list-style: none;
    display: inline-block;
}

.year-list li:after {
    content: "/"
}
.year-list li:last-child:after {
    content: "";
    display: none;
}

/** Newsletter **/
#mc-embedded-subscribe-form .mc_fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#mergeRow-gdpr fieldset label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#mc-embedded-subscribe-form input[type=checkbox] {
    width: 25px !important;
    height: 25px;
}
#mc-embedded-subscribe-form input#mce-EMAIL {
    padding: 15px;
    border: 1px solid black;
    border-radius: 4px;
    margin: 10px 0;
    min-width: 300px;
}
#mc-embedded-subscribe-form .indicates-required {
    padding: 20px 0;
}

/** Iframe 100% **/
.category-read .wp-block-embed__wrapper,
.category-news .wp-block-embed__wrapper,
.single-artists .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 37.25%;
}
.category-read .wp-block-embed__wrapper iframe,
.category-news .wp-block-embed__wrapper iframe,
.single-artists .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.eo_dm.eo_dm_home_mobile {
    display: none;
}

/** 
 * Spreadsheat changes
 * Fast changes when client was requesting totally different design than intended
 **/
@media screen and (max-width:440px) {
    body.home .site-container {
        max-width: 100%;
        margin-inline: auto;
    }
    body.home  .sidebar-events {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin: 10px 0;
    }
    body.home  .home-post img, 
    body.home  .home-post-side img, 
    body.home  .home-post-side-reverse img {
        height: 258px;
    }
    body.home .eo_wrap {
        font-family: "NeueHaasGroteskText Pro";
    }
    body.home .eo_dm {
        display: none;
    }
    body.home .eo_dm.eo_dm_home_mobile  {
        display: block;
        padding-right: 20px;
    }
    body.home .all-events {
        margin-top: -30px;
    }
    body.home .all-events a {
        text-decoration: underline;
    }
    body.home .shape-post-title {
        font-family: "NeueHaasGroteskText Pro";
        font-size: 18px !important;
        margin: 0 0 20px;
    }
    body.home .home-artist-of-the-week {
        padding-bottom: 0px;
    }
    body.home .home-post {
        padding-bottom: 0;
    }
    body.home section.load-more-posts {
        margin-top: 18px;
    }
    body.home #load-more-posts-area ul:has(section) {
        padding-top: 0;
    }
    .single-gallery span.posted-on,
    .category-read span.posted-on {
        text-align: center;
        display: block;
        padding-bottom: 10px;
    }
    .category-read .single-article-thumb {
        margin-top: 10px;
    }
    .category-read article {
        margin-top: -75px;
    }
    .category-listen article {
        margin-top: -60px;
    }
    .category-listen .title-area {
        margin: -63px -7px 0!important;
    }
    body.category-listen.single header .title-area h1 {
        margin-top: 70px;
    }
    .new-listen-before-article {
        margin-bottom: 20px;
        text-align: center;
    }
    .single-gallery article {
        margin-top: -35px;
    }
    .single-gallery .article-main-content p {
        margin: 34px 0;
    }
    .single-gallery .article-main-content p:first-child {
        margin-top: 20px;
    }
    .single-gallery .article-main-content.article-social {
        padding-top: 0;
    }
    .single-post .post-next-article {
        margin-top: 5px;
    }
    .single-gallery .post-next-article {
        margin-top: -3px;
    }
    .single-listen .post-next-article {
        margin-top: 16px;
    }
    body.single-artists .content-wrapper {
        margin-top: -60px;
    }
    body.single-artists article p:first-child {
        margin-top: 15px;
    }
    body.single-artists .festival article .festival-info-list li a {
        font-size: 18px;
        font-family: "NeueHaasGroteskText Pro";
    }
    body.single-artists .festival article .festival-info-title {
        font-size: 30px;
        margin-bottom: 12px;
    }
    body.single-festivals .content-wrapper {
        margin-top: -90px;
    }
    body.single-festivals .festival .festival-meta {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    body.single-festivals .festival .festival-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    body.single-festivals .festival .festival-link a {
        width: 100%;
        text-align: center;
    }
    body.single-festivals article p:first-child {
        margin-top: 15px;
    }
    body.single-festivals .festival article .festival-info-list li a {
        font-size: 18px;
        font-family: "NeueHaasGroteskText Pro";
    }
    body.single-festivals .festival article .festival-info-title {
        font-size: 30px;
        margin-bottom: 12px;
    }
    /** Newsletter **/
    body.page:not(.home) article.page {
        margin: -30px 0 0;
    }
}

.shape-artist-old {
    font-size: 20px;
    line-height: 120%;
    margin: 30px 0;
    font-weight: 400;
}
.shape-artist-old img {
    max-width: 284px;
    display: block;
    margin-top: 30px;
}
.shape-artist-old.shape-old-artist {
    margin-top: 90px !important;
    max-width: 890px;
}

#loadMoreEvents {
    font-style: normal;
    font-weight: 450;
    font-size: 50px;
    line-height: var(--font-weight-120);
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}
#loadMoreEvents:hover {
    opacity: .6;
}