/* TOOLSET */
#toolset {
  display: none;  
}

/* BASE */
body {
  background-color: #fff;
  color: #000;
  font-family: "Diatype Variable", Icons;
  margin: 0;
}

a:active {
  opacity: 0.7;
}

.page a.active {
  color: rgba(0, 0, 0, 0.4);
}

/* TEXT */
i, em {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
}

sub { top: 0.3em; }
sup { top: -0.4em; }

s {
  text-decoration: line-through;
}

/* IMAGES */
img {
  border: 0;
  padding: 0;
}

/* LISTS */
ul, ol {
  margin: 0;
  padding: 0 0 0 4.5rem;
  list-style-type: decimal-leading-zero;
}

ol > li {
  padding-left: 0.75rem;
}

/* BLOCKQUOTE */
blockquote {
  margin: 0;
  padding: 0 0 0 2em;
}

/* HR */
hr {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  height: 1px;
  display: block;
}

/* CONTENT IMAGES */
.content img {
  float: none;
  margin-bottom: 1.4rem;
  vertical-align: bottom;
}

/* CAPTION */
.gallery_image_caption {
  margin-top: 0.8em;
  margin-bottom: 3rem;
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: "Monument Grotesk Mono", Icons;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.03em;
}

/* LOADING */
.loading[data-loading] {
  position: fixed;
  bottom: 8px; 
  left: 8px;
}

/* TYPOGRAPHY SYSTEM */
[data-predefined-style="true"] bodycopy {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Diatype Variable", Icons;
  line-height: 1.2;
}

[data-predefined-style="true"] bodycopy a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}

[data-predefined-style="true"] h1 {
  font-family: "Diatype Variable", Icons;
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
  font-family: "Diatype Variable", Icons;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

/* SMALL */
[data-predefined-style="true"] small {
  font-size: 1rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.4);
}

/* PAGE */
[data-css-preset] .page {
  background-color: initial;
}

/* MOBILE */
.mobile .page {
  position: relative;
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* CONTAINER */
[data-css-preset] .container {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

[data-css-preset] .container_width {
  width: 84%;
}

[data-css-preset] .content_padding {
  padding: 0 2.5rem 2.5rem 2.5rem;
}

/* THUMBNAILS */
.thumbnails .title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.thumbnails .tags {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
}

/* MENU */
#site_menu_button {
  position: fixed;
  top: 0;
  right: 2rem;
  z-index: 9999;
}

#site_menu {
  z-index: 9999;
}

/* SHOP */
#shop_button {
  position: fixed;
  top: 0;
  right: 2rem;
}

/* QUICK VIEW */
.quick-view-caption {
  font-size: 1.2rem;
  text-align: center;
}

/* FEED */
.feed .content_container .page {
  border-top: 0;
}

/* AUDIO */
.audio-player {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
}

/* LINKS */
a {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

/* HERO VIDEO */
.hero-video {
  width: 100%;
  margin: 0 0 2.5rem 0;
  overflow: hidden;
}

.hero-video video {
  display: block;
  width: 100%;
  height: auto;
}

/* MOBILE GAP FIX */
body.mobile {
  margin: 0 !important;
  padding: 0 !important;
}

body.mobile #site_menu_button {
  top: 0 !important;
  margin: 0 !important;
}

body.mobile #shop_button {
  top: 0 !important;
  margin: 0 !important;
}

body.mobile .content_padding,
body.mobile [data-css-preset] .content_padding {
  padding-top: 0 !important;
}

body.mobile .page,
body.mobile .container,
body.mobile .page_content,
body.mobile .content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}