@charset "UTF-8";

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */

/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */

/* Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

html {
  font-family: "neue-haas-unica", sans-serif, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 35px 35px 17.5px 35px;
  box-shadow: 0px 0px 15px 5px #fff;
  background: #fff;
  z-index: 1;
}

@media all and (max-width: 750px) {
  header {
    padding: 17.5px 0 0 0;
  }
}

.home header {
  background: none;
  box-shadow: none;
}

nav {
  padding: 0;
  display: flex;
  font-family: "sorts_mill_goudyschoolbook", serif;
  font-size: 1.2em;
  align-items: center;
  z-index: 1;
}

@media all and (max-width: 750px) {
  nav {
    padding: 0 17.5px;
    justify-content: space-between;
  }

  nav .desktop-menu {
    display: none;
  }
}

nav img {
  width: 250px;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}

nav img:hover,
nav img:focus,
nav img:active {
  -webkit-filter: opacity(0.25) invert(0.75) drop-shadow(0px 0px 0px #9716db) saturate(2);
          filter: opacity(0.25) invert(0.75) drop-shadow(0px 0px 0px #9716db) saturate(2);
}

@media all and (max-width: 750px) {
  nav img {
    margin-top: 5px;
    width: 200px;
  }
}

nav ul.menu {
  list-style: none;
  margin: 0px 0px 10px 0px;
}

nav ul.menu li {
  display: inline-block;
  margin-right: 17.5px;
}

nav ul.menu li:last-child {
  display: none;
}

@media all and (max-width: 750px) {
  nav ul.menu li:last-child {
    display: block;
  }
}

nav ul.menu li a {
  text-decoration: none;
  position: relative;
  color: inherit;
  transition: color 0.4s;
}

nav ul.menu li a:hover,
nav ul.menu li a:focus,
nav ul.menu li a:active {
  color: #9716db;
  outline: none;
}

nav ul.menu li a:hover:after,
nav ul.menu li a:focus:after,
nav ul.menu li a:active:after {
  width: 100%;
  left: 0;
}

nav ul.menu li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  right: 0;
  background: #9716db;
  transition: width .3s ease;
  -webkit-transition: width .3s ease;
}

nav .m-nav {
  display: none;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

@media all and (max-width: 750px) {
  nav .m-nav {
    display: block;
  }
}

nav .m-nav input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

nav .m-nav input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

nav .m-nav input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

nav .m-nav input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 1.5px);
}

nav .m-nav span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

nav .m-nav span:first-child {
  transform-origin: 0% 0%;
}

nav .m-nav span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

nav .m-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  padding: 17.5px 0;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

nav .m-nav ul li {
  padding: 17.5px 0 0 17.5px;
  font-size: calc(1.5em + 5vw);
  line-height: 110%;
  color: #fff;
  display: block;
}

nav .m-nav input:checked ~ ul {
  transform: none;
}

.woocommerce-message {
  background: #fff;
  border-top-color: #9716db;
}

.woocommerce-message::before {
  color: #9716db;
}

.woocommerce ul.products li.product .price {
  color: #000;
  font-size: 1em;
}

.woocommerce h2.woocommerce-loop-product__title {
  font-family: "sorts_mill_goudyschoolbook", serif;
  font-size: 1.5em !important;
  padding: 0 !important;
}

.woocommerce .loading {
  display: none;
}

.woocommerce .loading::after {
  content: none;
  display: none;
}

.woocommerce nav ul li:last-child {
  display: inline-block;
}

.woocommerce main ul li::before {
  content: none;
}

.woocommerce main ul li a.button {
  transition: background 0.2s;
  background: #000;
  color: #fff;
}

.woocommerce main ul li a.button:hover,
.woocommerce main ul li a.button:focus,
.woocommerce main ul li a.button:active {
  background: #9716db;
  color: #fff;
}

.woocommerce main ul li a.button.added::after {
  content: none;
}

.woocommerce main ul li a::after {
  content: none;
}

.woocommerce table.shop_table th {
  font-weight: 500;
}

.woocommerce form > a {
  color: #9716db;
}

.woocommerce h3 {
  font-family: "neue-haas-unica", sans-serif;
}

.woocommerce a.button {
  font-weight: 500;
}

.woocommerce a.button.alt {
  transition: background 0.2s;
  background: #000;
}

.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:active {
  background: #9716db;
}

.woocommerce a.added_to_cart {
  padding: .5em .5em .5em .75em;
}

.woocommerce button.button {
  font-weight: 500;
}

.woocommerce h1.page-title {
  display: none;
}

.woocommerce .woocommerce-result-count {
  display: none;
}

.woocommerce form.woocommerce-ordering {
  display: none;
}

.woocommerce div.product {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
}

@media all and (max-width: 750px) {
  .woocommerce div.product {
    display: block;
  }
}

.woocommerce div.product .woocommerce-product-gallery figure > div {
  height: 400px;
}

@media all and (max-width: 750px) {
  .woocommerce div.product .woocommerce-product-gallery figure > div {
    height: auto;
  }
}

.woocommerce div.product .woocommerce-product-gallery figure > div img {
  height: 100% !important;
  width: auto !important;
}

@media all and (max-width: 750px) {
  .woocommerce div.product .woocommerce-product-gallery figure > div img {
    height: auto !important;
    width: 100% !important;
  }
}

.woocommerce div.product .product_meta {
  display: none;
}

.woocommerce div.product .woocommerce-tabs {
  display: none;
}

.woocommerce div.product section.related {
  display: none;
}

.woocommerce div.product .stock {
  color: #000;
}

.woocommerce div.product .amount {
  color: #000;
}

.woocommerce div.product button.button {
  background: #000;
  transition: background 0.4s;
}

.woocommerce div.product button.button:hover,
.woocommerce div.product button.button:focus,
.woocommerce div.product button.button:active {
  background: #9716db;
}

.woocommerce div.product .quantity input {
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  padding: 5px;
}

.woocommerce div.product div.summary {
  display: flex;
  flex-direction: column;
}

.woocommerce div.product div.summary form.cart {
  margin: 10px 0px;
  order: 1;
}

.woocommerce div.product div.summary div.woocommerce-product-details__short-description {
  order: 2;
}

@media all and (max-width: 750px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  box-sizing: border-box;
  padding: 0 35px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

@media all and (max-width: 750px) {
  body {
    padding: 0 17.5px;
  }
}

main {
  padding: 120px 0 0;
  margin: 0 0 70px 0;
}

@media all and (max-width: 750px) {
  main {
    padding: 100px 0 0;
  }
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p {
  margin: 0;
  font-weight: 500;
}

main h1 {
  font-family: "sorts_mill_goudyschoolbook", serif, serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 95%;
  margin: 0px 0px 5px 0px;
}

main h1 a {
  text-decoration: none;
  position: relative;
  color: inherit;
  transition: color 0.4s;
}

main h1 a:hover,
main h1 a:focus,
main h1 a:active {
  color: #9716db;
  outline: none;
}

main h1 a:hover:after,
main h1 a:focus:after,
main h1 a:active:after {
  width: 100%;
  left: 0;
}

main h1 a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  right: 0;
  background: #9716db;
  transition: width .3s ease;
  -webkit-transition: width .3s ease;
}

main h2 {
  font-size: 1.25em;
}

main h3 {
  font-family: "sorts_mill_goudyschoolbook", serif, serif;
  font-size: 1.5em;
  margin: 23.33333333px 0 0 0;
}

main p {
  margin-top: 5px;
  font-size: 1em;
  max-width: 65ch; /* added Feb 2023 */
}

main ul {
  padding: 0;
  list-style-type: none;
}

main ul li {
  transition: margin-left 0.4s;
}

main ul li:hover {
  margin-left: 5px;
}

main ul li:hover:before {
  color: #9716db;
  padding-right: 7px;
}

main ul li a {
  text-decoration: none;
  position: relative;
  color: inherit;
  transition: color 0.4s;
}

main ul li a:hover,
main ul li a:focus,
main ul li a:active {
  color: #9716db;
  outline: none;
}

main ul li a:hover:after,
main ul li a:focus:after,
main ul li a:active:after {
  width: 100%;
  left: 0;
}

main ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  right: 0;
  background: #9716db;
  transition: width .3s ease;
  -webkit-transition: width .3s ease;
}

main ul li:before {
  content: "\2014   ";
  display: inline-block;
  transition: padding-right 0.4s, color 0.4s;
  padding-right: 10px;
}

main figure {
  padding: 0;
  margin: 35px 0 0 0;
  max-width: 750px;
}

main figure img {
  width: 100%;
  height: auto;
}

main figure figcaption {
  transition: opacity 0.4s;
  font-size: 0.85em;
  opacity: 0;
}

@media all and (max-width: 750px) {
  main figure figcaption {
    opacity: 1;
  }
}

main figure:hover > figcaption {
  opacity: 1;
}

main figure ul li:hover {
  margin-left: 0;
}

main figure ul li:hover:before {
  padding-right: 0;
}

main figure ul li::before {
  content: none;
  margin: 0;
  padding: 0;
}

main article {
  margin-bottom: 35px;
}

main article span.arrow {
  margin-left: 5px;
  font-size: 80%;
  transition: transform 0.6s ease-out, color 0.4s ease-out, opacity 0.4s ease-out;
  opacity: 0;
}

main article h1 {
  display: inline-block;
}

main article h1:hover span.arrow {
  display: inline-block;
  transform: rotate(-360deg);
  color: #9716db;
  opacity: 1;
}

main.about {
  max-width: 750px;
}

main.about ul {
  font-size: 0.9em;
  padding: 0;
}

main.about ul li {
  padding: 0 11.66666667px;
  list-style: none;
  border-left: 1px solid #000;
  width: 33%;
  margin: 0 0 11.66666667px 0;
}

main.about ul li a {
  text-decoration: none;
  position: relative;
  color: inherit;
  transition: color 0.4s;
}

main.about ul li a:hover,
main.about ul li a:focus,
main.about ul li a:active {
  color: #9716db;
  outline: none;
}

main.about ul li a:hover:after,
main.about ul li a:focus:after,
main.about ul li a:active:after {
  width: 100%;
  left: 0;
}

main.about ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  right: 0;
  background: #9716db;
  transition: width .3s ease;
  -webkit-transition: width .3s ease;
}

main.about ul li::before {
  content: none;
  margin: 0;
  padding: 0;
}

/* removed to make new 2 column layout for artist page work */
/* main.single {
  max-width: 750px;
} */

main .gallery img {
  width: 100%;
  height: auto;
  border: none !important;
}

main .gallery .gallery-caption {
  text-align: left;
  font-size: 85%;
}

main .gallery dd {
  display: hidden;
  transition: opacity 0.4s;
  opacity: 0;
}

@media all and (max-width: 750px) {
  main .gallery dd {
    display: block;
    opacity: 1;
  }
}

main .gallery dt:hover ~ dd {
  display: block;
  opacity: 1;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text p,
.white-text ul,
.white-text li,
.white-text a {
  color: #fff;
}

#note {
  width: calc(300px + 10vw);
  position: fixed;
  bottom: 40px;
}

@media all and (max-width: 750px) {
  #note {
    width: 90%;
  }
}

/* New styles added Feb 2023 */

/* added to reduce margin from under each artist name on the artist page */
.artists article {
  margin-bottom: 8px;
}

/* added to reduce the font size of each artist name on the artist page */
.artists h1 {
  font-size: 1.2em;
}

@media all and (max-width: 750px) {
  .artists article {
  margin-bottom: 5px;
  }

  .artists h1 {
  font-size: 1em;
  }
}
