@font-face {
  font-family: 'Mabgate';
  src: url('../fonts/Mabgate-Regular.woff2') format('woff2'), url('../fonts/Mabgate-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MabgateLogotype';
  src: url('../fonts/Mabgate-Logotype.woff2') format('woff2'), url('../fonts/Mabgate-Logotype.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #eff0f5;
  background: #EEEDDB;
  transition: background 0.5s ease;
  color: #010101;
  font-family: sans-serif;
  font-family: "Mabgate", "Space Mono", monospace;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8vh 0 0;
  margin: 0;
  overflow-x: hidden;
  height: 0;
}
#colors {
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 1000;
  display: none;
}
#colors.show {
  display: block;
}
#bg_colors {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
body, html {
  width: 100vw;
}
/*#bg {
 background: #eff0f5;
 position: fixed;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 z-index: 0;
 }*/
input, textarea {
  border-radius: 0;
  border: 1px solid black;
  padding: 0.5em;
  font-size: 20px;
  font-family: "Space Mono", Courier, "monospace";
  outline: none;
}
input:focus, textarea:focus {
  border-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-transform: uppercase;
}
main a {
  color: currentColor;
  text-decoration: underline;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  main p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 640px) {
  main p a {
    white-space: nowrap;
  }
}
main a:hover {
  color: #fff;
  transition-duration: 10ms;
}
#bg {
  position: fixed;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.wp-block-gallery .blocks-gallery-item {
  overflow: hidden;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
  font-size: 3vw;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  color: white;
  mix-blend-mode: exclusion;
  top: 50%;
  line-height: 1em;
}
.wp-block-gallery .blocks-gallery-item figure:hover figcaption {
  opacity: 1;
}
main {
  box-sizing: border-box;
  padding: 0 50px;
  min-width: 400px;
  min-height: 74vh;
  position: relative;
  z-index: 5;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  main {
    width: 100%;
    min-width: 0;
    padding: 0 25px;
  }
  main p a {
    white-space: auto !important;
  }
}
main .subnav {
  position: relative;
  padding-bottom: 1em;
}
main .subnav a {
  display: inline-block;
  margin-right: 0em;
  color: #010101;
  font-size: 14px;
  padding: 1em 1em;
  border: 1px solid black;
  margin-left: -1px;
  margin-top: -1px;
  text-decoration: none;
}
main .subnav a:hover {
  color: #fff;
}
main .the-content {
  max-width: 920px;
}
.post {
  border-bottom: 1px solid black;
  padding: 50px 0;
  font-family: "Space Mono", Courier, "monospace";
  font-size: 16px;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  font-family: "Mabgate", "Space Mono", monospace;
}
.post h1 a, .post h2 a, .post h3 a, .post h4 a, .post h5 a, .post h6 a {
  color: currentColor;
}
.post p {
  font-size: inherit;
  line-height: 1.3em;
  max-width: 740px;
}
.post p a {
  text-transform: none;
}
.post:first-of-type {
  padding-top: 0;
}
.post:last-of-type {
  border: 0;
}
.single-post p {
  max-width: 740px;
}
.page-template-page-programme * {
  mix-blend-mode: normal !important;
}
.page-template-page-programme .date-span {
  font-size: 64px;
  min-height: 1em;
  margin: 0.4em 0 0.2em;
  font-weight: normal;
  color: #010101;
}
.page-template-page-programme .date-span span {
  position: relative;
  width: auto;
}
.page-template-page-programme .date-span span.year {
  margin-left: 0;
  left: auto;
}
@media only screen and (max-width: 1024px) {
  .page-template-page-programme .date-span {
    font-size: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-programme .date-span {
    font-size: 42px;
  }
}
.page-template-page-programme h1.entry-title {
  font-size: 42px !important;
  max-width: none;
  color: #010101;
  line-height: 2.15em;
  position: sticky;
  position: -webkit-sticky;
  top: 40px;
}
.page-template-page-programme h1.entry-title .button {
  display: none;
  padding: 0.5em 0.45em;
  margin-left: 0.5em;
  cursor: pointer;
  font-size: 0.45em;
  vertical-align: 0.45em;
}
.page-template-page-programme h1.entry-title .button:hover {
  color: currentColor;
}
@media only screen and (max-width: 640px) {
  .page-template-page-programme h1.entry-title span {
    display: none;
  }
}
.page-template-page-programme h1.entry-title .button {
  position: relative;
  right: 0;
  display: inline-block;
  line-height: 1em;
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .page-template-page-programme h1.entry-title .button {
    position: absolute;
    top: 1.3em;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-programme h1.entry-title {
    font-size: 20px !important;
  }
}
.page-template-page-programme .festival h1.entry-title .button {
  background: #f4e9ff;
}
.page-template-page-programme .conference h1.entry-title .button {
  background: #ccfff3;
}
.page-template-page-programme:after {
  content: "";
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4fffc3;
  background: linear-gradient(#ccfff3, #6ed9bd);
}
.page-template-page-programme.page-conference-schedule:after {
  background: #c599ff;
  background: linear-gradient(#7963dc, #f4e9ff);
}
.page-template-page-programme main {
  width: 100%;
}
.page-template-page-programme main:after {
  content: "";
  clear: both;
  float: none;
  display: block;
}
.page-template-page-programme main a {
  color: #010101;
  text-decoration: underline;
}
.page-template-page-programme main a:hover {
  color: #010101;
}
main img {
  max-width: 100%;
  max-height: 60vh;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .single-artists main img, .single-speakers main img {
    float: right;
    max-width: 40%;
    padding-left: 5%;
    padding-bottom: 1em;
  }
}
.clear:after {
  content: "";
  clear: both;
  display: block;
  float: none;
}
.single-nav {
  padding-top: 50px;
  height: 30px;
  float: none;
  clear: both;
}
.single-nav a {
  max-width: 33.33%;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .single-nav a {
    font-size: 16px;
  }
}
.single-nav a[rel="archive"] {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.single-nav a[rel="prev"] {
  float: right;
  text-align: right;
}
.single-nav a[rel="next"] {
  float: left;
}
.post-type-archive main {
  width: 100%;
}
nav {
  position: fixed;
  z-index: 100;
  top: 30px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  text-transform: uppercase;
  font-size: 20px;
  max-width: 100vw;
}
nav.subnav {
  position: relative;
  left: 0;
  right: auto;
  top: auto;
}
nav.subnav a {
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  body:not(.page-homepage).chrome main, body:not(.page-homepage).chrome #site-nav, body:not(.page-homepage).chrome footer {
    mix-blend-mode: normal;
  }
}
.page-homepage nav a {
  color: #000;
}
nav #menu-logo {
  position: absolute;
  left: 40px;
  font-family: "MabgateLogotype", "Mabgate", "Space Mono", monospace;
}
@media only screen and (max-width: 768px) {
  nav #menu-logo {
    left: 20px;
  }
}
.dice-logotype {
  font-family: "MabgateLogotype", "Mabgate", "Space Mono", monospace;
}
nav #menu-navigation {
  position: absolute;
  right: 30px;
}
@media only screen and (max-width: 768px) {
  nav #menu-navigation {
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    right: 0;
    box-sizing: border-box;
    bottom: 0;
    background: black;
    overflow-y: auto;
    background: linear-gradient(#ffe3f2, #ff9176);
    transform: translate3d(100%, 0, 0);
    padding: 15vh 5vh 5vh;
  }
  nav #menu-navigation li {
    display: block;
    text-align: center;
  }
  nav #menu-navigation a {
    color: black;
    font-size: 9vmin;
  }
}
#show-nav, #toggle-view {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
nav label {
  color: black;
  display: none;
  cursor: pointer;
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 20px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  nav label {
    display: block;
    visibility: visible;
    padding: 0 5px;
  }
  nav label.close {
    color: black;
    visibility: hidden;
  }
}
@media only screen and (max-width: 768px) {
  #show-nav:checked ~ nav #menu-navigation {
    transform: translate3d(0, 0, 0);
  }
  #show-nav:checked ~ nav label.mobile-nav {
    visibility: hidden;
  }
  #show-nav:checked ~ nav label.mobile-nav.close {
    visibility: visible;
  }
  #show-nav:checked ~ footer {
    width: 100%;
    position: fixed;
    bottom: 5vh;
    z-index: 110;
  }
  #show-nav:checked ~ footer a {
    color: black;
  }
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  display: inline-block;
}
nav a {
  color: #000;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  nav a {
    padding: 0 5px;
  }
}
nav .current_page_item {
  text-decoration: underline;
}
nav a:hover {
  transition-duration: 50ms;
  color: #fff;
}
main ul {
  list-style: none;
  line-height: 2em;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  margin: 0.75em 0;
}
main h1 {
  font-size: 32px;
  padding: 0;
  mix-blend-mode: exclusion;
}
main h2 {
  font-size: 20px;
  margin-top: 2em;
}
main h1:nth-of-type(2n) {
  text-align: left;
}
.page-about {
  text-align: center;
}
.page-about main {
  max-width: 100%;
}
.page-about .the-content {
  margin: auto;
}
.page-about .subnav {
  padding: 6vh 0 2vh;
}
.page-about p img {
  vertical-align: middle;
}
.page-impressum main {
  font-family: "Space Mono", Courier, "monospace";
}
.page-venues nav #menu-navigation a, .page-venues footer a {
  color: #eff0f5;
}
.page-venues main {
  max-width: 45%;
}
.venue-map {
  position: relative;
  width: 40vw;
  height: 40vw;
  min-width: 300px;
  min-height: 300px;
  margin: 5vh auto;
  border-radius: 600px;
  z-index: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.venue-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.logos {
  padding-top: 10vh;
  max-width: 800px;
  margin: auto;
}
.logos h6 {
  margin-bottom: 5vh;
  font-size: 14px;
}
.logos img {
  max-height: 70px;
  filter: grayscale(100%);
  opacity: 0.75;
  filter: alpha(opacity=);
  width: auto;
  height: auto;
  margin-right: 40px;
  margin-bottom: 20px;
  vertical-align: middle;
  mix-blend-mode: multiply;
}
.logos img[data-ratio="1"] {
  max-width: 70px;
}
.logos img[data-ratio="large"] {
  max-width: 150px;
}
h1.entry-title {
  font-size: 32px !important;
  font-family: "Mabgate", "Space Mono", monospace;
  text-transform: uppercase !important;
  max-width: 640px;
  color: #010101;
}
.page-impressum h2, .page-impressum h3, .page-impressum h4, .page-impressum h5, .page-impressum h6 {
  font-family: "Space Mono", Courier, "monospace";
  font-size: 20px;
  text-transform: none;
}
.page-impressum p, .page-impressum table {
  font-size: 16px;
}
::-webkit-scrollbar {
  width: 0;
  /* width: 16px;*/
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: transparent;
  /*background-position: top;
   background-image: url(../img/scroll-bg.png);
   background-size: 16px auto;*/
}
.face {
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate3d(-50%, 0, 0);
}
#info {
  position: fixed;
  width: 50%;
  min-width: 280px;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 20px;
  background: white;
  color: black;
  z-index: 20;
  box-sizing: border-box;
  padding: 80px 40px;
  overflow: auto;
  display: none;
  transition: opacity 500ms ease;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  #info {
    padding: 60px 20px;
  }
}
.show-info #info {
  display: block;
}
#info .logo {
  width: 100px;
  height: auto;
  display: block;
  margin: 50px auto;
}
#info li a {
  text-decoration: none;
  padding-right: 1em;
}
@media only screen and (max-width: 768px) {
  #info {
    font-size: 20px;
  }
}
#info p {
  line-height: 1.4em;
}
#info a {
  color: #fff;
}
#info a:hover {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  nav {
    font-size: 20px;
    top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #text {
    padding-top: 5vmin;
  }
}
a {
  color: black;
  text-decoration: underline;
  transition: color 0.5s ease;
}
nav a {
  color: black;
  opacity: 1;
  font-weight: normal;
  text-decoration: none;
}
nav a:hover {
  opacity: 1;
}
#logo-block {
  width: 100%;
  height: 100vh;
  position: relative;
}
#logo-block:first-child + h1 {
  padding-top: 0;
}
h1 {
  text-align: left;
  font-size: 12vmin;
  font-family: "Mabgate", "Space Mono", monospace;
  margin: 0;
  padding: 1em 1em;
  font-weight: normal;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #5CD5AE;
  position: relative;
  z-index: 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
h1.letter {
  font-size: 43vh;
  line-height: 0em;
  height: 0.35em;
  padding: 0;
  display: flex;
  text-align: center !important;
  position: absolute;
  width: 25%;
  left: 0%;
  user-select: none;
}
h1.letter {
  color: transparent;
}
h1.letter span {
  font-size: 0;
}
h1 span {
  position: relative;
  display: inline-block;
  width: 100%;
}
h1 svg {
  position: relative;
  height: 35vh;
  width: auto;
  max-width: 20vw;
  top: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  h1 svg {
    height: 45vh;
    max-width: 45vw;
  }
}
svg path {
  fill: #5CD5AE;
}
h1.letter-1 {
  left: 27%;
  top: -1%;
  z-index: 1 !important;
}
@media only screen and (max-width: 768px) {
  h1.letter-1 {
    left: 3%;
  }
}
h1.letter-2 {
  left: 48%;
  top: 7%;
  z-index: 10 !important;
}
@media only screen and (max-width: 768px) {
  h1.letter-2 {
    left: 52%;
    top: 5%;
  }
}
h1.letter-3 {
  left: 26.5%;
  top: 38%;
  z-index: 10 !important;
}
@media only screen and (max-width: 768px) {
  h1.letter-3 {
    left: 2%;
    top: 35%;
  }
}
h1.letter-3 svg {
  height: 36vh;
  max-width: 22vw;
}
@media only screen and (max-width: 768px) {
  h1.letter-3 svg {
    height: 47vh;
    max-width: 46vw;
  }
}
h1.letter-4 {
  left: 48%;
  top: 49%;
  z-index: 1 !important;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  h1.letter-4 {
    left: 52%;
    top: 42%;
  }
}
h1.title {
  color: #fff;
  font-size: 14vmin;
}
h1 small {
  font-size: 0.5em;
  text-transform: uppercase;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 9vmin;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 10vw;
    z-index: 10;
    padding: 0.5em 0.2em;
  }
  h1.title {
    font-size: 16vmin;
  }
}
h1 span {
  transform-origin: center right !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 768px) {
  h1 span {
    max-width: 100vw;
  }
}
#start h1:nth-of-type(2n) {
  text-align: right;
}
#start h1:nth-of-type(2n) span {
  transform-origin: center left !important;
}
#start h1:nth-of-type(3n) {
  text-align: center;
  z-index: 10;
}
#start h1:nth-of-type(3n) span {
  transform-origin: center center !important;
}
::-moz-selection {
  background: #fff;
  color: white;
}
::selection {
  background: #fff;
  color: white;
}
h1 span {
  display: inline-block;
  line-height: 0.95em;
}
/*h1 span:hover {
 transition-delay: 0ms;
 color: #7C40FF;
 }
 h1:nth-child(2n) span:hover {
 color: #FF17A9;
 }*/
#circle {
  display: none;
  position: fixed;
  width: 44vmin;
  height: 44vmin;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, -1000px);
  background: blue;
  background: linear-gradient(to bottom, #ffafb9, #6ec5f6, #3ddcdb, #6ec5f6, #ffafb9);
  background-size: 200%;
  border-radius: 22vmin;
}
video {
  display: none;
}
#canvas {
  width: 100vh;
  height: 100vh;
  margin: 0;
  background: transparent;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 1;
  transition: transform 2s ease;
  transform: scale(0) translate3d(-50%, -50%, 0);
  transform-origin: center;
  pointer-events: auto;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: scale(0);
}
.loaded #canvas {
  opacity: 1;
  transform: scale(1) translate3d(-50%, -50%, 0);
  transform: scale(1);
}
#canvas-bg {
  z-index: 0;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body:not(.page-homepage) canvas {
  width: 600px;
  height: 600px;
  top: -300px;
  left: -300px;
  transform: translate3d(50vw, 50vh, -1000px) scale(0.5);
  opacity: 0;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
body.hover {
  background-color: #ffd6d6;
}
strong {
  font-weight: normal;
  text-transform: uppercase;
}
body.hover canvas {
  opacity: 1;
}
footer {
  padding: 10vh 30px 4vh;
  font-size: 14px;
}
footer {
  position: relative;
  z-index: 100;
  text-align: center;
  max-width: 100vw;
}
footer ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  footer {
    text-align: center;
    padding: 0;
  }
}
footer a {
  color: black;
  text-decoration: none;
  line-height: 2em;
}
footer a:hover {
  color: #fff;
  transition-duration: 10ms;
}
footer ul {
  list-style: none;
}
footer ul li {
  display: inline-block;
  margin: 0 1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  canvas {
    box-sizing: border-box;
  }
}
.archive-item {
  float: left;
  box-sizing: border-box;
  margin-bottom: 50px;
  width: 25%;
  border: 1px solid transparent;
  padding-bottom: 20%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .archive-item {
    width: 50%;
    padding-bottom: 40%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .archive-item {
    width: 100%;
    padding-bottom: 80%;
    margin-bottom: 25px;
  }
}
.archive-item .thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.archive-item .thumbnail-img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  background: center no-repeat;
  background-size: cover;
}
.archive-item .thumbnail-title {
  width: 100%;
  position: absolute;
  font-size: 3vw;
  padding: 0.5em;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .archive-item .thumbnail-title {
    font-size: 20px;
  }
}
.archive-item .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b9eedc;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.archive-item .thumbnail.speakers:after {
  background: #bb84ea;
}
.archive-item:hover .thumbnail:after {
  background: transparent;
}
.archive-item:hover .thumbnail-img {
  filter: none;
}
.archive-item a {
  display: block;
  color: white;
  height: 100%;
  display: flex;
}
.archive-item a span {
  margin: auto auto auto auto;
  text-align: center;
  hyphens: auto;
}
.archive-item a:hover span {
  display: block;
  mix-blend-mode: exclusion;
}
.archive-item a:hover {
  color: white;
}
.archive-item .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  filter: grayscale(1);
}
.schedule {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 50px;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
  float: none;
  padding: 0;
}
.schedule .entry-title {
  margin-bottom: 0.1em;
}
.schedule a {
  font-size: 20px;
}
.schedule:nth-of-type(2) {
  padding-right: 0px;
  padding-left: 50px;
}
.schedule:nth-of-type(2) {
  padding: 0;
}
.schedule table {
  font-size: 20px;
  width: 100%;
  border-collapse: collapse;
}
.schedule table tr.has-notes {
  cursor: pointer;
}
.schedule table tr.has-notes:hover {
  background: rgba(255, 255, 255, 0.5);
}
.schedule table tr.has-notes .notes {
  display: none;
  padding-right: 1em;
  font-family: "Space Mono", Courier, "monospace";
  font-size: 16px;
}
.schedule table tr.has-notes .notes p {
  font-family: "Space Mono", Courier, "monospace";
  font-size: 1em;
}
.schedule table tr.has-notes .notes a:hover {
  color: #fff;
}
.schedule table tr.has-notes.show-notes .notes {
  display: block;
}
.schedule table th {
  padding-top: 50px;
  text-align: left;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
}
.schedule table td {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 20px;
}
.schedule table td.time {
  width: 240px;
  font-size: 32px;
  padding-right: 20px;
  border-right: 1px solid black;
}
@media only screen and (max-width: 768px) {
  .schedule table td.time {
    width: 100px;
    font-size: 20px;
  }
}
.schedule table td.info {
  padding-left: 10px;
}
.schedule table h2 {
  font-size: 32px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .schedule table h2 {
    font-size: 20px;
  }
}
.schedule table h3 {
  font-size: 20px;
  text-transform: none;
  margin: 0;
}
#wpadminbar {
  background: #000;
  padding-left: 30px;
  transition: all 250ms ease-in-out;
  transition-delay: 1000ms;
  top: -32px !important;
  z-index: 10;
  position: fixed;
}
#wpadminbar .ab-sub-wrapper {
  display: none !important;
}
#wpadminbar:after {
  color: white;
  font-family: dashicons;
  font-size: 18px;
  line-height: 32px;
  content: "\f464";
  position: fixed;
  width: 32px;
  height: 32px;
  text-align: center;
  background: black;
  top: 0;
  left: 0;
  z-index: 0;
  cursor: pointer;
  transform: scaleX(-1);
}
#wpadminbar:hover {
  top: 0 !important;
  transition-delay: 0ms;
}
#wp-admin-bar-customize, #wp-admin-bar-wp-logo, #wp-admin-bar-comments, #wp-admin-bar-new-post, #wp-admin-bar-new-media, #wp-admin-bar-search {
  display: none;
}
.photos-template-default {
  padding-top: 10vw;
  background: #010101;
  color: #eff0f5;
}
.photos-template-default main {
  width: 100%;
}
.photos-template-default * {
  color: #eff0f5;
}
.photos-template-default h1 {
  position: fixed;
  top: 30px;
  font-size: 5vw;
  z-index: 10;
}
.photos-template-default .gallery {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.photos-template-default .gallery .img {
  position: relative;
  display: inline-block;
}
.photos-template-default figure {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: none;
  font-family: "Space Mono", Courier, "monospace";
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  opacity: 0;
  filter: alpha(opacity=);
}
.photos-template-default figure strong {
  display: block;
  font-weight: bold;
}
.photos-template-default a:hover figure {
  opacity: 1;
}
.flickity-button {
  background: #010101;
  color: #eff0f5;
}
.flickity-button svg path {
  fill: #eff0f5;
}
.flickity-button:hover {
  background: #eff0f5;
}
.flickity-button:hover svg path {
  fill: #010101;
}
.flickity-button:disabled {
  opacity: 0;
}
.flickity-prev-next-button .flickity-button-icon {
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}
.flickity-page-dots {
  display: flex;
  align-items: stretch;
  bottom: 0;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: auto;
  height: auto;
  height: 8px;
  width: 100%;
  margin: 0;
  background: #eff0f5;
  border-radius: 0;
  opacity: 0.25;
  cursor: pointer;
  border-right: 2px solid #eff0f5;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected ~ .dot {
  opacity: 0.5;
  border-right: 2px solid #010101;
}
.flickity-page-dots .dot:hover {
  opacity: 1 !important;
  background: #fff;
}
.gallery-description {
  background: #010101;
  color: #eff0f5;
  width: 100vw;
  margin-left: -50px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .gallery-description {
    margin-left: -25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.gallery-description p {
  padding-top: 40px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 20px;
}
.gallery-description p a {
  white-space: normal;
}
.gallery-description + .dice-gallery {
  padding-top: 40px;
}
.dice-gallery {
  background: #010101;
  width: 100vw;
  margin-left: -50px;
  position: relative;
  padding: 50px 0 50px;
  margin-bottom: 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .dice-gallery {
    margin-left: -25px;
  }
}
.dice-gallery.flickity-enabled img {
  transition: opacity 600ms ease;
  opacity: 1;
}
.dice-gallery .flickity-viewport, .dice-gallery .flickity-slider {
  height: 100%;
  width: 100%;
}
.dice-gallery .carousel-cell {
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .dice-gallery .carousel-cell {
    padding-left: 25px;
  }
}
.dice-gallery img {
  height: 70vh;
  width: auto;
  max-width: none;
  max-height: none;
  display: block;
  opacity: 0;
}
.dice-gallery figure {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  font-size: 14px;
  margin-left: 50px;
  line-height: 1.2em;
  text-transform: none;
  font-family: "Space Mono", Courier, "monospace";
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  opacity: 0;
  filter: alpha(opacity=);
}
.dice-gallery figure strong {
  display: block;
  font-weight: bold;
}
.dice-gallery a:hover figure {
  opacity: 1;
}
