/*
 * Settings
 */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

html {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
textarea {
  appearance: none;
  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=submit]:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: vertical;
}

select {
  width: 100%;
}

@keyframes rotation {
  to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(0deg);
  }
}
/*
 * Global Styling
 */
body {
  background: #fff;
  position: relative;
  width: 100%;
  opacity: 0;
}
body.ready, .wf-active body {
  opacity: 1;
}
body.show-menu {
  overflow: hidden;
}

main {
  min-height: 30vw;
  position: relative;
  overflow: hidden;
}

.shutter {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  user-select: none;
  pointer-events: none;
  transition: height 2s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 900;
}
.ready .shutter, .wf-active .shutter {
  height: 0;
}

.object-fit-image {
  overflow: hidden;
}
.object-fit-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

::selection {
  background: #AD9961;
  color: #000000;
  text-shadow: none;
}

::placeholder {
  color: #fff;
}

header img,
header svg,
header video,
header iframe,
main img,
main svg,
main video,
main iframe {
  width: 100%;
  height: auto;
  display: block;
}

.dropdown,
.ginput_container_select {
  position: relative;
}
.dropdown:after,
.ginput_container_select:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e93a";
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3vw;
  font-size: 2.4vw;
  text-align: center;
  padding: 0.4vw 0 0;
  background: #AD9961;
  user-select: none;
  pointer-events: none;
}
.dropdown.black:after,
.ginput_container_select.black:after {
  background: #000000;
}
.dropdown.black select,
.ginput_container_select.black select {
  border: 1px solid #000000;
}
.dropdown.white:after,
.ginput_container_select.white:after {
  background: #fff;
  color: #000000;
}
.dropdown.white select,
.ginput_container_select.white select {
  background: #000000;
  color: #fff;
  border: 1px solid #fff;
}

select {
  font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1vw;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.4;
  color: #000000;
  padding: 0.75em 0 0.65em 1.2em;
  background: #fff;
  appearance: none;
  border: 1px solid #AD9961;
  border-radius: 0;
}
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 782px) {
  select {
    font-size: 3.2vw;
  }
}
select:focus {
  outline: none;
}

/*
 * Responsive (less than 1000px)
 */
/*
 * Responsive (less than 782px)
 */
@media screen and (max-width: 782px) {
  .dropdown:after,
  .ginput_container_select:after {
    padding: 1vw 0 0;
    width: 9vw;
    font-size: 7.2vw;
  }
}
/*
 * Responsive (less than 600px)
 */
/*
 * Responsive (less than 460px)
 */
/* 
 * Components
 */
.alc-header:before {
  content: " ";
  background: #000000;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 50vw;
  top: 2vw;
  width: 14vw;
  height: 14vw;
  transform: translateX(-50%);
  z-index: 500;
}
.page-id-21801 .alc-header:before, .single-happenings .alc-header:before {
  display: none;
}
.alc-header .brand {
  position: fixed;
  display: block;
  left: 50vw;
  top: 2vw;
  width: 14vw;
  transform: translateX(-50%);
  z-index: 600;
}
.alc-header .brand.apply-tween, .single-happenings .alc-header .brand {
  width: 6.8vw;
}
.alc-header .brand img {
  position: relative;
}
.alc-header .book-now-button {
  position: fixed;
  top: 3vw;
  right: 8vw;
  z-index: 800;
}
.alc-header .book-now-button .link {
  font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1vw;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.4;
  color: #000000;
  background: #000000;
  color: #fff;
  padding: 0 1.6em;
  height: 3.1em;
  line-height: 3.1em;
  cursor: pointer;
  border: 1px solid #AD9961;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  -webkit-appearance: none;
  transition: background 0.3s, border 0.3s;
  display: block;
  background: #AD9961;
}
@media screen and (max-width: 782px) {
  .alc-header .book-now-button .link {
    font-size: 3.2vw;
  }
}
.alc-header .book-now-button .link:hover, .alc-header .book-now-button .link:focus {
  background-color: #AD9961;
}
.alc-header .book-now-button .link:hover {
  background: #fff;
  color: #AD9961;
}
.alc-header .toggle-menu {
  position: fixed;
  top: 3vw;
  right: 3vw;
  width: 3.41vw;
  height: 3.41vw;
  background: #000000;
  cursor: pointer;
  z-index: 800;
}
.alc-header .toggle-menu .icon {
  bottom: 1.6vw;
  left: calc(50% - 1vw);
  height: 3px;
  width: 2vw;
  position: absolute;
  display: block;
}
.alc-header .toggle-menu .icon:before, .alc-header .toggle-menu .icon:after {
  content: " ";
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background: #AD9961;
  position: absolute;
}
.alc-header .toggle-menu .icon:before {
  bottom: 0.4vw;
  transition: bottom 0.3s 0.3s, transform 0.3s;
}
.alc-header .toggle-menu .icon:after {
  top: 0.4vw;
  transition: top 0.3s 0.3s, transform 0.3s;
}
body.reveal-menu .alc-header .toggle-menu .icon:before {
  bottom: 0;
  transition: bottom 0.3s, transform 0.3s 0.3s;
  transform: rotate(-45deg);
}
body.reveal-menu .alc-header .toggle-menu .icon:after {
  top: 0;
  transition: top 0.3s, transform 0.3s 0.3s;
  transform: rotate(45deg);
}
.alc-header .logo-extras {
  position: absolute;
  top: 20vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
}
.alc-header .logo-extras .logotype {
  display: block;
}
.alc-header .logo-extras .logotype img {
  display: inline-block;
  width: 20.5vw;
}
.alc-header .logo-extras .tagline {
  font-family: "Times", serif;
  line-height: 1;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1vw;
  line-height: 2;
  color: #000000;
  display: inline-block;
  margin: 1vw 0 0;
}
.alc-header .logo-extras .tagline a {
  color: #000000;
  position: relative;
  position: relative;
}
.alc-header .logo-extras .tagline a:after {
  content: " ";
  position: absolute;
  top: 2em;
  left: 0;
  width: 100%;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  border-top: 1px solid #000000;
  transition: top 0.3s, opacity 0.3s;
}
.alc-header .logo-extras .tagline a:hover:after {
  top: 1.4em;
  opacity: 1;
}
@media screen and (max-width: 782px) {
  .alc-header .logo-extras .tagline {
    font-size: 2.7vw;
  }
}

.header-vector-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 30vw;
  user-select: none;
  pointer-events: none;
  z-index: 3;
}
.header-vector-elements .vector-object {
  position: absolute;
}
.header-vector-elements .vector-object.snowflake {
  top: -2vw;
  width: 45vw;
}
.header-vector-elements .vector-object.snowflake.left {
  left: 18vw;
  transform: translate(-50%, -50%);
}
.header-vector-elements .vector-object.snowflake.left svg,
.header-vector-elements .vector-object.snowflake.left img {
  transform: rotate(360deg);
  animation: rotation 90s linear infinite;
  height: 100%;
  width: 100%;
}
.header-vector-elements .vector-object.snowflake.right {
  right: 18vw;
  transform: translate(50%, -50%);
}
.header-vector-elements .vector-object.snowflake.right svg,
.header-vector-elements .vector-object.snowflake.right img {
  transform: rotate(-360deg);
  animation: rotation 90s linear infinite;
  height: 100%;
  width: 100%;
}
.header-vector-elements .vector-object.moon {
  top: 10vw;
  width: 12vw;
}
.header-vector-elements .vector-object.moon.left {
  left: 13.5vw;
  animation: two_step_rotation_clockwise 10s cubic-bezier(0.86, 0, 0.07, 1) infinite;
}
.header-vector-elements .vector-object.moon.right {
  right: 13.5vw;
  animation: two_step_rotation_anticlockwise 10s cubic-bezier(0.86, 0, 0.07, 1) infinite;
}
.header-vector-elements .vector-object.polygon {
  top: -11vw;
  left: 30vw;
  width: 40vw;
}
.header-vector-elements .vector-object.polygon.clockwise {
  animation: six_step_rotation_clockwise 60s 3s cubic-bezier(0.86, 0, 0.07, 1) infinite;
}
.header-vector-elements .vector-object.polygon.anticlockwise {
  animation: six_step_rotation_anticlockwise 60s 3s cubic-bezier(0.86, 0, 0.07, 1) infinite;
}

@keyframes six_step_rotation_clockwise {
  0% {
    transform: rotate(0deg);
  }
  4.33% {
    transform: rotate(60deg);
  }
  16.66% {
    transform: rotate(60deg);
  }
  20.99% {
    transform: rotate(120deg);
  }
  33.32% {
    transform: rotate(120deg);
  }
  37.65% {
    transform: rotate(180deg);
  }
  49.98% {
    transform: rotate(180deg);
  }
  54.31% {
    transform: rotate(240deg);
  }
  66.64% {
    transform: rotate(240deg);
  }
  70.97% {
    transform: rotate(300deg);
  }
  83.3% {
    transform: rotate(300deg);
  }
  87.63% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes six_step_rotation_anticlockwise {
  0% {
    transform: rotate(0deg);
  }
  4.33% {
    transform: rotate(-60deg);
  }
  16.66% {
    transform: rotate(-60deg);
  }
  20.99% {
    transform: rotate(-120deg);
  }
  33.32% {
    transform: rotate(-120deg);
  }
  37.65% {
    transform: rotate(-180deg);
  }
  49.98% {
    transform: rotate(-180deg);
  }
  54.31% {
    transform: rotate(-240deg);
  }
  66.64% {
    transform: rotate(-240deg);
  }
  70.97% {
    transform: rotate(-300deg);
  }
  83.3% {
    transform: rotate(-300deg);
  }
  87.63% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes two_step_rotation_clockwise {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  85% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes two_step_rotation_clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  35% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  85% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes two_step_rotation_anticlockwise {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  85% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes two_step_rotation_anticlockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  35% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  85% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
body.black-minimal-header {
  background-color: #000;
}
body.black-minimal-header .header-vector-elements {
  background-color: #000;
  display: none;
}
body.black-minimal-header .alc-header .logo-extras .tagline {
  color: #fff;
}

/*
 * Responsive (less than 1000px)
 */
/*
 * Responsive (less than 782px)
 */
@media screen and (max-width: 782px) {
  .alc-header {
    height: 9vw;
    width: 9vw;
  }
  .alc-header:before {
    top: 11vw;
  }
  .alc-header .brand {
    position: absolute;
    top: 11vw;
  }
  .single-happenings .alc-header .brand {
    display: none;
  }
  .alc-header .logo-extras {
    top: 28vw;
  }
  .alc-header .logo-extras .logotype img {
    width: 28vw;
  }
  .alc-header .logo-extras .tagline {
    margin: 0;
  }
  .alc-header .book-now-button {
    left: 0;
    top: 0;
    right: 14vw;
    transform: none;
    text-align: center;
  }
  .alc-header .book-now-button .link {
    padding: 0 0 0 14vw;
    border: 0;
  }
  .alc-header .book-now-button .link:hover {
    border: 0;
  }
  .alc-header .toggle-menu {
    right: 0;
    width: 14vw;
    height: 16vw;
    background: #000000;
    border-right: 0;
    border-top: 0;
    top: 0;
  }
  .alc-header .toggle-menu .icon {
    bottom: 6vw;
    left: calc(50% - 3.9vw);
    height: 3px;
    width: 7.8vw;
  }
  .alc-header .toggle-menu .icon:before, .alc-header .toggle-menu .icon:after {
    height: 3px;
  }
  .alc-header .toggle-menu .icon:before {
    bottom: 1.7vw;
  }
  .alc-header .toggle-menu .icon:after {
    top: 1.7vw;
  }
  .header-vector-elements {
    top: 9vw;
  }
}
.main-navigation .column {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: width 0s 1.2s, height 0s 1.2s;
  z-index: 700;
}
.reveal-menu .main-navigation .column {
  transition: width 0s, height 0s;
  width: 50%;
  height: 100vh;
}
.main-navigation .column.navigation-column {
  right: 0;
}
.main-navigation .column.navigation-column .inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 0 5vw;
  transform: translateX(100%);
}
.reveal-menu .main-navigation .column.navigation-column .inner {
  transform: translateX(0);
}
.main-navigation .column.image-banners-column {
  left: 0;
}
.main-navigation .column.image-banners-column .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-100%);
}
.reveal-menu .main-navigation .column.image-banners-column .inner {
  transform: translateX(0);
}
.main-navigation .inner {
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.main-navigation .position {
  width: 100%;
}
.main-navigation .logo {
  width: 8vw;
  margin: 0 0 3vw;
}
.main-navigation .navigation .menu .menu-item {
  margin: 0 0 1.5vw;
}
.main-navigation .navigation .menu .menu-item.menu-item-20987:after {
  content: "Masterclass / Alchemistress / Store / Gifting";
  font-family: "Times", serif;
  line-height: 1;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1vw;
  line-height: 2;
  color: #000000;
  color: #8e8e8e;
  margin: 0.2em 0 0;
  display: block;
}
.main-navigation .navigation .menu .menu-item.menu-item-20987:after a {
  color: #000000;
  position: relative;
  position: relative;
}
.main-navigation .navigation .menu .menu-item.menu-item-20987:after a:after {
  content: " ";
  position: absolute;
  top: 2em;
  left: 0;
  width: 100%;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  border-top: 1px solid #000000;
  transition: top 0.3s, opacity 0.3s;
}
.main-navigation .navigation .menu .menu-item.menu-item-20987:after a:hover:after {
  top: 1.4em;
  opacity: 1;
}
@media screen and (max-width: 782px) {
  .main-navigation .navigation .menu .menu-item.menu-item-20987:after {
    font-size: 2.7vw;
  }
}
.main-navigation .navigation .menu .menu-item:last-child {
  margin: 0;
}
.main-navigation .navigation .menu .menu-item a {
  font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1vw;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.4;
  color: #000000;
  color: #8e8e8e;
  transition: color 0.3s;
}
@media screen and (max-width: 782px) {
  .main-navigation .navigation .menu .menu-item a {
    font-size: 3.2vw;
  }
}
.main-navigation .navigation .menu .menu-item a:hover {
  color: #fff;
}
.main-navigation .image-banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 0 0 0 3vw;
  height: 25%;
  position: relative;
  display: block;
}
.main-navigation .image-banner:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  z-index: 20;
}
.main-navigation .image-banner:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  background: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 20;
}
.main-navigation .image-banner:hover:before {
  opacity: 1;
}
.main-navigation .image-banner:last-child:after {
  display: none;
}
.main-navigation .image-banner .text {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 30;
}
.main-navigation .image-banner .text .text-inner {
  width: 100%;
}
.main-navigation .image-banner h3 {
  font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2vw;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.4;
  color: #000000;
  color: #fff;
}
@media screen and (max-width: 782px) {
  .main-navigation .image-banner h3 {
    font-size: 5.2vw;
  }
}
.main-navigation .image-banner p {
  font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1vw;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.4;
  color: #000000;
  color: #fff;
  margin: 1vw 0 0;
}
@media screen and (max-width: 782px) {
  .main-navigation .image-banner p {
    font-size: 3.2vw;
  }
}

/*
 * Responsive (less than 782px)
 */
@media screen and (max-width: 782px) {
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    z-index: 700;
  }
  .reveal-menu .main-navigation {
    width: 100%;
    height: 100vh;
  }
  .main-navigation .column {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
  }
  .reveal-menu .main-navigation .column {
    width: auto;
    height: auto;
  }
  .main-navigation .column.navigation-column {
    text-align: center;
  }
  .main-navigation .column.navigation-column .inner {
    padding: 20vw 5vw 10vw;
  }
  .main-navigation .inner {
    transform: none;
    transition: none;
  }
  .main-navigation .logo {
    margin: 0 auto 6vw;
  }
  .main-navigation .prompt {
    display: none;
  }
  .main-navigation .navigation .menu .menu-item {
    margin: 0 0 3vw;
  }
  .main-navigation .image-banner {
    height: 36vw;
    text-align: center;
  }
  .main-navigation .image-banner:before {
    background: rgba(0, 0, 0, 0.4);
  }
  .main-navigation .image-banner:after {
    display: none;
  }
}
