/* *************** SITE FONTS ********************** */
/* ** (Enter font info below, for easy reference) **

DIN 2014
--------------------
Light: 300
Extra Bold: 800

*/

/* ************** GENERAL STYLES + RESETS ****************** */

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

html {
  font-size: 90%;
}

.wf-loading .tk-fade {
  opacity: 0;
  transition: opacity 1s;
}

.wf-active .tk-fade {
  opacity: 1;
}

body {
  width: 100%;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  background-color: #fff;
  color: #313131;
  overflow-x: hidden;
  overflow-y: scroll;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*body.masonry {
	overflow-y: scroll;
}*/

body.no-scroll {
  overflow: hidden;
}

.upcase {
  text-transform: uppercase;
}

a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

a:hover,
a:active {
  color: #ff6962;
}

.text-styles a:after,
.text-holder a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1;
  width: 88%;
  max-width: 800px;
  margin: auto;
}

h1:after,
.artist-name:after {
  content: "";
  display: block;
  margin: 0.14em auto 0;
  width: 120px;
  height: 3px;
  background-image: url(/images/dot-pattern-01.svg);
  background-repeat: repeat-x;
  background-position: 50% 50%;
  background-size: 11px 3px;
}

h2 {
  font-size: 1.84em;
  letter-spacing: 0.02em;
}

p {
  line-height: 1.4;
  padding-bottom: 1em;
  letter-spacing: 0.015em;
}

p:last-child {
  padding-bottom: 0;
}

em,
i {
  font-style: italic;
}

label,
input,
textarea,
select {
  font-size: 16px;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
}

input,
textarea {
  background-color: transparent;
  padding: 0px 10px;
  height: 34px;
  color: #000;
  border: 1px solid #000;

  border-radius: 0px;
  box-sizing: border-box;

  appearance: none;
  -webkit-appearance: none;
}

input[type="submit"] {
  padding: 0px 10px;
  border: 0px;
  cursor: pointer;

  border-radius: 0px;
  box-sizing: border-box;

  appearance: none;
  -webkit-appearance: none;
}

label {
  padding-bottom: 5px;
}

.clear {
  clear: both;
}

.clear-after:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.req {
  color: #c1cd23;
}

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

.addb4:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.ib {
  display: inline-block;
}

.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.v-bottom {
  vertical-align: bottom;
}
.v-baseline {
  vertical-align: baseline;
}

.centerXY {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centerY {
  position: absolute;
  top: 50%;
  left: 0%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerX {
  position: absolute;
  top: 0%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
}

.cover.loaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.loadme {
  opacity: 0;
}

.bg-loadme {
  opacity: 0;
}

.loadme.loaded,
.bg-loadme.loaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.social ul {
  list-style-type: none;
}

/* ************** SITE STRUCTURE ******************* */

main {
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

/* add "sticky-footer" class to body if sticky footer is needed: */

.sticky-footer main {
  min-height: 100vh;
  margin: 0 auto -285px; /* 200px = height of footer */
}

.sticky-footer main:after {
  content: "";
  display: block;
  height: 285px; /* 200px = height of footer */
}

.sticky-footer footer {
  height: 285px;
}

.sticky-footer-new main {
  margin: 0 auto -150px;
}

.sticky-footer-new main:after {
  height: 150px;
}

.sticky-footer-new footer {
  height: 150px;
}

#content {
  position: relative;
}

#content:before {
  content: "";
  display: block;
  height: 115px;
}

.space-above #content:before {
  height: 150px;
}

.coming-soon #content:before {
  height: 185px;
}

/* ************** HEADER ******************* */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 115px;
  color: currentColor;
  transform: translateY(0%);
  transition: transform 0.3s 0.3s, color 0.3s 0s;
}

.menuOn header {
  color: #fff;
}

header .lines:before {
  content: "";
  height: 1px;
  width: 100%;
  width: calc(100% - 180px);
  background-color: currentColor;
  display: block;
  position: absolute;
  z-index: 5;
  top: 28px;
  left: 145px;
  opacity: 1;
  transition: opacity 0.3s 0s;
}

header .lines:after {
  content: "";
  height: 1px;
  width: 100%;
  width: calc(100% - 122px);
  background-color: currentColor;
  display: block;
  position: absolute;
  z-index: 5;
  top: 88px;
  left: 87px;
  opacity: 1;
  transition: opacity 0.3s 0s;
}

.menuOn header .lines:before,
.menuOn header .lines:after {
  opacity: 0;
}

.slideshow-on header {
  transform: translateY(-130%);
  transition: transform 0.3s 0s;
}

header .inner {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 115px;
  overflow: hidden;
}

header .logo {
  position: absolute;
  top: 0;
  left: 0;
}

header .logo:hover {
  color: currentColor;
}

header .logo-large {
  display: block;
}

header .logo-small {
  display: none;
}

header .logo svg {
  display: block;
  width: 205px;
  height: 117px;
  fill: currentColor;
}

g.palm {
  fill-opacity: 0.15;
}

header .menuBtn {
  position: absolute;
  right: 58px;
  top: 53px;
  width: 15px;
  height: 10px;
  cursor: pointer;
}

.menuBtn .line {
  height: 2px;
  width: 15px;
  display: block;
  position: absolute;
  right: 0;
  background-color: currentColor;
  opacity: 1;

  transform: rotate(0deg);

  transition-property: background-color, opacity, transform, top;
  transition-duration: 0.2s, 0.1s, 0.3s, 0.3s;
  transition-delay: 0s, 0s, 0s, 0s;
}

.no-touchevents .menuBtn:hover .line {
  background-color: #ff6962;
  transition-property: background-color, opacity, transform, top;
  transition-duration: 0s, 0.1s, 0.3s, 0.3s;
  transition-delay: 0s, 0s, 0s, 0s;
}

.menuOn .menuBtn .line {
  background-color: rgba(255, 255, 255, 1) !important;

  transition-property: background-color, opacity, transform, top;
  transition-duration: 0.2s, 0.1s, 0.3s, 0.3s;
  transition-delay: 0s, 0s, 0s, 0s;
}

.menuBtn .line:nth-child(1) {
  top: 0px;
}

.menuBtn .line:nth-child(2) {
  top: 4px;
}

.menuBtn .line:nth-child(3) {
  top: 8px;
}

.menuOn .menuBtn .line:nth-child(1),
.submenuOn .menuBtn .line:nth-child(1) {
  top: 4px;
  transform: rotate(45deg);
}

.menuOn .menuBtn .line:nth-child(2),
.submenuOn .menuBtn .line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.1s 0s;
}

.menuOn .menuBtn .line:nth-child(3),
.submenuOn .menuBtn .line:nth-child(3) {
  top: 4px;
  transform: rotate(135deg);
}

header nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 104px;
  transform: translateY(-50%);
  text-align: right;
  font-weight: 800;
  font-size: 0;
  line-height: 1;
  text-transform: uppercase;
}

header nav ul {
  display: inline-block;
  position: relative;
  list-style-type: none;
  font-size: 0;
  cursor: default;
}

header nav ul li {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.95rem;
  letter-spacing: 0.075em;
}

header nav > ul li {
  /* non-social icons */
  padding-left: 2em;
}

li.menu-trigger {
  cursor: pointer;
  padding-left: 0;
  margin-left: 2em;
}

header nav a {
  display: block;
}

.no-touchevents header li.menu-trigger:hover,
.no-touchevents header nav a:hover,
header nav a.pageOn {
  color: #ff6962;
}

.no-touchevents .menuOn header li.menu-trigger:hover,
.no-touchevents .menuOn header nav a:hover,
.menuOn header nav a.pageOn {
  color: #ffffff;
  text-decoration: underline;
}

li#offsetHolder {
  padding: 0;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.menuOn li#offsetHolder {
  pointer-events: auto;
  visibility: visible;
}

#offsetHolder ul {
  display: block;
}

#offsetHolder li {
  position: relative;
  top: 10px;
  opacity: 0;
}

#submenu-holder {
  padding: 0;
  position: fixed;
  top: 50px;
  right: -111px;
  background-color: #fff;
  width: 66.2%;
  width: 20.4vw;
  transform: translateX(100%);
  transition: transform 0.3s ease-in 0s;
}

.submenuOn #submenu-holder {
  transform: translateX(0%);
  transition: transform 0.5s ease 0s;
}

#submenu-holder ul {
  padding: 0px 64px 17px 0;
  width: 56%;
  width: calc(100% - 128px);
  min-width: 56%;
}

#submenu-holder li {
  display: block;
  text-align: right;
  border-bottom: 1px solid #cccccc;
  padding: 0;
  opacity: 0;
  transition: opacity 0s ease 0.2s;
}

#submenu-holder li:last-child {
  border-bottom: none;
}

.submenuOn #submenu-holder li {
  opacity: 1;
  transition: opacity 0.4s ease 0.3s;
}

#submenu-holder a {
  padding: 1.1em 0 1em;
}

header .social {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}

header .social.mobileOnly {
  display: none;
}

header .social:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  height: 2.2rem;
  background: #ccc;
}

.menuOn header .social:after {
  background: currentColor;
}

header .social ul {
  display: block;
}

header .social li {
  padding-left: 1.3em;
  opacity: 0;
  transform: opacity 0.3s;
}

header .social svg {
  display: block;
  height: 18px;
  width: auto;
  fill: currentColor;
}

.header-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 115px;
  background-color: #fff;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.3s 0s;
}

.menuOn .header-bg {
  opacity: 0;
  /*transition: opacity .3s 0s;*/
}

.header-bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 130%;
  height: 100%;
  left: -15%;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s 0s;
}

.shadow .header-bg:after {
  opacity: 0.5;
  /*transition: opacity .3s 0s;*/
}

body.safari .header-bg:after,
body.safari .shadow .header-bg:after {
  transition: none;
}

header.new_2020 .logo svg {
  width: 140px;
  height: auto;
  margin-top: -10px;
  opacity: 1;
  transition: opacity 0.3s;
}

@media all and (max-width: 900px) {
  header.new_2020 .logo svg {
    margin-top: 0px;
  }
}

header.new_2020 .logo svg.hover {
  position: absolute;
  top: -3px;
  left: -4px;
  z-index: 2;
  width: 149px;
  opacity: 0;
}

header.new_2020 .logo svg.hover * {
  fill: #f2dabd;
  transition: fill 0.3s, opacity 0.3s;
}

.menuOn header.new_2020 .logo svg.hover * {
  fill: #ffffff;
  opacity: 0.5;
}

header.new_2020 .logo h1 {
  text-transform: none;
  width: auto;
  text-align: left;
  max-width: unset;
  font-size: 2.7rem;
  position: absolute;
  z-index: 5;
  left: 57px;
  top: 35px;
  color: #000;
  transition: color 0.3s;
}

.menuOn header.new_2020 .logo h1 {
  color: #fff;
}

header.new_2020 .logo:hover h1 {
  color: #e86b5a;
}

header.new_2020 .logo:hover svg.static,
.menuOn header.new_2020 .logo svg.static {
  opacity: 0;
}

header.new_2020 .logo:hover svg.hover,
.menuOn header.new_2020 .logo svg.hover {
  opacity: 1;
}

header.new_2020 .logo h1:after {
  display: none;
}

.sub-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-color: #ff6962;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.4s 0s, z-index 0s 0.4s;
}

.sub-menu.on {
  z-index: 50;
  opacity: 1;
  transition: opacity 0.4s 0s, z-index 0s 0s;
}

.sub-menu ul {
  list-style-type: none;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  width: 100%;
}

.sub-menu .large li {
  font-size: 8.5vw !important;
  line-height: 0.785;
  opacity: 0;
  position: relative;
  top: 20px;
  overflow: hidden;
  letter-spacing: 0em;
}

body.narrow-ratio .sub-menu .large li {
  /* will fall back to rems if no vw support */
  font-size: 11vw;
}

.sub-menu .large li:before {
  content: attr(data-text);
  display: block;
  position: relative;
  opacity: 0;
}

.sub-menu#categories .large li {
  font-size: 5rem;
  font-size: 11.5vh;
}

body.narrow-ratio .sub-menu#categories .large li {
  /* will fall back to rems if no vw support */
  font-size: 9vw;
}

.sub-menu .large li a {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500%;
  overflow: hidden;
  white-space: nowrap;
  /*letter-spacing: 0.3em;*/
  /*letter-spacing: 0.1em;*/
  opacity: 0.2;
  transition: letter-spacing 0.3s 0s, opacity 0.15s 0s;
}

.sub-menu#categories .large li a {
  /*letter-spacing: 1em;*/
  /*letter-spacing: 0.1em;*/
}

.sub-menu .large li.compress a,
.sub-menu#categories .large li.compress a {
  letter-spacing: 0em;
  opacity: 1;
  transition: letter-spacing 0.4s 0s, opacity 0.15s 0s;
}

.sub-menu ul.small {
  position: absolute;
  bottom: 7.5vh;
  left: 5%;
  width: 90%;
  line-height: 1;
}

.sub-menu .small li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.6em;
  letter-spacing: 0.05em;
}

.sub-menu a {
  display: block;
}

.sub-menu a:hover {
  color: #ffffff;
}

.sub-menu-bg {
  position: absolute;
  top: -150%;
  left: -150%;
  z-index: 1;
  width: 400%;
  height: 400%;
  transform-origin: 50% 50%;
  transform: rotate(0.12turn) translateZ(0);
  backface-visibility: hidden;
  /*animation: rotateBg 40s linear 0s infinite both;*/
}

.sub-menu.new_2020 .sub-menu-bg {
  transform: rotate(0.17turn) translateZ(0);
}

.sub-menu-bg:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  position: absolute;
  background-color: #7accc8;
}
.sub-menu-bg:after {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #ff6962;
}

.sub-menu.new_2020 .sub-menu-bg:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2dabd+0,ff747a+100 */
  background: rgb(242, 218, 189); /* Old browsers */
  background: -moz-linear-gradient(
    -169deg,
    rgba(242, 218, 189, 1) 0%,
    rgba(255, 116, 122, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -169deg,
    rgba(242, 218, 189, 1) 0%,
    rgba(255, 116, 122, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    -169deg,
    rgba(242, 218, 189, 1) 0%,
    rgba(255, 116, 122, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dabd', endColorstr='#ff747a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.sub-menu.new_2020 .sub-menu-bg:after {
  background-color: #7bcbc8;
}

@keyframes rotateBg {
  to {
    transform: rotate(1.12turn) translateZ(0);
  }
}

/* .inject-image, */
.preload-bg {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*mix-blend-mode: screen;*/
  opacity: 0;
  transition: opacity 0.5s;
}

.preload-bg.loaded {
  opacity: 0;
}

.preload-bg.shown {
  opacity: 1;
}

.menu-dark-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
  background-color: rgba(0, 0, 0, 1);
  transition: opacity 0.5s 0s;
}

.hovering .menu-dark-overlay {
  opacity: 0.1;
  transition: opacity 0.5s 0s;
}

/*mobile sub-menus*/
.mobile-sub-menu {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 89.4%;
  padding: 0 5.3%;
  height: auto;
  z-index: 5;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s 0s;
}

.mobile-sub-menu.fadeIn {
  opacity: 1;
  transition: opacity 0.3s 0s;
}

.backBtn {
  font-size: 1rem;
  color: #fff;
  padding-bottom: 1.8em;
}

.backBtn svg {
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  fill: currentColor;
}

.backBtn span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.6em;
}

.mobile-sub-menu ul {
  list-style-type: none;
}

.mobile-sub-menu li {
  display: block;
  font-size: 2.3rem;
  letter-spacing: 0;
}

.mobile-sub-menu li:last-child {
  padding-bottom: 0.6em;
}

.mobile-sub-menu li a {
  display: inline-block;
  padding: 0.3em 0;
}

.mobile-submenuOn header nav {
  background-color: #7accc8;
}

/* mobile menu background / content blocker */
.frosty {
  display: none;
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  bottom: -120px;
  left: 0;
  transform: translateX(-100%);
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transition: opacity 0.4s 0s, transform 0s 0.4s;
}

.menuOn .frosty {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 0.4s 0s, transform 0s 0s;
}

/* ************** FOOTER ******************* */

.footer-blocker {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: #fff;
  transition: opacity 0.4s 0s, z-index 0.4s 0s;
}

.loading.footer-blocker {
  opacity: 1;
  z-index: 10;
}

.home .loading.footer-blocker {
  z-index: 150;
}

.home .footer-blocker {
  display: block;
}

footer {
  background-color: #242424;
  color: #fff;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 0 11%;
  font-size: 0.95rem;
  opacity: 0;
  transition: opacity 0.3s 0s;
}

.done footer {
  opacity: 1;
}

body.recalculating footer {
  opacity: 0;
}

footer > svg {
  width: 78px;
  height: auto;
  fill: currentColor;
  padding-right: 84px;
}

footer > div {
  padding-right: 68px;
}

footer > div:last-child {
  padding: 0;
}

footer .social {
  font-size: 0;
  padding-bottom: 1rem;
}

footer .social li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
}

footer .social li svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

footer p {
  letter-spacing: 0.03em;
}

footer p:last-child {
  padding: 0;
}

footer.new_2020 {
  height: 235px;
  padding: 0 5%;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  position: relative;
  align-items: flex-end;
  overflow: hidden;
}

footer.new_2020 div {
  padding-right: 0;
  margin-bottom: 30px;
}

footer.new_2020 .left_col {
  display: flex;
  margin-bottom: 0;
}

footer.new_2020 .left_col .block {
  margin-bottom: 0;
}

footer.new_2020 .left_col .block:first-child {
  margin-right: 20px;
}

footer.new_2020 .block a {
  text-decoration: none;
}

footer.new_2020 .block a:after {
  display: none;
}

footer.new_2020 p {
  margin-bottom: 0px;
  padding-bottom: 5px;
}

footer.new_2020 .block.links p a:after {
  display: block;
}

footer.new_2020 div.social {
  margin-bottom: 0;
}

footer.new_2020 div.social svg:hover * {
  fill: #fff;
}

footer.new_2020 .logo {
  align-self: center;
}

footer.new_2020 svg {
  display: block;
  width: 100px;
  height: auto;
  margin-top: 0px;
}

footer.new_2020 .logo svg * {
  fill: #ff8185;
}

footer.new_2020 .rightside {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
}

footer.new_2020 .rightside a:after {
  display: none;
}

footer.new_2020 .gradient {
  position: absolute;
  z-index: -1;
  transform: skew(-3deg, -3deg);
  bottom: -110px;
  width: 120%;
  left: -10%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2dabd+0,ff747a+100 */
  background: rgb(242, 218, 189); /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(242, 218, 189, 1) 0%,
    rgba(255, 116, 122, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(242, 218, 189, 1) 0%,
    rgba(255, 116, 122, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(242, 218, 189, 1) 0%,
    rgba(255, 116, 122, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dabd', endColorstr='#ff747a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media all and (max-width: 900px) {
  footer.new_2020 {
    flex-direction: column;
    height: 275px;
  }
  footer.new_2020 .left_col {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer.new_2020 .left_col .block {
    margin: 0 auto !important;
  }
  footer.new_2020 .left_col .block {
    order: 2;
    text-align: center;
  }
  footer.new_2020 .left_col .block.links {
    order: 1;
    text-align: right;
    margin: 0 auto 25px auto !important;
  }
  footer.new_2020 .rightside {
    align-items: center;
  }
  footer.new_2020 div {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  footer.new_2020 .contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
    position: absolute;
    top: 31px;
    right: 5%;
    width: 90%;
  }

  footer.new_2020 .contact-info p {
    display: block;
    width: 100%;
  }

  footer.new_2020 .social li svg {
    width: 25px;
    height: 25px;
  }
  footer.new_2020 .gradient {
    bottom: -110px;
  }
}

/* ************** LIGHTBOX ADD/REMOVE ICON ***************** */
/* *** HTML markup currently only lives in slideshow.php *** */

.lb-add-remove {
}

.lb-add-remove .icon {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  position: relative;
}

.lb-add-remove .icon:before {
  content: "";
  width: 13px;
  height: 3px;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #fff;
}

.lb-add-remove .icon:after {
  content: "";
  width: 3px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 5px;
  background-color: #fff;
  transform-origin: 50% 50%;
  transform: rotate(0deg);
  opacity: 1;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
}

.lb-add-remove.added .icon:after {
  transform: rotate(90deg);
  opacity: 0;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
}

.lb-add-remove .words {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  margin-left: 5px;
  font-size: 1.14rem;
}

.lb-add-remove span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.2s 0.2s;
}

.lb-add-remove span:last-child {
  position: relative;
  opacity: 0;
  transition: opacity 0.2s 0s;
}

.lb-add-remove.added span:first-child {
  opacity: 0;
  transition: opacity 0.2s 0s;
}

.lb-add-remove.added span:last-child {
  opacity: 1;
  transition: opacity 0.2s 0.2s;
}

/* ************** FULLPAGE JS ******************* */

#fp-nav {
  position: fixed;
  left: 4.4%;
  bottom: 5%;
  z-index: 200;
  margin: auto !important;
}

#fp-nav ul {
  list-style-type: none;
}

#fp-nav ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 22px;
}

#fp-nav ul li a {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid transparent;
}

#fp-nav ul li a.active {
  border: 1px solid #fff;
}

#fp-nav ul li a span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}

#fp-nav ul li a.active span {
  background-color: transparent;
}

/* ************** SLIDESHOW - SLICK CAROUSEL ***************** */

.slideshow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
  transition: opacity 0.4s 0s, z-index 0s 0.4s;
}

.slideshow.on,
body.share .slideshow {
  z-index: 110;
  opacity: 1;
  transition: opacity 0.4s 0s, z-index 0s 0s;
}

.slideshow .logo {
  position: absolute;
  top: 23px;
  left: 45px;
  z-index: 10;
}

.slideshow .logo svg {
  fill: currentColor;
  height: 34px;
  width: 150px;
}

.ui {
  width: 15px;
  position: absolute;
  z-index: 600;
  top: 50%;
  cursor: pointer;
  fill: currentColor;
  transition: transform 0.13s ease-out 0s, fill 0.13s linear 0s, opacity 0.2s 0s;
}
.ui:hover {
  fill: #ff6962;
}

.ui.prev {
  left: 0px;
  padding: 48px;
  transform: translateX(0%) translateY(-50%) scale(1);
}
.ui.prev:hover,
.ui.prev:active {
  transform: translateX(-7px) translateY(-50%) scale(1.2);
}
.ui.next {
  right: 0;
  padding: 48px;
  transform: translateX(0%) translateY(-50%) rotateZ(180deg) scale(1);
  transform-origin: 50% 50%;
}
.ui.next:hover,
.ui.next:active {
  transform: translateX(7px) translateY(-50%) rotateZ(180deg) scale(1.2);
}
.ui.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.ui.close {
  width: 13px;
  height: 13px;
  padding: 33px 49px;
  top: 0;
  right: 0;
  transform: scale(1);
}
.ui.close:hover {
  transform: scale(1.2);
}

.ui line {
  stroke: #000000;
  stroke-width: 4;
}

.slickslideshow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.slickslideshow .cell {
  text-align: center;
  position: relative;
  font-size: 0;
  height: 80%;
  width: 100%;
  height: calc(100% - 158px);
  top: 80px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*
	opacity: 1;
	transition: opacity .6s .2s;
	*/
}

.slickslideshow .cell .photo {
  max-width: 83%;
  max-width: calc(100% - 222px);
  max-height: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;

  -webkit-touch-callout: default;
  -webkit-user-select: default;
  -khtml-user-select: default;
  -moz-user-select: default;
  -ms-user-select: default;
  user-select: default;
}

.slickslideshow .cell .inner {
  width: 83%;
  max-width: calc(100% - 222px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}

.slickslideshow .cell iframe,
.slickslideshow .cell video {
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.slide-caption {
  position: absolute;
  bottom: 7px;
  height: 71px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  width: 88%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.slide-caption > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  padding: 0 1em;
}

#category-caption {
  display: inline-block;
  padding-left: 0.7em;
  border-left: 1px solid #ccc;
  margin-left: 0.7em;
}

#category-caption.no-content {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.slide-caption #category-caption a {
  display: inline-block;
  font-weight: 800;
}

.slide-caption .cta.hide {
  display: none;
}

#inject-name {
  font-weight: 800;
  display: inline-block;
}

.slide-caption .social {
  list-style-type: none;
  font-size: 0;
}

.slide-caption li {
  display: inline-block;
  padding: 0 5px;
}

.slide-caption a {
  display: block;
}

.slide-caption svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.slickslideshow .close-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* ************** GRIDS, GRIDS AND MORE GRIDS ******************* */

/* PARENT GRID CLASSES
.masongrid - masonry style
.justified - Justified Gallery plugin
*/

.gridpage .cell .info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  z-index: 10;
  color: #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s 0s, transform 0s 0.2s;
  backface-visibility: hidden;
}

.gridpage .medium .info,
.gridpage .large .info {
  width: 80%;
}

.masongrid .cell:hover .info {
  opacity: 0.7;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
}

.masongrid .artist-name {
  font-size: 2.1rem;
  line-height: 0.86;
  margin-bottom: 0.5rem;
}

.masongrid .medium .artist-name {
  font-size: 4rem;
}

.masongrid .large .artist-name {
  font-size: 5.8rem;
}

.masongrid .artist-name:after {
  background-image: url(/images/dot-pattern-light.svg);
}

.masongrid .cell ul {
  list-style-type: none;
  font-size: 0;
}

.masongrid .cell li,
.masongrid .cell p {
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0 0.5em;
  line-height: 1;
}

.masongrid .cell.medium li,
.masongrid .cell.medium p {
  font-size: 0.85rem;
  padding: 0 0.9em;
}

.masongrid .cell.large li,
.masongrid .cell.large p {
  font-size: 1.05rem;
  padding: 0 1.1em;
}

.masongrid .cell li:after,
.masongrid .cell p:after {
  content: "\2022";
  position: absolute;
  right: -0.15em;
  top: 0;
}

.masongrid .cell li:last-child:after,
.masongrid .cell p:last-child:after {
  display: none;
}

.gridpage p[data-link]:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) scale(0, 1);
  transform-origin: 50% 50%;
  height: 1px;
  background-color: #fff;
  width: 70%;
  width: calc(100% - 1em);
  opacity: 0;
  transition: transform 0s 0.2s, opacity 0.2s 0s;
}

.gridpage .cell.medium p[data-link]:before {
  width: 70%;
  width: calc(100% - 1.8em);
}

.gridpage .cell.large p[data-link]:before {
  width: 70%;
  width: calc(100% - 2.2em);
}

.gridpage p[data-link]:hover:before {
  transform: translateX(-50%) scale(1, 1);
  opacity: 1;
  transition: transform 0.2s 0s, opacity 0s 0s;
}

.gridpage .cell .photo {
  position: relative;
  z-index: 1;
}

.gridpage .cell .imgwrap {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: 50% 50%;
}

.gridpage .cell .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s 0s;
}

/*
.gridpage .cell:after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: #000;
    opacity: 0;
	pointer-events: none;
    transition: opacity .3s 0s;
}
*/

.gridpage .cell:hover .overlay {
  opacity: 0.3;
}

.gridpage .cell .wash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: #fff;
  transition: opacity 0.3s 0s;
  pointer-events: none;
}

.gridpage .cell.shown .wash {
  opacity: 0;
}

.gridpage .cell .wash {
  opacity: 0.7;
}

.gridpage .vidHolder,
.gridpage .vidHolder .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.has-slideshow .gridpage .vidHolder {
  z-index: 5;
}

.gridpage .cell video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*

.gridpage .ar-rows .cell .vidHolder {
	width: 100%;
	height: 100%;
}

.gridpage .ar-rows .cell .vidHolder .inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.gridpage .ar-rows .cell video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transform: unset;
}

*/

.ar-rows {
  position: relative;
  width: 89.4%;
  margin: 0px auto;
}

.ar-rows .row {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.ar-rows .row .cell {
  float: left;
  opacity: 1;
  position: relative;
  overflow: hidden;
  border: 0px solid #fff;
  box-sizing: border-box;
  transition: opacity 0.3s;
}

.ar-rows .row .cell:hover {
  opacity: 0.8;
}

.ar-rows .row .cell img.photo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
}

.ar-rows .row .cell figcaption {
  margin-top: 18px;
}

.ar-rows .row .cell img.playIcon {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}

.ar-rows .row .cell:hover img.playIcon {
  opacity: 1;
}

/*
@media all and (max-width: 767px) {
    .ar-rows {
        width: 90%;
    }
        .ar-rows .row {
            display: block;
            width: 100%;
        }
        .ar-rows .row .cell {
            display: block;
            float: none;
            width: 100%;
            margin-bottom: 10px;
        }

        .ar-rows .row .cell img.photo {
            display: block;
            width: 100%;
            height: auto !important;
        }
}
*/

/*masonry-style*/

.masongrid {
  width: 100%;
  list-style-type: none;
  min-height: 100%;
}

.home .masongrid {
  margin-bottom: 4px;
}

.masongrid.notfirst {
  margin-top: 13px;
}

.constrain-width .masongrid {
  width: 95%;
  width: calc(100% - 74px);
  margin: auto;
}

.masongrid .cell {
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 800;
}

.grid-sizer,
.masongrid .cell {
  width: 19.2%;
  height: auto;
}

.masongrid .cell.medium {
  width: 39.4%;
}

.masongrid .cell.large {
  width: 59.6%;
}

.gutter-sizer {
  width: 1%;
}

.masongrid .shown,
.no-js .masongrid figure,
.no-cssanimations .masongrid figure {
  opacity: 1;
}

.masongrid figure img {
  outline: none;
  border: none;
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
}

.home .cell.rowBreak {
  width: 100% !important;
  height: 0px !important;
  margin-bottom: -20px !important;
}

.home .cell a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.masongrid .cell .mediawrap {
  position: relative;
  width: 100%;
  height: 0;
}

.masongrid .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
}

.masongrid .fill-height .photo {
  width: auto;
  height: 100%;
}

/* grid - justified gallery */
.justified {
  width: 95%;
  width: calc(100% - 68px);
  margin: 0 auto 34px;
}

.artist-tags + .justified {
  margin-top: 2.5rem;
}

.justified .cell {
  cursor: pointer;
  pointer-events: none;
}

.justified .cell img.photo {
  pointer-events: all;
}

.justified .cell a {
  display: block;
  width: 100%;
  height: 100%;
}

.justified .cell .playIcon {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  z-index: 10;
  opacity: 0;
  filter: invert(1);
  transition: opacity 0.3s;
}

.justified .cell:hover .playIcon {
  opacity: 1;
}

.justified .cell .caption {
  box-sizing: border-box;
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 100%;
  padding: 0 10%;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.9;
  z-index: 10;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: opacity 0.2s 0s, transform 0s 0.2s;
}

.justified .cell .caption:before {
  content: "";
  display: block;
  margin: 0.14em auto 0;
  width: 120px;
  height: 3px;
  background-image: url(/images/dot-pattern-light.svg);
  background-repeat: repeat-x;
  background-position: 50% 50%;
  background-size: 11px 3px;
}

.no-touchevents .justified .cell:hover .caption {
  opacity: 0.7;
  transform: translate(-50%, 0px);
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
}

.justified .cell .title {
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1;
}

.justified .cell .sub-title {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.85em;
}

.justified .cell .title + .sub-title {
  padding-top: 1em;
}

/* grid - justified gallery - projects */
.gridpage.projects {
  margin-top: 50px;
}

.gridpage.projects.project .caption p {
  margin-top: 5px;
}

/* ************** JUSTIFIED GALLERY RESIZE OVERLAY ******************* */
.resize-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -99;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s 0s, z-index 0s 0.3s;
}

body.recalculating .resize-overlay {
  z-index: 4;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.3s 0s, z-index 0s 0s;
}

/* ************** ARTIST, CATEGORY ******************* */
.artist-tags {
  width: 88%;
  max-width: 600px;
  margin: auto;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-size: 0;
  padding-top: 0.5rem;
  padding-bottom: 1.4rem;
}

.artist-tags p {
  position: relative;
  display: inline-block;
  padding: 0 0.7em;
  font-size: 0.82rem;
}

.artist-tags p:after {
  content: "\2022";
  position: absolute;
  right: -0.18em;
  top: 0;
}

.artist-tags p:last-child:after,
.artist-tags.no-dots p:after {
  display: none;
}

.buttons {
  width: 88%;
  margin: 0 auto 2.2em;
  text-align: center;
}

.button {
  display: inline-block;
  vertical-align: top;
  font-size: 0.82rem;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  background-color: #ff6962;
  line-height: 1;
  padding: 1.1em 1.3em 0.9em;
  margin: 0 0.3em;
  transition: color 0.15s 0s, background-color 0.15s 0s;
}

.button:hover,
.button.active {
  color: #fff;
  background-color: #7accc8;
}

.button.has-arrow:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background-image: url(/images/arrow-02.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  padding-left: 0.6em;
}

.reveal {
  background-color: #f2f2f2;
  padding: 37px;
  text-align: center;
  margin-bottom: 37px;
  display: none;
}

.reveal .photo {
  display: inline-block;
  width: 18%;
  min-width: 240px;
  height: auto;
  vertical-align: middle;
  margin-right: 2%;
  border: 8px solid #fff;
  box-shadow: 0px 0px 0px 1px #dddddd;
}

.reveal .text-holder {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 40%;
  max-width: 520px;
  font-size: 0.9rem;
}

/* ************** CREATIVES FOR HIRE ******************* */
.creatives {
  width: 95%;
  width: calc(100% - 68px);
  margin: 0 auto 37px;
  text-align: left;
}

.artist-tags + .creatives {
  margin-top: 2.5rem;
}

.creatives > ul {
  list-style-type: none;
  font-size: 0;
}

.creatives .cell {
  width: 32.94%;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  margin-right: 0.58%;
  margin-bottom: 45px;
  margin-bottom: 3.63vw;
}

.creatives .cell:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 1400px) {
  .creatives .cell {
    width: 24.56%;
  }
  .creatives .cell:nth-child(3n) {
    margin-right: 0.58%;
  }
  .creatives .cell:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 2047px) {
  .creatives .cell {
    width: 19.53%;
  }
  .creatives .cell:nth-child(3n),
  .creatives .cell:nth-child(4n) {
    margin-right: 0.58%;
  }
  .creatives .cell:nth-child(5n) {
    margin-right: 0;
  }
}

.creatives .cell a {
  display: block;
}

.creatives .image-holder {
  position: relative;
  overflow: hidden;
}

.creatives .image-holder:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 67.625%;
}

.gridpage.creatives .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo.size-width {
  width: 102%;
  height: auto;
}

.photo.size-height {
  width: auto;
  height: 102%;
}

.creatives figcaption {
  width: 95%;
  padding-top: 1rem;
  padding-left: 0.6rem;
}

.creatives h2 {
  font-size: 1.13rem;
  padding-bottom: 0.1em;
}

.creatives figcaption p {
  font-size: 0.9rem;
  padding-bottom: 1.1em;
  line-height: 1.6;
}

.creatives figcaption p:last-child {
  padding-bottom: 0;
}

/* ************** TEXT STYLES ******************* */

.text-holder {
}

.text-holder a,
.textpage p a,
.textpage li a {
  position: relative;
}

.textpage p a,
.textpage li a {
  font-weight: 800;
  text-decoration: underline;
}

/*

.textpage p a:after,
.textpage li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

*/

a.overlay:after {
  display: none !important;
}

.textpage {
  font-size: 0;
  width: 76%;
  margin: auto;
}

.col {
  display: inline-block;
  font-size: 0.95rem;
  vertical-align: top;
  padding-top: 5.6rem;
}

.col1 {
  width: 26.5%;
  margin-right: 4.5%;
}

.col2 {
  width: 69%;
}

.writeup {
  columns: 2;
  column-gap: 3.5em;
}

.writeup p {
  page-break-inside: avoid;
  break-inside: avoid;
}

.textpage h2 {
  line-height: 1.2;
}

.textpage h2.pink {
  color: #ff6962;
}

/* deal w/ firefox's lack of column-span support */
.col .writeup h2:first-child {
  display: none;
}

@supports (column-span: all) {
  .fallback-title {
    display: none;
  }
  .col .writeup h2:first-child {
    display: block;
    column-span: all;
  }
}
/* */

.textpage h2:after {
  content: "";
  display: block;
  height: 5px;
  background-color: #313131;
  margin: 0.35em 0 1.2em;
}

.textpage h2.pink:after {
  background-color: #ff6962;
}

.textpage .col2 h2:after {
  background-color: #eaeaea;
}

.textpage h3 {
  line-height: 1.1;
  font-size: 1rem;
  padding-bottom: 0.5em;
  letter-spacing: 0.015em;
  font-weight: 800;
}

.textpage p + h3,
.textpage ul + h3,
.textpage ol + h3 {
  padding-top: 0.8em;
}

.col1 p {
  width: 80%;
}

.col1 h3 {
  width: 70%;
}

.textpage ul,
.textpage ol {
  padding-bottom: 1.1em;
}

.textpage p + .icons,
.textpage ul + .icons,
.textpage ol + .icons {
  padding-top: 1em;
}

.textpage .icons li {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 0.8em;
}

.textpage .icons a {
  display: block;
}

.textpage .icons a:after {
  display: none;
}

.textpage .icons svg {
  display: block;
  fill: currentColor;
  height: 1em;
  width: auto;
}

.column-end {
  display: block;
  font-size: 0;
  margin-top: 0.4rem;
}

.column-end:before {
  content: "";
  width: 37%;
  height: 1px;
  background-color: #dddddd;
  display: inline-block;
  vertical-align: middle;
}

.column-end:after {
  content: "";
  width: 37%;
  height: 1px;
  background-color: #dddddd;
  display: inline-block;
  vertical-align: middle;
}

.column-end svg {
  width: 15%;
  height: auto;
  margin: 0 5%;
  fill: #dddddd;
  display: inline-block;
  vertical-align: middle;
}

/* ************** INSTAGRAM FEED ******************* */
#ig-feed .title-lockup {
  font-size: 1rem;
  text-align: center;
  margin: 5.5em auto 3.2em;
}

#ig-feed .title-lockup:before {
  content: "";
  display: block;
  margin: 0 auto 1.1em;
  width: 120px;
  height: 3px;
  background-image: url(/images/dot-pattern-01.svg);
  background-repeat: repeat-x;
  background-position: 50% 50%;
  background-size: 11px 3px;
}

#ig-feed .title-lockup svg {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}

#ig-feed .title-lockup h2 {
  font-size: 2.65em;
  font-weight: 800;
  display: inline-block;
  vertical-align: middle;
}

#ig-feed .feed-holder {
  background-color: #ebebeb;
  position: relative;
}

.feed-holder:before {
  content: "";
  position: relative;
  display: block;
  width: 0;
  height: 0;
  padding-top: 26.29%;
}

#ig-feed #cartoon {
  position: absolute;
  z-index: 5;
  top: 0;
  left: -1.8%;
  width: 31.1%;
}

#ig-feed ul {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
  list-style-type: none;
  text-align: right;
  font-size: 0;
  height: calc(100% - 74px);
  height: 20.45vw;
  display: flex;
}

#ig-feed .instagram_gallery a {
  display: inline-block;
  vertical-align: top;
  height: 20.45vw;
  width: 20.45vw;
  position: relative;
  margin-left: 2vw;
}

#ig-feed .photo-container {
  display: block;
  height: 100%;
}

#ig-feed .instagram_gallery a img {
  display: block;
  width: 100%;
  height: auto;
}

/* ************** NEWS GRID ******************* */
.news {
  margin-top: 4rem;
}
.artist-tags + .news {
  margin-top: 2.5rem;
}

.news .masongrid .cell {
  width: 32.94%;
  margin-bottom: 37px !important;
  margin-bottom: 2.7vw !important;
}

.news .masongrid .grid-sizer {
  width: 32.94%;
}

.news .masongrid .gutter-sizer {
  width: 0.58%;
}

.news .masongrid .photo {
  top: 0;
  left: 0;
  transform: none;
}

.news .masongrid figcaption {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  transition: none;
  text-align: center;
  padding-top: 1rem;
  width: 64%;
  min-width: 254px;
  margin: auto;
}

.news .masongrid figcaption:after {
  content: "";
  display: block;
  width: 102px;
  height: 1px;
  background-color: #d6d6d6;
  margin: 1em auto 0;
}

.news .cell figcaption h2 {
  font-size: 1.1rem;
  padding-bottom: 0.5em;
  text-transform: none;
  line-height: 1.2;
}

.news .cell figcaption p {
  font-weight: 400;
  text-transform: none;
  font-size: 0.9rem;
  padding-bottom: 1.1em;
  line-height: 1.5;
}

.news figcaption p:last-child {
  padding-bottom: 0;
}

/* ************** NEWS POST ******************* */
.news-post #content:before {
  height: 116px;
}

.post {
  width: 89.8%;
}

.post-hero {
  margin-bottom: 83px;
  margin-bottom: 6.5vw;
}

.post-hero img {
  display: inline-block;
  vertical-align: middle;
  width: 65.8%;
}

.post-hero .info {
  display: inline-block;
  vertical-align: middle;
  width: 31%;
  margin-left: 2.2%;
  font-size: 1rem;
}

.post-hero h1 {
  text-align: left;
  text-transform: none;
  font-size: 2.6rem;
  line-height: 1.05;
  width: 100%;
}

.post-hero h1:after {
  display: none;
}

.post-hero .info h1 + span {
  display: block;
  padding-top: 1.4em;
}

.post-content {
  font-size: 1rem;
  width: 88%;
  max-width: 780px;
  margin: auto;
  padding-bottom: 80px;
  padding-bottom: 6.5vw;
}

.post-content h1 {
  text-align: center;
  text-transform: none;
  font-size: 1.75rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  width: 100%;
}

.post-content h1:after {
  display: none;
}

.post-content h2:after {
  display: none;
}

.post-content p,
.post-content h2,
.post-content h3 {
  width: 77%;
  margin: auto;
}

.post-content h1 + p {
  padding-top: 4.2em;
}

.post-content h2,
.post-content h3 {
  padding-bottom: 1em;
}

.post-content p + h2,
.post-content p + h3 {
  padding-top: 1em;
}

.post-content h1 a:after,
.post-content h2 a:after,
.post-content h3 a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}

.post-content iframe {
  display: block;
  width: 100%;
}

.post-content img {
  display: block;
  width: 100%;
  height: auto;
}

/* next/previous post nav */
#post-nav {
  width: 100%;
  margin-bottom: 98px;
  margin-bottom: 7.5vw;
}

#post-nav ul {
  list-style-type: none;
  text-align: center;
  margin: auto;
  line-height: 1;
}

#post-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

#post-nav a {
  display: block;
}

#post-nav a > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}

#post-nav svg {
  width: 14px;
  height: 10px;
  fill: currentColor;
}

#post-nav li:last-child svg {
  position: relative;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
}

/* ***************** TEMP REP OVERLAY ***************************** */

img.starburst {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.2s, opacity 0.2s;
}

img.starburst:hover {
  opacity: 0.7;
  transform: scale(0.8);
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  transition: opacity 0.4s 0s, z-index 0s 0.4s;
}

#overlay.on {
  z-index: 110;
  opacity: 1;
  transition: opacity 0.4s 0s, z-index 0s 0s;
}

#overlay:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}

#overlay .inner {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin: auto;
  text-align: center;
  max-width: 600px;
}

#overlay .inner h2 {
  padding-bottom: 20px;
}

#overlay .inner p {
  font-size: 18px;
}

#overlay .inner .button {
  font-size: 14px;
}
