body.archive #page > #content {
  pointer-events: auto;
}
body.archive #page > #content #main > .date-headline:nth-child(2) {
  margin-top: 0;
}
body.archive #page > #content .archive-filter {
  width: 100%;
  font-size: 0;
  min-height: 64px;
}
@media (max-width: 800px) {
  body.archive #page > #content .archive-filter {
    display: none;
  }
}
body.archive #page > #content .archive-filter > * {
  padding: 12px 0;
  width: 100%;
}
body.archive #page > #content .archive-filter > * > * {
  display: inline-block;
  width: 50%;
  font-size: 18px;
  padding: 0 12px 0 0;
  position: relative;
}
body.archive #page > #content .archive-filter > * > *:first-child {
  display: none;
}
body.archive #page > #content .archive-filter > * > * > * {
  border: 1px solid;
  padding: 6px 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 12px);
  background: white;
  margin: 0 0px;
  z-index: 1010;
  max-height: calc(100vh - 240px);
  overflow-y: auto;
}
body.archive #page > #content .archive-filter > * > * > *:hover .expand {
  display: block;
}
body.archive #page > #content .archive-filter > * > * > *:hover .filter-arrow {
  transform: rotate(-90deg);
}
body.archive #page > #content .archive-filter > * > * > * > .expand {
  display: none;
}
body.archive #page > #content .archive-filter > * > * > * > .expand > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.archive #page > #content .archive-filter > * > * > * > .expand > ul > li {
  cursor: pointer;
}
body.archive #page > #content .archive-filter > * > * > * .filter-arrow {
  position: absolute;
  right: 7px;
  top: 8px;
  transition: 0.3s transform;
}
body.archive #page > #content .archive-filter > * > * > * .filter-arrow > div {
  border-radius: 50%;
  border: 1px solid;
  height: 24px;
  width: 24px;
  position: relative;
}
body.archive #page > #content .archive-filter > * > * > * .filter-arrow > div > img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 1px;
}
@media (max-width: 800px) {
  body.archive #page > #content #main {
    padding-top: 0;
  }
}
body.archive #page > #content .date-headline {
  width: 100%;
  padding: 16px;
  text-align: center;
  border: 1px solid;
  margin: 108px 0 12px;
  font-size: 1.7rem;
  text-transform: uppercase;
  display: none;
}
body.archive #page > #content .date-headline.upcoming {
  display: block;
}
body.archive #page > #content .list-upcoming article {
  width: 100%;
  border: 1px solid;
  padding: 0 12px;
  min-height: 160px;
  border-width: 1px !important;
}
body.archive #page > #content .list-upcoming article .future-date {
  display: block;
  font-size: 18px;
}
body.archive #page > #content .list-upcoming article .cr-date {
  display: none;
}
body.archive #page > #content article {
  margin: 0;
  padding: 0 6px 6px 0;
  height: initial;
  border-bottom: 1px solid;
}
body.archive #page > #content article.act > header > *.title > div > h2 > .showMore {
  transform: rotate(-90deg);
}
body.archive #page > #content article.act > header > *.title > div > h2 > .showMore > .show {
  display: none !important;
}
body.archive #page > #content article.act > header > *.title > div > h2 > .showMore > .hide {
  display: inline-block !important;
}
body.archive #page > #content article:first-child {
  border-top: 0px solid;
}
body.archive #page > #content article:last-child {
  border-bottom: 0px solid;
}
body.archive #page > #content article > header {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: 0 none;
  white-space: nowrap;
  position: relative;
}
body.archive #page > #content article > header > * {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  padding: 12px 0 6px 0;
}
body.archive #page > #content article > header > * > * {
  white-space: normal !important;
}
body.archive #page > #content article > header > *.cr-date {
  width: 55px;
}
body.archive #page > #content article > header > *.cr-date > div {
  font-size: 18px;
  line-height: 1.1;
  text-align: right;
}
@media (max-width: 800px) {
  body.archive #page > #content article > header > *.cr-date {
    width: auto;
    float: right;
  }
}
body.archive #page > #content article > header > *.title {
  width: calc(100% - 55px);
  padding-right: 12px;
  border: 0 none;
  margin: 0;
}
@media (max-width: 800px) {
  body.archive #page > #content article > header > *.title {
    width: calc(100% - 50px);
  }
}
body.archive #page > #content article > header > *.title > div > h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  display: inline-block;
  font-weight: normal;
  margin-right: 6px;
  position: relative;
}
body.archive #page > #content article > header > *.title > div > h2 .showMore {
  transition: 0.3s transform;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  border: 1px solid;
  border-radius: 100px;
  right: -25px;
}
body.archive #page > #content article > header > *.title > div > h2 .showMore > div > img {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 2px;
}
body.archive #page > #content article > header > *.expander {
  position: absolute;
  right: 2px;
  top: 3px;
  width: 16px;
  height: 33px;
}
body.archive #page > #content article > header > *.expander > div {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid black;
  transition: transform 0.3s;
  transform-origin: center middle;
  cursor: pointer;
}
body.archive #page > #content article > header > *.locations {
  width: 25%;
  padding-right: 12px;
  display: none;
}
body.archive #page > #content article > header > *.locations > div {
  font-size: 18px;
  line-height: 1.1;
}
body.archive #page > #content article > header > *.locations > div a {
  display: block;
  padding: 0px 0 8px 0;
}
body.archive #page > #content article > header > *.locations > div a:first-child {
  padding-bottom: 0;
}
body.archive #page > #content article > header > *.locations > div a:nth-child(2) {
  padding-top: 8px;
}
body.archive ul.sub-events {
  padding: 3px 0 0 0;
  margin: 0;
  list-style-type: none;
  font-size: 18px;
  width: 100%;
  display: none;
}
body.archive ul.sub-events > li {
  font-size: 0;
  padding-bottom: 6px;
}
@media (max-width: 800px) {
  body.archive ul.sub-events > li {
    padding-bottom: 9px;
  }
}
body.archive ul.sub-events > li:first-child {
  padding-top: 6px;
}
@media (max-width: 800px) {
  body.archive ul.sub-events > li:last-child {
    border-bottom: 0 none;
  }
}
body.archive ul.sub-events > li:last-child > div.sub-title {
  padding-bottom: 0;
}
body.archive ul.sub-events > li > div.sub-title {
  padding: 0px 0 8px 0;
  display: inline;
  vertical-align: top;
}
@media (max-width: 800px) {
  body.archive ul.sub-events > li > div.sub-title {
    padding: 8px 0 0 0;
    width: 100%;
  }
}
body.archive ul.sub-events > li > div.sub-title > * {
  font-size: 1rem;
}
body.archive ul.sub-events > li > div.venue {
  display: inline;
  vertical-align: top;
}
@media (max-width: 800px) {
  body.archive ul.sub-events > li > div.venue {
    display: block;
    width: 100%;
    padding-left: 13px;
    font-style: italic;
  }
}
body.archive ul.sub-events > li > div.venue > * {
  font-size: 1rem;
  display: inline;
}

body.archive #page > #content > #primary > .page-header {
  height: 5.4vw;
}
body.archive #page > #content > #primary > main {
  padding-top: 48px;
  height: calc(100vh - 7.2vw - 72px);
}
@media (max-width: 800px) {
  body.archive #page > #content > #primary > main {
    height: initial !important;
  }
}

.main-image > div {
  padding: 20px !important;
}
.main-image > div.cover {
  padding: 0px !important;
}
.main-image > div.cover > div {
  background-size: cover !important;
}
.main-image > div > div {
  background-size: contain !important;
}

body.post-type-archive-artist .main-image > div {
  padding: 20px;
}
body.post-type-archive-artist .main-image > div > div {
  background-size: contain;
}
body.post-type-archive-artist main {
  line-height: 2;
  height: calc(100vh - 7.2vw) !important;
}
body.post-type-archive-artist main > div {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 800px) {
  body.post-type-archive-artist main > div {
    width: 100%;
  }
}
body.post-type-archive-artist main > div > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
body.post-type-archive-artist main > div > ul div.button {
  width: 18px;
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}
body.post-type-archive-artist main > div > ul div.title {
  width: calc(100% - 18px);
  display: inline-block;
  font-size: 18px;
  padding-right: 12px;
  vertical-align: top;
}
body.post-type-archive-artist .cat-title {
  display: inline-block;
  font-family: creamcake-std-med;
  padding: 0px 20px;
  margin-right: 20px;
  background: black;
  color: white;
}
body.post-type-archive-artist .cat-list {
  display: inline;
  list-style-type: none;
  padding: 0;
}
body.post-type-archive-artist .cat-list > li {
  display: inline-block;
  padding-right: 12px;
}
body.post-type-archive-artist .cat-list > li > div {
  display: inline;
}

body.post-type-archive-project #page > #content #main {
  height: calc(100vh - 7.2vw + 8px) !important;
  padding-top: 90px;
}
body.post-type-archive-project #page > #content #main article {
  padding: 0;
}
body.post-type-archive-project #page > #content #main article > header > *.cr-date {
  display: none;
}
body.post-type-archive-project #page > #content #main article > header > *.title {
  width: 60%;
  padding: 48px 24px 0 0;
}
body.post-type-archive-project #page > #content #main article > header > *.title > div > h2 {
  font-size: 2rem;
  font-weight: normal;
}
body.post-type-archive-project #page > #content #main article > header > *.title > div p {
  font-size: 18px;
}
body.post-type-archive-project #page > #content #main article > header > *.thumb {
  display: inline-block;
  width: 40%;
  padding: 24px 24px 24px 0;
}
body.post-type-archive-project #page > #content #main article > header > *.thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  min-height: 40vh;
}

body.post-type-archive-label #page > #content #main {
  height: calc(100vh - 7.2vw) !important;
}

.menu-bar-container {
  padding: 0 12px;
  cursor: pointer;
}
@media (max-width: 800px) {
  .menu-bar-container {
    pointer-events: auto;
  }
  .menu-bar-container:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
  }
}
.menu-bar-container.act > div .menu-expand-button {
  transform: rotate(-90deg);
}
.menu-bar-container > div {
  padding: 3px 9px;
  border: 1px solid;
  border-radius: 12px;
  margin-top: 0px;
  width: calc(100% - 12px);
  position: relative;
  background: transparent;
  transition: 0.3s background;
}
@media (max-width: 800px) {
  .menu-bar-container > div {
    background: white;
    width: calc(100% - 4px);
  }
}
.menu-bar-container > div .main-menu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu-bar-container > div .main-menu > li:first-child {
  display: block;
}
.menu-bar-container > div .main-menu > li > a {
  font-family: creamcake;
}
.menu-bar-container > div .main-menu > li > a:hover {
  font-style: italic;
}
.menu-bar-container > div .menu-expand-button {
  position: absolute;
  right: 4px;
  top: 4px;
  transition: 0.3s transform;
}
.menu-bar-container > div .menu-expand-button > div {
  border-radius: 50%;
  border: 1px solid;
  height: 24px;
  width: 24px;
  position: relative;
}
.menu-bar-container > div .menu-expand-button > div > img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 1px;
}

.main-menu-more {
  display: none;
}

.mobile-parent-nav-menu-item {
  display: none;
}

nav.footer-navigation {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
@media (max-width: 800px) {
  nav.footer-navigation {
    display: none;
  }
}
nav.footer-navigation > div {
  padding: 12px;
}
nav.footer-navigation > div > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.footer-navigation > div > ul > li {
  display: inline-block;
  margin-right: 12px;
  font-size: 80%;
  line-height: 1;
}
nav.footer-navigation > div > ul > li.menu-item-29 {
  display: none;
}
nav.footer-navigation > div > ul > li > a {
  padding: 9px 0;
  display: block;
  font-size: 1rem;
}

.social-links {
  padding: 12px 0;
  width: 100%;
  z-index: 0;
  position: relative;
  z-index: 5;
}
.social-links > div {
  padding: 4px 8px;
  border-radius: 12px;
  z-index: 12;
  position: relative;
}
.social-links > div > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  line-height: 0;
}
.social-links > div > div.open-newsletter-desktop {
  margin-right: 12px;
  cursor: pointer;
}
.social-links > div > div.open-newsletter-desktop > img {
  width: 20px;
  height: auto;
}
.social-links > div > div:last-child {
  margin-right: 0;
}
.social-links > div > div > a > img {
  width: 24px;
  height: auto;
}

.open-newsletter-mobile {
  margin-left: 12px;
}
.open-newsletter-mobile > img {
  width: 24px;
  height: auto;
}

#mc_embed_signup {
  display: none;
}
#mc_embed_signup > div {
  bottom: 0px;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 0;
  padding: 18px 12px 64px 12px;
  z-index: 10;
}
#mc_embed_signup > div label {
  display: none;
}
#mc_embed_signup > div input {
  width: 100%;
  padding: 12px 2px;
  font-family: creamcake;
  border-radius: 0;
  border: 0 none;
  color: black;
  font-size: 18px;
}
#mc_embed_signup > div input:focus {
  outline: 0;
}
#mc_embed_signup > div input[type=email] {
  margin-bottom: 24px;
  display: block;
}
#mc_embed_signup > div input[type=submit] {
  background: black;
  color: white;
  -webkit-appearance: none;
}

#mc_embed_signup-2 > div {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 0;
  padding: 18px 12px 64px 12px;
  z-index: 10;
  box-shadow: -20px 0px 21px rgba(0, 0, 0, 0.2);
}
#mc_embed_signup-2 > div label {
  display: none;
}
#mc_embed_signup-2 > div input {
  width: 100%;
  padding: 12px 2px;
  font-family: creamcake;
  border-radius: 0;
  border: 0 none;
  font-size: 18px;
  -webkit-appearance: none;
}
#mc_embed_signup-2 > div input:focus {
  outline: 0;
}
#mc_embed_signup-2 > div input::-webkit-input-placeholder {
  color: gray;
}
#mc_embed_signup-2 > div input::-moz-placeholder {
  color: gray;
}
#mc_embed_signup-2 > div input:-ms-input-placeholder {
  color: gray;
}
#mc_embed_signup-2 > div input::-ms-input-placeholder {
  color: gray;
}
#mc_embed_signup-2 > div input::placeholder {
  color: gray;
}
#mc_embed_signup-2 > div input[type=email] {
  margin-bottom: 24px;
  display: block;
}
#mc_embed_signup-2 > div input[type=submit] {
  background: black;
  color: white;
  -webkit-appearance: none;
}

#mc_embed_signup-2 {
  overflow: hidden;
  z-index: 3;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 500px;
  pointer-events: none;
}
#mc_embed_signup-2.newsl-act > div {
  transform: translateY(0%);
}
#mc_embed_signup-2 > div {
  transform: translateY(100%);
  transition: 0.3s transform;
  pointer-events: auto;
}

body.single #page #content > #primary > .page-header {
  text-align: left;
  background: initial;
}
body.single #page #content > #primary > .page-header > .breadcrump {
  height: 5.6vw;
  background: white;
  position: absolute;
  padding-top: 12px;
  top: 6px;
  left: 0;
  padding-left: 24px;
  width: 100%;
  display: block;
  font-size: initial;
}
@media (max-width: 800px) {
  body.single #page #content > #primary > .page-header > .breadcrump {
    display: none;
  }
}
body.single #page #content > #primary > .page-header > .breadcrump > div > .breadcrumb-elem {
  display: inline-block;
}
body.single #page #content > #primary > .page-header > .breadcrump > div > .breadcrumb-elem > a {
  padding: 6px 12px;
  background: black;
  color: white;
  font-size: 28px;
  text-transform: uppercase;
  font-family: creamcake-std-med;
  letter-spacing: 0.5px;
  text-overflow: ellipsis;
  max-width: 350px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
body.single #page #content > #primary > .page-header > .breadcrump > div > .breadcrumb-seperator {
  display: inline-block;
  margin-right: 3px;
  width: 16px;
}
body.single #page #content > #primary > .page-header > .breadcrump > div > .breadcrumb-seperator > div {
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid black;
  margin-top: 5px;
  margin-left: 3px;
  top: 21px;
  position: absolute;
}
body.single #page #content > #primary > .page-header > .breadcrump > div > .breadcrumb-seperator > div > div {
  position: relative;
  top: -10px;
  right: 17px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid white;
}
body.single #page #content > #primary .entry-content {
  padding-right: 24px;
}
@media (max-width: 800px) {
  body.single #page #content > #primary .entry-content {
    padding-right: 0px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
  }
  body.single #page #content > #primary .entry-content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  body.single #page #content > #primary .entry-content.expanded {
    max-height: initial !important;
  }
  body.single #page #content > #primary .entry-content.expanded:after {
    opacity: 0;
  }
  body.single #page #content > #primary .entry-content.expanded > .mobile-expand {
    opacity: 0;
    pointer-events: none;
  }
  body.single #page #content > #primary .entry-content > .mobile-expand {
    display: block !important;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    text-align: center;
    cursor: pointer;
  }
  body.single #page #content > #primary .entry-content > .mobile-expand > div {
    display: inline-block;
    padding: 6px 21px;
    background: white;
    border: 2px solid black;
    border-radius: 30px;
    font-family: creamcake-std-med;
    margin: 8px 0;
    font-size: 1rem;
  }
}
body.single #page #content > #primary .entry-content > .mobile-expand {
  display: none;
}
body.single #page #content > #primary .cat-title, body.single #page #content > #primary .series-header {
  font-family: creamcake-std-med;
}
body.single #page #content > #primary .cat-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 36px 0px;
  max-width: 100%;
}
body.single #page #content > #primary .cat-list.participated > div {
  width: 100%;
}
@media (max-width: 800px) {
  body.single #page #content > #primary .cat-list.participated > div {
    width: 100%;
  }
}
body.single #page #content > #primary .cat-list > div {
  display: inline-block;
  vertical-align: top;
  padding-right: 18px;
  width: 33.33%;
}
@media (max-width: 800px) {
  body.single #page #content > #primary .cat-list > div {
    width: 50%;
  }
}
@media (max-width: 620px) {
  body.single #page #content > #primary .cat-list > div {
    width: 100%;
  }
}
body.single #page #content > #primary .cat-list li {
  display: block;
}
body.single #page #content > #primary .cat-list li.act a .title, body.single #page #content > #primary .cat-list li:hover a .title {
  font-style: italic;
}
body.single #page #content > #primary .cat-list li a {
  cursor: pointer;
}
body.single #page #content > #primary .cat-list li div.button {
  display: inline-block;
  width: 18px;
}
body.single #page #content > #primary .cat-list li div.title {
  display: inline-block;
  cursor: pointer;
  width: calc(100% - 18px);
  vertical-align: top;
}
body.single #page #content > #primary .cat-list li div.expanded {
  display: none;
  padding: 3px 12px 12px 18px;
}
body.single #page #content > #primary .cat-list li div.expanded > p {
  margin: 0;
}
body.single #page #content .subevent {
  display: block;
}
body.single #page #content .subevent:hover {
  font-style: italic;
}
body.single #page #content .wp-block-gallery.columns-1 {
  padding: 0;
  position: relative;
}
body.single #page #content .wp-block-gallery.columns-1 li {
  padding: 0;
  margin: 0;
}
body.single #page #content .wp-block-gallery.columns-1 .prev {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 50%;
  cursor: url("../creamcake/img/ck-leftarr.png") 4 12, auto;
}
body.single #page #content .wp-block-gallery.columns-1 .next {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 50%;
  cursor: url("../creamcake/img/ck-rightarr.png") 4 12, auto;
}
body.single article {
  margin-bottom: 24px;
}

.locations-container {
  margin: 36px 0 24px 0;
}
.locations-container > h4 {
  margin: 0;
  padding: 0;
  font-family: creamcake-std-med;
}
.locations-container > .location {
  margin: 12px 0;
}
.locations-container > .location:nth-child(2) {
  margin: 6px 0 12px 0;
}
.locations-container > .location:last-child {
  margin-bottom: 0px;
}
.locations-container > .location > p {
  margin: 0;
  padding: 0;
}

.buttons-container {
  margin-top: 24px;
}
.buttons-container .btn a {
  font-family: creamcake-std-med;
}

.supporters-container, .media-container {
  display: block;
  padding: 0px 18px 0 0;
}
@media (max-width: 620px) {
  .supporters-container, .media-container {
    width: 100%;
    height: initial;
  }
}
.supporters-container > *, .media-container > * {
  display: inline-block;
  margin: 0 36px 24px 0;
  vertical-align: middle;
}
.supporters-container > a.height-96px img, .supporters-container div.height-96px img, .media-container > a.height-96px img, .media-container div.height-96px img {
  height: 96px;
}
.supporters-container > a.height-48px img, .supporters-container div.height-48px img, .media-container > a.height-48px img, .media-container div.height-48px img {
  height: 48px;
}
.supporters-container img, .media-container img {
  height: 48px;
  width: auto;
}
.supporters-container a, .media-container a {
  border-bottom: 0 none;
}

.downloads-header, .supporters-header, .media-header {
  margin: 36px 0 12px 0;
  display: block;
  width: 100%;
}

.image-by {
  margin: 12px 0;
}
.image-by a:hover {
  font-style: italic;
}

.home h1.site-title > a {
  color: white !important;
}
.home #page {
  position: fixed;
}
.home #page > header {
  pointer-events: none;
}
.home #page > header > .site-branding-container, .home #page > header > .menu-bar-container, .home #page > header > .footer-navigation {
  pointer-events: auto;
}
.home #content {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: -1;
  width: 100% !important;
  padding: 0 !important;
}
.home #content #primary {
  display: block;
}
.home #content #primary .page-header {
  display: none !important;
}
.home #content #primary .home-upcoming {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 50%;
  z-index: 1000;
  display: none;
}
.home #content #primary .home-recent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 50%;
  z-index: 1000;
  max-width: 480px;
}
.home #content #primary .home-recent article {
  background: #72ff50;
  padding: 12px 20px 20px 20px;
  border-radius: 48px 48px 0 48px;
  max-width: 480px;
  margin-bottom: 16px;
  width: 100%;
  display: block;
}
.home .creamcake_home_3d {
  width: 100%;
  height: 100%;
}
.home .creamcake_home_3d #drei {
  width: 100% !important;
  height: 100% !important;
}

.post-type-archive-artist #main ul {
  line-height: 1.2;
}
.post-type-archive-artist #main ul li {
  margin-bottom: 12px;
  padding-right: 24px;
}

body.single-artist #page > #content > #primary > main article .entry-header {
  border: 0 none;
}
body.single-artist #page > #content > #primary > main article .entry-header h2 {
  margin-bottom: 0;
}
body.single-artist #page > #content > #primary > main article .meta {
  display: none;
}
body.single-artist #page > #content > #primary > main article .excerpt {
  display: none;
}

.slideshow-container {
  pointer-events: auto;
}
.slideshow-container .slider {
  padding: 0;
  position: relative;
  height: 33vh;
  width: 100%;
}
.slideshow-container .slider .prev {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 50%;
  cursor: url("../creamcake/img/ck-leftarr.png") 4 12, auto;
}
.slideshow-container .slider .next {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 50%;
  cursor: url("../creamcake/img/ck-rightarr.png") 4 12, auto;
}
.slideshow-container .slider .slide .slide-imagecontainer img {
  max-width: 100%;
  max-height: 600px;
}
.slideshow-container .slider .slide .slide-imagecontainer .capt {
  display: none;
}
.slideshow-container .slider img {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: 100% !important;
}
.slideshow-container .rsGCaption {
  float: left;
  max-width: calc(100% - 80px);
  font-size: 0.8rem;
  text-align: left;
}
.slideshow-container .meta {
  width: 100%;
}
.slideshow-container .meta .slidercount {
  float: right;
  padding-right: 3px;
  font-size: 0.8rem;
}

.wp-block-buttons {
  width: 100%;
}
.wp-block-buttons > .wp-block-button {
  width: 100%;
  margin: 24px 0;
}
.wp-block-buttons > .wp-block-button > a {
  width: 100%;
  background: white;
  border: 2px solid;
  color: black;
  border-radius: 0;
  padding: 18px 18px;
  font-family: creamcake-std-med;
}
.wp-block-buttons > .wp-block-button > a:hover {
  color: white;
  background: black;
  border-color: black;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html.touchdevice body #page > header > .site-branding-container {
  padding: 12px 6px;
}
html.touchdevice body #page > header > .site-branding-container > h1.site-title > a {
  -webkit-text-stroke-width: 1.5px;
  font-size: 13.5vw;
}

body {
  font-family: creamcake;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
body.left-side-act #page > header > .site-branding-container > h1.site-title > a > svg > g > path {
  fill: white !important;
}
body.left-side-act .menu-bar-container > div {
  background: white;
}
body a {
  text-decoration: none;
  color: black;
}
body b, body bold, body strong {
  font-weight: normal;
  font-family: creamcake-std-med;
}
body .clearfix {
  clear: both;
}
body figure {
  margin: 0;
  padding: 0;
}
body #page {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  right: 0;
}
@media (max-width: 800px) {
  body #page {
    position: static;
    height: initial;
  }
}
body #page > header {
  position: absolute;
  left: 0;
  width: 50%;
  bottom: 0;
  top: 0;
}
@media (max-width: 800px) {
  body #page > header {
    position: fixed;
    width: 100%;
    height: initial;
    z-index: 10000099;
    pointer-events: none;
  }
}
body #page > header > .site-branding-container {
  padding: 12px 27px 12px 12px;
}
@media (max-width: 800px) {
  body #page > header > .site-branding-container {
    pointer-events: auto;
    padding: 12px 18px 12px 12px !important;
  }
}
body #page > header > .site-branding-container > h1.site-title {
  padding: 0;
  margin: 0;
  line-height: 0.75;
}
body #page > header > .site-branding-container > h1.site-title > a > div {
  font-family: creamcake-bold;
  font-size: 7.4vw;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  transition: 0.3s color;
}
@media (max-width: 800px) {
  body #page > header > .site-branding-container > h1.site-title > a > div {
    font-size: 14.8vw;
  }
}
@media (max-width: 620px) {
  body #page > header > .site-branding-container > h1.site-title > a > div {
    font-size: 14vw;
  }
}
body #page > header > .site-branding-container > h1.site-title > a > img {
  display: none;
}
body #page > header > .site-branding-container > h1.site-title > a svg > g > path {
  transition: 0.3s fill;
  stroke-width: 2.1 !important;
}
@media (max-width: 800px) {
  body #page > header > .site-branding-container > h1.site-title > a svg > g > path {
    fill: white;
  }
}
@media (min-width: 600px) {
  body #page > header > .site-branding-container > h1.site-title > a svg > g > path {
    stroke-width: 1.5 !important;
  }
}
@media (min-width: 800px) {
  body #page > header > .site-branding-container > h1.site-title > a svg > g > path {
    stroke-width: 1.9 !important;
  }
}
@media (min-width: 1100px) {
  body #page > header > .site-branding-container > h1.site-title > a svg > g > path {
    stroke-width: 1.6 !important;
  }
}
@media (min-width: 1400px) {
  body #page > header > .site-branding-container > h1.site-title > a svg > g > path {
    stroke-width: 1.2 !important;
  }
}
@media (min-width: 1800px) {
  body #page > header > .site-branding-container > h1.site-title > a svg > g > path {
    stroke-width: 1 !important;
  }
}
@media (max-width: 800px) {
  body #page > header > .site-branding-container > h1.site-title > a > div {
    display: none;
  }
  body #page > header > .site-branding-container > h1.site-title > a > img {
    display: block;
    width: calc(100% - 12px);
  }
}
body #page > #content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  top: 0;
  padding: 12px 0 12px 24px;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
}
@media (max-width: 800px) {
  body #page > #content {
    position: static;
    width: 100%;
    background: white;
    margin-top: calc(100vh - 300px);
    z-index: 100;
    padding: 12px 0 12px 14px;
    min-height: 100vh;
  }
}
@media (max-width: 620px) {
  body #page > #content {
    margin-top: calc(100vh - 360px);
  }
}
body #page > #content > #primary > .page-header {
  height: 5.6vw;
  display: table;
  text-align: center;
  width: calc(100% - 12px);
  background: black;
  color: white;
}
body #page > #content > #primary > .page-header > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3vw;
  text-transform: uppercase;
  font-family: creamcake;
}
@media (max-width: 800px) {
  body #page > #content > #primary > .page-header > div {
    font-size: 1.7rem;
    padding: 12px;
  }
}
body #page > #content > #primary > main {
  height: calc(100vh - 7.2vw);
  margin-top: 0;
  overflow-y: scroll;
  padding-right: 12px;
  padding-top: 24px;
}
@media (max-width: 800px) {
  body #page > #content > #primary > main {
    height: initial;
    overflow-y: auto;
  }
}
body #page > #content > #primary > main::-webkit-scrollbar {
  width: 0;
}
body #page > #content > #primary > main article .entry-header {
  border-width: 2px 0;
  border-style: solid;
  border-color: black;
  max-width: 700px;
  margin: 0 0 24px 0;
  padding-bottom: 9px;
}
body #page > #content > #primary > main article .entry-header .meta {
  padding: 24px 0 0;
}
body #page > #content > #primary > main article .entry-header h2 {
  font-size: 64px;
  font-weight: normal;
  font-family: creamcake-std-med;
  line-height: 0.9;
  margin: 12px 0 24px 0;
}
body #page > #content > #primary > main article .entry-header h2.longHeadline {
  font-size: 46px;
}
@media (max-width: 800px) {
  body #page > #content > #primary > main article .entry-header h2 {
    font-size: 38px;
  }
}
body #page > #content > #primary > main article .entry-header .excerpt {
  font-size: 90%;
  line-height: 1.15;
  margin-top: -6px;
  max-width: 80%;
  font-family: creamcake-reg;
}
@media (max-width: 800px) {
  body #page > #content > #primary > main article .entry-header .excerpt {
    max-width: 100%;
  }
}

.program-annual-button,
.entry-header .meta > div {
  border: 1px solid black;
  display: inline-block;
  margin-right: 2px;
  padding: 3px 12px;
  border-radius: 12px;
  font-family: creamcake-std-med;
  margin-bottom: 6px;
  font-size: 18px;
}
@media (max-width: 800px) {
  .program-annual-button,
.entry-header .meta > div {
    font-size: 100%;
  }
}

.annual-container {
  margin-bottom: 24px;
}
.annual-container > .program-annual-button {
  margin-right: 6px;
}

.main-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 800px) {
  .main-image {
    width: 100%;
    position: fixed;
    top: 20px;
    bottom: initial;
    height: calc(100vh - 400px);
    pointer-events: none;
  }
  .main-image > div {
    padding: 12px !important;
  }
}
.main-image > div {
  width: 100%;
  height: 100%;
  padding: 0;
}
.main-image > div > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wp-block-image img {
  height: auto;
}

.btn {
  display: inline-block;
  padding: 0 12px 12px 0;
  height: 100%;
}
.btn > div {
  line-height: 1;
  padding: 18px 18px;
  border: 2px solid;
  text-align: center;
}
.btn > div:hover {
  background: black;
  color: white;
}
.btn > div:hover a {
  color: white;
}

.mobile-footer {
  display: none;
  border-top: 1px solid;
  width: calc(100% - 12px);
  position: relative;
  padding: 6px 0;
  background: white;
}
@media (max-width: 800px) {
  .mobile-footer {
    display: block;
  }
  .mobile-footer .social-links {
    padding: 0;
  }
  .mobile-footer .social-links > div {
    padding: 0;
  }
  .mobile-footer > nav {
    display: block;
    position: static;
  }
  .mobile-footer > a {
    position: absolute;
    font-size: 1rem;
    right: 0;
    top: 0;
    padding: 12px 0;
  }
}

/*# sourceMappingURL=style.css.map */