@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #060605;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
  min-height: calc(var(--vh, 1vh) * 100);
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}
body.show-individual, body.show-subscribe, body.show-listen {
  overflow: hidden;
}

h1 {
  font-size: clamp(32px, 3.2vmin, 64px);
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 clamp(16px, 1.6vmin, 32px);
}

h2 {
  font-size: clamp(32px, 3.2vmin, 64px);
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 clamp(16px, 1.6vmin, 32px);
}

h3 {
  font-size: clamp(16px, 1.6vmin, 32px);
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 clamp(8px, 0.8vmin, 16px);
}

h4 {
  font-size: clamp(12px, 1.2vmin, 24px);
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 clamp(8px, 0.8vmin, 16px);
}

p {
  font-size: clamp(10px, 1vmin, 20px);
  line-height: 1.8;
  padding: 0 0 clamp(18px, 1.8vmin, 36px);
}
p a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
p a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
p.legals {
  padding: clamp(18px, 1.8vmin, 36px) 0 0;
}

a {
  pointer-events: auto;
}

.button, #mc_embed_signup #mc-embedded-subscribe {
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 1rem 3rem;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.button span, #mc_embed_signup #mc-embedded-subscribe span {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.6vmin, 32px);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  position: relative;
  z-index: 2;
}
.button:before, #mc_embed_signup #mc-embedded-subscribe:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  z-index: 1;
}
.button:hover span, #mc_embed_signup #mc-embedded-subscribe:hover span {
  color: #060605;
}
.button:hover:before, #mc_embed_signup #mc-embedded-subscribe:hover:before {
  height: 100%;
}

.back-button {
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.back-button span {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.6vmin, 32px);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  position: relative;
  z-index: 2;
}
.back-button span:after {
  background: rgba(255, 255, 255, 0.38);
  content: "";
  position: absolute;
  left: -0.25rem;
  top: 50%;
  height: 1px;
  width: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.back-button:hover span {
  color: rgba(255, 255, 255, 0.62);
}
.back-button:hover span:after {
  width: calc(100% + 0.5rem);
}

.dynamic-buffer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100vw;
}
.layer .layer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100);
  height: 100%;
  width: 100%;
}
.layer .layer-inner .layer-middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layer-site-bg {
  background: #060605 url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 10;
}

.layer-moving-images {
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  z-index: 20;
}
.layer-moving-images .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
}
.layer-moving-images .floating-image {
  position: absolute;
  bottom: 0%;
  pointer-events: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: -1;
}

.show-gallery .layer-moving-images {
  opacity: 0;
}

.layer-gallery {
  z-index: 30;
  z-index: 45;
  width: 100vw;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: -100vh;
  left: 0;
  min-height: calc(var(--vh, 1vh) * 100);
  max-height: calc(var(--vh, 1vh) * 100);
}
.layer-gallery .layer-inner .gallery-grid {
  margin: 200px auto 33vh;
  max-width: 1280px;
  width: calc(100% - 4rem);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6vw 1fr 6vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6vw;
}
@media (max-width: 1000px) {
  .layer-gallery .layer-inner .gallery-grid {
    -ms-grid-columns: 1fr 3vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3vw;
  }
}
.layer-gallery .layer-inner .gallery-grid .gallery-item {
  pointer-events: auto;
  text-decoration: none;
}
.layer-gallery .layer-inner .gallery-grid .gallery-item .gallery-item-inner {
  -webkit-box-shadow: 0 0 1vmin rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 1vmin rgba(255, 255, 255, 0.2);
  background: rgba(6, 6, 5, 0.71);
  padding: 1rem 2rem 2rem;
}
.layer-gallery .layer-inner .gallery-grid .gallery-item .gallery-item-inner .gallery-item-meta {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.layer-gallery .layer-inner .gallery-grid .gallery-item .gallery-item-inner .gallery-item-meta h3, .layer-gallery .layer-inner .gallery-grid .gallery-item .gallery-item-inner .gallery-item-meta h4 {
  color: rgba(255, 255, 255, 0.9);
}
.layer-gallery .layer-inner .gallery-grid .gallery-item .gallery-item-inner .gallery-item-content img {
  border: 1px solid rgba(255, 255, 255, 0.71);
  display: block;
  height: auto;
  width: 100%;
}
.layer-gallery .layer-inner .gallery-grid .gallery-item .gallery-item-inner .gallery-item-content p {
  display: none;
}
.layer-gallery .layer-inner .gallery-grid .gallery-item:nth-child(3n+1) {
  padding-top: 6vw;
}
.layer-gallery .layer-inner .gallery-grid .gallery-item:nth-child(3n+2) {
  padding-top: 0rem;
}
.layer-gallery .layer-inner .gallery-grid .gallery-item:nth-child(3n) {
  padding-top: 12vw;
}
@media (max-width: 1000px) {
  .layer-gallery .layer-inner .gallery-grid .gallery-item:nth-child(3n), .layer-gallery .layer-inner .gallery-grid .gallery-item:nth-child(3n+1), .layer-gallery .layer-inner .gallery-grid .gallery-item:nth-child(3n+2) {
    padding-top: 0;
  }
  .layer-gallery .layer-inner .gallery-grid .gallery-item:nth-child(odd) {
    padding-top: 12vw;
  }
}

.show-gallery .layer-gallery {
  top: 0;
  max-height: none;
}

.show-individual .layer-gallery .layer-inner .gallery-grid .gallery-item {
  pointer-events: none;
}

.show-gallery .layer-nav .layer-nav-top a#nav-add-your-high:after {
  width: 0;
}
.show-gallery #nav-gallery:after {
  width: calc(100% - 0.5rem);
}

.gallery-spacer {
  clear: both;
  height: 1px;
  width: 1px;
}

.layer-nav {
  z-index: 40;
}
.layer-nav .layer-nav-top {
  padding: clamp(1rem, 3.8vmin, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-nav .layer-nav-top a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0.5rem;
  position: relative;
}
.layer-nav .layer-nav-top a:after {
  background: rgba(255, 255, 255, 0.38);
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 50%;
  height: 1px;
  width: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-nav .layer-nav-top a#nav-add-your-high:after {
  width: calc(100% - 0.5rem);
}
.layer-nav .layer-nav-top a#nav-home:after {
  opacity: 0;
}
.layer-nav .layer-nav-top a#listen:after {
  opacity: 0;
}
.layer-nav .layer-nav-top a#listen span {
  position: relative;
}
.layer-nav .layer-nav-top a#listen span:after {
  background: rgba(255, 255, 255, 0.38);
  content: "";
  position: absolute;
  left: -0.25rem;
  top: 50%;
  height: 1px;
  width: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-nav .layer-nav-top a:hover:after {
  width: calc(100% - 0.5rem);
}
.layer-nav .layer-nav-top a:hover#listen span:after {
  width: calc(100% + 0.5rem);
}
.layer-nav .layer-nav-top .break {
  display: none;
}
@media screen and (max-width: 768px) {
  .layer-nav .layer-nav-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer-nav .layer-nav-top .layer-nav-top-right {
    padding: 0.5rem 0 0;
  }
}
@media screen and (max-width: 499px) {
  .layer-nav .layer-nav-top #listen {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 5px;
  }
  .layer-nav .layer-nav-top .break {
    display: block;
  }
}
.layer-nav .layer-nav-middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layer-nav .layer-nav-bottom {
  padding: clamp(1rem, 3.8vmin, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-nav .layer-nav-bottom a {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(9px, 1.6vmin, 15px);
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0.5rem;
  position: relative;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-nav .layer-nav-bottom a:after {
  background: rgba(255, 255, 255, 0.38);
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 50%;
  height: 1px;
  width: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-nav .layer-nav-bottom a.social:after {
  opacity: 0;
}
.layer-nav .layer-nav-bottom a:hover:after {
  width: calc(100% - 0.5rem);
}
.layer-nav .layer-nav-bottom a:hover.social {
  color: rgba(255, 255, 255, 0.62);
}
@media screen and (max-width: 1000px) {
  .layer-nav .layer-nav-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
  .layer-nav .layer-nav-bottom .layer-nav-bottom-right {
    padding: 0 0 0.5rem;
  }
}

.layer-intro {
  pointer-events: none;
  z-index: 50;
}
.layer-intro .intro-box {
  background: rgba(6, 6, 5, 0.9);
  -webkit-box-shadow: 0 0 1vmin rgba(255, 255, 255, 0.19);
          box-shadow: 0 0 1vmin rgba(255, 255, 255, 0.19);
  margin: auto;
  max-width: 720px;
  padding: clamp(2rem, 7.6vmin, 128px);
  text-align: center;
  width: 71%;
}
@media screen and (max-width: 499px) {
  .layer-intro .intro-box {
    width: calc(100% - 2rem);
  }
}
.layer-intro .intro-box p {
  text-transform: uppercase;
}
.layer-intro .intro-box .intro-listen p {
  padding: 2rem 0 0.5rem;
}
.layer-intro .intro-box .intro-listen a {
  border: 0;
  padding: 1rem 1.5rem;
  margin: 0 0 5px;
}

.layer-listen {
  background: rgba(6, 6, 5, 0.8);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  top: -100vh;
  left: 0;
  opacity: 0;
  max-height: calc(var(--vh, 1vh) * 100);
  z-index: 60;
}
.layer-listen .listen-close {
  position: absolute;
  top: clamp(1rem, 3.8vmin, 64px);
  right: clamp(1rem, 3.8vmin, 64px);
  height: clamp(32px, 7.6vmin, 64px);
  width: clamp(32px, 7.6vmin, 64px);
  cursor: pointer;
  pointer-events: auto;
}
.layer-listen .listen-close span {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  height: 4px;
  width: 100%;
  top: calc(50% - 2px);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-listen .listen-close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.layer-listen .listen-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layer-listen .listen-close:hover span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layer-listen .listen-close:hover span:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.layer-listen .listen-box {
  margin: auto;
  max-width: 280px;
  padding: 100px 0;
}

.show-listen .layer-listen {
  top: 0;
  opacity: 1;
}

.layer-video {
  background: rgba(6, 6, 5, 0.8);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  top: -100vh;
  left: 0;
  opacity: 0;
  max-height: calc(var(--vh, 1vh) * 100);
  z-index: 65;
}
.layer-video .video-close {
  position: absolute;
  top: clamp(1rem, 3.8vmin, 64px);
  right: clamp(1rem, 3.8vmin, 64px);
  height: clamp(32px, 7.6vmin, 64px);
  width: clamp(32px, 7.6vmin, 64px);
  cursor: pointer;
  pointer-events: auto;
}
.layer-video .video-close span {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  height: 4px;
  width: 100%;
  top: calc(50% - 2px);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-video .video-close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.layer-video .video-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layer-video .video-close:hover span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layer-video .video-close:hover span:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.layer-video .video-box {
  margin: auto;
  padding: 100px 0;
  width: calc(100% - 4rem);
}
.layer-video .video-box .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.layer-video .video-box .embed-container iframe,
.layer-video .video-box .embed-container object,
.layer-video .video-box .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.show-video .layer-video {
  top: 0;
  opacity: 1;
}

.layer-subscribe {
  background: rgba(6, 6, 5, 0.9);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  top: -100vh;
  left: 0;
  opacity: 0;
  max-height: calc(var(--vh, 1vh) * 100);
  z-index: 95;
}
.layer-subscribe .subscribe-close {
  position: absolute;
  top: clamp(1rem, 3.8vmin, 64px);
  right: clamp(1rem, 3.8vmin, 64px);
  height: clamp(32px, 7.6vmin, 64px);
  width: clamp(32px, 7.6vmin, 64px);
  cursor: pointer;
  pointer-events: auto;
}
.layer-subscribe .subscribe-close span {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  height: 4px;
  width: 100%;
  top: calc(50% - 2px);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-subscribe .subscribe-close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.layer-subscribe .subscribe-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layer-subscribe .subscribe-close:hover span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layer-subscribe .subscribe-close:hover span:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.layer-subscribe .subscribe-box {
  margin: auto;
  padding: 100px 10px;
  max-width: 500px;
  text-align: center;
}

.show-subscribe .layer-subscribe {
  top: 0;
  opacity: 1;
}

.layer-add-your-high-background {
  background: #060605 url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
  top: -100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  pointer-events: none;
  z-index: 70;
  position: fixed;
}

.show-add-your-high .layer-add-your-high-background {
  left: 0;
  top: 0;
}

.layer-add-your-high-preview-background {
  overflow: hidden;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  pointer-events: none;
  z-index: 80;
  position: fixed;
  top: -100vh;
  height: 100vh !important;
}
.layer-add-your-high-preview-background #words-here {
  position: relative;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  width: 100%;
}
.layer-add-your-high-preview-background #words-here .word {
  position: absolute;
  bottom: 0%;
  pointer-events: none;
  text-shadow: 0 0 3px white;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}

.showing-page-four .layer-add-your-high-preview-background {
  top: 0;
}

.show-individual .layer-add-your-high-preview-background {
  background: #060605 url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
  top: 0;
}

.show-gallery .layer-add-your-high-preview-background {
  background: #060605 url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
  top: 0;
  z-index: 10;
}

.layer-add-your-high {
  top: -100vh;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  z-index: 90;
}
.layer-add-your-high .layer-inner {
  background: rgba(6, 6, 5, 0.38);
}
.layer-add-your-high .add-your-high-close {
  position: absolute;
  top: clamp(1rem, 3.8vmin, 64px);
  right: clamp(1rem, 3.8vmin, 64px);
  height: clamp(32px, 7.6vmin, 64px);
  width: clamp(32px, 7.6vmin, 64px);
  cursor: pointer;
  pointer-events: auto;
}
.layer-add-your-high .add-your-high-close span {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  height: 4px;
  width: 100%;
  top: calc(50% - 2px);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-add-your-high .add-your-high-close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.layer-add-your-high .add-your-high-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layer-add-your-high .add-your-high-close:hover span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layer-add-your-high .add-your-high-close:hover span:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.layer-add-your-high .add-your-high-box {
  margin: auto;
  padding: 1rem;
  text-align: center;
  max-width: 460px;
  width: calc(100% - 2rem);
}
.layer-add-your-high .add-your-high-box .page-nav {
  padding: 1rem;
}
.layer-add-your-high .add-your-high-box .page-two,
.layer-add-your-high .add-your-high-box .page-three,
.layer-add-your-high .add-your-high-box .page-four,
.layer-add-your-high .add-your-high-box .page-five,
.layer-add-your-high .add-your-high-box .page-six {
  display: none;
}
.layer-add-your-high .textfield,
.layer-add-your-high .textarea {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: none;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Cormorant Garamond", serif;
  padding: 0.5rem;
  display: block;
  margin: 1rem auto 0;
  max-width: 460px;
  width: 100%;
}
.layer-add-your-high .textfield::-webkit-input-placeholder, .layer-add-your-high .textarea::-webkit-input-placeholder {
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.9);
}
.layer-add-your-high .textfield::-moz-placeholder, .layer-add-your-high .textarea::-moz-placeholder {
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.9);
}
.layer-add-your-high .textfield:-ms-input-placeholder, .layer-add-your-high .textarea:-ms-input-placeholder {
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.9);
}
.layer-add-your-high .textfield::-ms-input-placeholder, .layer-add-your-high .textarea::-ms-input-placeholder {
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.9);
}
.layer-add-your-high .textfield::placeholder,
.layer-add-your-high .textarea::placeholder {
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.9);
}
.layer-add-your-high .textarea {
  min-height: 270px;
}
.layer-add-your-high #image-upload {
  border: 1px solid rgba(255, 255, 255, 0.9);
  position: relative;
  margin: 0 auto;
  max-width: 300px;
}
.layer-add-your-high #image-upload img {
  display: block;
  height: auto;
  width: 100%;
}
.layer-add-your-high #image-upload #image-upload-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
}
.layer-add-your-high #image-upload #image-upload-overlay div {
  color: white;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-add-your-high #image-upload #image-upload-overlay div span {
  font-size: 0.8rem;
}
.layer-add-your-high #image-upload #image-upload-overlay:hover div {
  color: rgba(255, 255, 255, 0.62);
}
.layer-add-your-high #image-upload .progress {
  position: absolute;
  bottom: 2px;
  left: 2px;
  height: 5px;
  width: calc(100% - 4px);
}
.layer-add-your-high #image-upload .progress .progress-bar {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
}
.layer-add-your-high #file-upload {
  opacity: 0;
}
.layer-add-your-high .upload-form {
  display: none;
}
.layer-add-your-high .image-holder-outer {
  border: 1px solid rgba(255, 255, 255, 0.9);
  position: relative;
  margin: 0 auto;
  max-width: 300px;
  overflow: hidden;
}
.layer-add-your-high .image-holder-outer img {
  display: block;
  height: auto;
  width: 100%;
}
.layer-add-your-high .image-holder-outer .image-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.layer-add-your-high .preview-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: calc(100% - 2rem);
}
.layer-add-your-high .preview-columns .preview-column-left {
  text-align: left;
  padding: 0 1rem 0 0;
  width: calc(50% - 1rem);
  line-height: 1.4;
}
.layer-add-your-high .preview-columns .preview-column-right {
  padding: 0 0 0 1rem;
  width: calc(50% - 1rem);
}
.layer-add-your-high .preview-columns .preview-column-right .preview-image-holder {
  border: 1px solid rgba(255, 255, 255, 0.9);
  position: relative;
}
.layer-add-your-high .preview-columns .preview-column-right .preview-image-holder img {
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: block;
  height: auto;
  width: 100%;
}
.layer-add-your-high .preview-columns .preview-column-right .preview-image-holder .preview-image-preloader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layer-add-your-high .preview-columns .preview-column-right .preview-image-holder .preview-image-actual {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .layer-add-your-high .preview-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .layer-add-your-high .preview-columns .preview-column-left {
    text-align: center;
    padding: 1rem 0 0;
    width: 100%;
  }
  .layer-add-your-high .preview-columns .preview-column-right {
    padding: 0;
    width: 100%;
  }
}
.layer-add-your-high .share-box {
  border: 1px solid rgba(255, 255, 255, 0.9);
  position: relative;
  margin: 0 auto 10px;
  max-width: 400px;
  width: 100%;
}
.layer-add-your-high .share-box img {
  display: block;
  height: auto;
  width: 100%;
}
.layer-add-your-high .share-box .share-box-actual {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.layer-add-your-high .share-box .share-box-actual video {
  height: auto;
  width: 100%;
  pointer-events: auto;
}
.layer-add-your-high .share-box .share-box-actual-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
  cursor: pointer;
  background: rgba(6, 6, 5, 0);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-add-your-high .share-box .share-box-actual-button i {
  font-size: 2rem;
  margin: auto;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-add-your-high .share-box .share-box-actual-button:hover {
  background: rgba(6, 6, 5, 0.38);
}
.layer-add-your-high .share-box .share-box-actual-button:hover i {
  font-size: 2.4rem;
}
.layer-add-your-high .share-box .share-box-actual-button.hide {
  opacity: 0;
}
.layer-add-your-high .share-buttons {
  padding: 10px 0;
  width: 100%;
}
.layer-add-your-high .share-buttons a {
  min-width: 280px;
  margin: 0 0 5px;
}
.layer-add-your-high .error {
  display: none;
  padding: 0.5rem;
  color: #f46a5c;
  font-size: clamp(10px, 1vmin, 20px);
  font-weight: 700;
  text-transform: uppercase;
}
.layer-add-your-high #share-subscribe {
  cursor: pointer;
}

.show-add-your-high .layer-add-your-high {
  top: 0;
  opacity: 1;
}

.showing-page-four .layer-add-your-high .add-your-high-box {
  background: rgba(6, 6, 5, 0.9);
  -webkit-box-shadow: 0 0 1vmin rgba(255, 255, 255, 0.19);
          box-shadow: 0 0 1vmin rgba(255, 255, 255, 0.19);
  max-width: 1000px;
}
.showing-page-four .layer-add-your-high .image-holder-outer {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.showing-page-six .layer-add-your-high .add-your-high-box {
  max-width: 600px;
  margin: auto;
  width: 100%;
}

.layer-individual-post {
  overflow: hidden;
  top: -100vh;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  max-height: 100%;
  pointer-events: none;
  position: fixed;
  z-index: 110;
}
.layer-individual-post .individual-close {
  position: absolute;
  top: clamp(1rem, 3.8vmin, 64px);
  right: clamp(1rem, 3.8vmin, 64px);
  height: clamp(32px, 7.6vmin, 64px);
  width: clamp(32px, 7.6vmin, 64px);
  cursor: pointer;
  pointer-events: auto;
}
.layer-individual-post .individual-close span {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  height: 4px;
  width: 100%;
  top: calc(50% - 2px);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-individual-post .individual-close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.layer-individual-post .individual-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layer-individual-post .individual-close:hover span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layer-individual-post .individual-close:hover span:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.layer-individual-post .individual-outer {
  margin: auto;
  background: rgba(6, 6, 5, 0.71);
  -webkit-box-shadow: 0 0 1vmin rgba(255, 255, 255, 0.19);
          box-shadow: 0 0 1vmin rgba(255, 255, 255, 0.19);
  max-width: 800px;
  min-height: 200px;
  padding: 2rem;
  width: calc(100% - 2rem);
}
.layer-individual-post .individual-outer .individual-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.layer-individual-post .individual-outer .individual-loading .individual-loading-content {
  margin: auto;
  text-align: center;
}
.layer-individual-post .individual-outer .individual-loading .individual-loading-content p {
  padding: 0;
}
.layer-individual-post #individual-title,
.layer-individual-post #individual-by {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.layer-individual-post .individual-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 10px;
}
.layer-individual-post .individual-columns .individual-column-left {
  text-align: left;
  padding: 0 1rem 0 0;
  width: 50%;
  line-height: 1.4;
}
.layer-individual-post .individual-columns .individual-column-right {
  padding: 0 0 0 1rem;
  width: 50%;
}
.layer-individual-post .individual-columns .individual-column-right .individual-image-holder {
  border: 1px solid rgba(255, 255, 255, 0.9);
  position: relative;
  width: 100%;
}
.layer-individual-post .individual-columns .individual-column-right .individual-image-holder img {
  display: block;
  height: auto;
  width: 100%;
}
.layer-individual-post .individual-columns .individual-column-right .individual-image-holder .individual-image-actual {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.layer-individual-post .individual-columns .individual-column-right .individual-image-holder .individual-image-actual video {
  height: auto;
  width: 100%;
  pointer-events: auto;
}
.layer-individual-post .individual-columns .individual-column-right .individual-image-holder .individual-image-actual-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
  cursor: pointer;
  background: rgba(6, 6, 5, 0);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-individual-post .individual-columns .individual-column-right .individual-image-holder .individual-image-actual-button i {
  font-size: 2rem;
  margin: auto;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.layer-individual-post .individual-columns .individual-column-right .individual-image-holder .individual-image-actual-button:hover {
  background: rgba(6, 6, 5, 0.38);
}
.layer-individual-post .individual-columns .individual-column-right .individual-image-holder .individual-image-actual-button:hover i {
  font-size: 2.4rem;
}
.layer-individual-post .individual-columns .individual-column-right .individual-image-holder .individual-image-actual-button.hide {
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .layer-individual-post .individual-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .layer-individual-post .individual-columns .individual-column-left {
    text-align: center;
    padding: 1rem 0 0;
    width: 100%;
  }
  .layer-individual-post .individual-columns .individual-column-right {
    padding: 0;
    width: 100%;
  }
  .layer-individual-post .individual-columns .individual-column-right .individual-image-holder {
    margin: 0 auto;
    max-width: 71%;
  }
}
.layer-individual-post .individual-share {
  padding-top: 1rem;
  text-align: center;
}
.layer-individual-post .individual-share p {
  padding: 0 0 0.5rem;
}
.layer-individual-post .individual-share .individual-share-buttons a {
  padding: 0.75rem 1rem;
}
.layer-individual-post .individual-moderation {
  text-align: center;
  display: none;
  padding: 1rem 0 0 0;
}

.show-individual .layer-individual-post {
  top: 0;
  max-height: auto;
}

.show-moderation .layer-individual-post #individual-title,
.show-moderation .layer-individual-post #individual-by,
.show-moderation .layer-individual-post .individual-share,
.show-moderation .layer-individual-post .individual-columns {
  display: none;
}
.show-moderation .layer-individual-post .individual-moderation {
  display: block;
}

.layer-preloader {
  background: #060605;
  z-index: 200;
}
.layer-preloader svg {
  margin: auto;
}

.image-controls {
  margin: 1rem auto;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.image-controls .image-controls-left,
.image-controls .image-controls-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-controls .image-controls-right {
  padding-right: 16px;
}
.image-controls .image-controls-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.image-controls .image-control {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: none;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1px;
  font-size: 16px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.image-controls .image-control:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #060605;
}
.image-controls #control-up {
  margin-bottom: 32px;
}
.image-controls #control-zoom-in {
  margin-bottom: 10px;
}

#listen {
  margin-left: 20px;
}

.listen-icon {
  display: inline-block;
  height: 23px;
  width: 20px;
  margin-left: 10px;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  cursor: pointer;
  z-index: 19;
}
.listen-icon span {
  background: rgba(255, 255, 255, 0.71);
  display: inline-block;
  height: 100%;
  width: 2px;
  position: absolute;
  bottom: 0;
}
.listen-icon span:nth-child(1) {
  left: 0;
  height: 25%;
  -webkit-animation: bar1 0.6s infinite;
          animation: bar1 0.6s infinite;
}
.listen-icon span:nth-child(2) {
  left: 6px;
  height: 62%;
  -webkit-animation: bar2 0.5s infinite;
          animation: bar2 0.5s infinite;
}
.listen-icon span:nth-child(3) {
  left: 12px;
  height: 90%;
  -webkit-animation: bar3 0.7s infinite;
          animation: bar3 0.7s infinite;
}
.listen-icon span:nth-child(4) {
  left: 18px;
  height: 45%;
  -webkit-animation: bar4 0.8s infinite;
          animation: bar4 0.8s infinite;
}
.listen-icon:hover span {
  background: rgba(255, 255, 255, 0.9);
}
.listen-icon.muted span {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes bar1 {
  0% {
    height: 10%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 10%;
  }
}

@keyframes bar1 {
  0% {
    height: 10%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 10%;
  }
}
@-webkit-keyframes bar2 {
  0% {
    height: 5%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 15%;
  }
}
@keyframes bar2 {
  0% {
    height: 5%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 15%;
  }
}
@-webkit-keyframes bar3 {
  0% {
    height: 15%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 25%;
  }
}
@keyframes bar3 {
  0% {
    height: 15%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 25%;
  }
}
@-webkit-keyframes bar4 {
  0% {
    height: 18%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 33%;
  }
}
@keyframes bar4 {
  0% {
    height: 18%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 33%;
  }
}
.listen-player {
  background: #060605 url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
  height: 80px;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.listen-player .listen-left {
  padding: 10px;
}
.listen-player .listen-right {
  height: 80px;
  width: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listen-player .listen-right p {
  font-size: clamp(14px, 1.4vmin, 18px);
  line-height: 1.25;
  padding: 0;
}
.listen-player .listen-right .listen-time-stamp {
  font-size: 11px;
  position: absolute;
  top: 2px;
  right: 5px;
}
.listen-player .listen-play-pause {
  border: 1px solid rgba(255, 255, 255, 0.71);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: relative;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  overflow: hidden;
  font-size: 1.5rem;
}
.listen-player .listen-play-pause .listen-play-pause-play,
.listen-player .listen-play-pause .listen-play-pause-pause {
  position: relative;
  z-index: 2;
}
.listen-player .listen-play-pause.muted .listen-play-pause-play {
  display: block;
}
.listen-player .listen-play-pause.muted .listen-play-pause-pause {
  display: none;
}
.listen-player .listen-play-pause.unmuted .listen-play-pause-play {
  display: none;
}
.listen-player .listen-play-pause.unmuted .listen-play-pause-pause {
  display: block;
}
.listen-player .listen-play-pause:before {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.listen-player .listen-play-pause:hover {
  background: rgba(255, 255, 255, 0.71);
  color: #060605;
}
.listen-player .listen-play-pause:hover:before {
  height: 100%;
}

.listen-progress {
  border-top: 1px solid #060605;
  background: #242020;
  height: 5px;
  position: relative;
}
.listen-progress .listen-progress-bar {
  background: #7a6e70;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
}

.floating-image img {
  display: block;
  width: 100%;
}

#mc_embed_signup {
  background: #060605;
  color: rgba(255, 255, 255, 0.9);
  clear: left;
  margin: 0 auto;
  width: 500px;
}
#mc_embed_signup h2 {
  display: none;
}
#mc_embed_signup .mce_inline_error {
  background: transparent !important;
  color: #f13e2c !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
#mc_embed_signup .helper_text {
  background: transparent !important;
}
#mc_embed_signup #mce-EMAIL,
#mc_embed_signup #mce-FNAME,
#mc_embed_signup #mce-LNAME {
  background: none;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  text-transform: none;
}
#mc_embed_signup label,
#mc_embed_signup .indicates-required {
  text-transform: uppercase;
}
#mc_embed_signup #mc-embedded-subscribe {
  border-radius: 0;
  height: auto;
  background: none;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(16px, 1.6vmin, 32px);
  line-height: 1 !important;
}
#mc_embed_signup #mc-embedded-subscribe:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #060605;
}
#mc_embed_signup #mce-responses {
  padding: 0 !important;
}
#mc_embed_signup #mce-success-response {
  color: rgba(255, 255, 255, 0.9) !important;
}