/*
Theme Name: Ochi Gallery
Author: Dave Mozdzanowski
Author URI: https://www.davejmoz.com
Description: Custom theme built special for Ochi Gallery
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: og
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

og is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul[class],
ol[class] {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Arial Black", "Arial Bold", Arial;
  text-transform: uppercase;
  text-align: center;
  margin: 2em 0;
}
h2 {
  font-size: 16px;
  font-size: 1rem;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #f5f5f5;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375;
  font-size: 0.9375;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375;
  font-size: 0.9375;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: $color__background-ins;
  text-decoration: none;
}
big {
  font-size: 125%;
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
}
blockquote,
q {
  quotes: "" "";
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
}
hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
} /*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: left;
} /*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
} /*--------------------------------------------------------------
## Flickity Sliders - general styles
--------------------------------------------------------------*/
.slider {
  margin: 0;
}
.slider .flickity-button {
  background: transparent;
}
.slider .flickity-button.next {
  right: -15px;
}
@media screen and (min-width: 768px) {
  .slider .flickity-button.next {
    right: -60px;
  }
}
.slider .flickity-button.previous {
  left: -15px;
}
@media screen and (min-width: 768px) {
  .slider .flickity-button.previous {
    left: -60px;
  }
}
.slider .flickity-button:hover {
  background: transparent;
}
.slider .image-slide {
  margin: 0;
  width: 100%;
}
.slider .image-slide figcaption {
  color: #8c8c8c;
  margin-top: 10px;
}
button,
button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
.button.wc-backward,
.button,
.wp-block-button > a {
  display: inline-block;
  border: none;
  border-radius: 6px;
  background: $color__accent-dark;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 1.1em 2em;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 915px) {
  button,
  button[type="submit"],
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button.wc-backward,
  .button,
  .wp-block-button > a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 1em 2em;
    width: unset;
  }
}
button:hover,
button[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button.wc-backward:hover,
.button:hover,
.wp-block-button > a:hover,
button:focus,
button[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button.wc-backward:focus,
.button:focus,
.wp-block-button > a:focus {
  background: $color__accent-darker;
}
button.accent-second,
button[type="submit"].accent-second,
input[type="button"].accent-second,
input[type="reset"].accent-second,
input[type="submit"].accent-second,
.button.wc-backward.accent-second,
.button.accent-second,
.wp-block-button > a.accent-second {
  background: $color__accent-second-dark;
}
button.accent-second:hover,
button[type="submit"].accent-second:hover,
input[type="button"].accent-second:hover,
input[type="reset"].accent-second:hover,
input[type="submit"].accent-second:hover,
.button.wc-backward.accent-second:hover,
.button.accent-second:hover,
.wp-block-button > a.accent-second:hover {
  background: $color__accent-second-darker;
}
button.btn-white,
button[type="submit"].btn-white,
input[type="button"].btn-white,
input[type="reset"].btn-white,
input[type="submit"].btn-white,
.button.wc-backward.btn-white,
.button.btn-white,
.wp-block-button > a.btn-white {
  background: #fff;
  color: #545454;
}
button.btn-white:hover,
button[type="submit"].btn-white:hover,
input[type="button"].btn-white:hover,
input[type="reset"].btn-white:hover,
input[type="submit"].btn-white:hover,
.button.wc-backward.btn-white:hover,
.button.btn-white:hover,
.wp-block-button > a.btn-white:hover {
  opacity: 0.7;
}
button:disabled,
button[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
.button.wc-backward:disabled,
.button:disabled,
.wp-block-button > a:disabled,
button.disabled,
button[type="submit"].disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="submit"].disabled,
.button.wc-backward.disabled,
.button.disabled,
.wp-block-button > a.disabled {
  cursor: not-allowed;
}
button:disabled background $color__accent:hover,
button[type="submit"]:disabled background $color__accent:hover,
input[type="button"]:disabled background $color__accent:hover,
input[type="reset"]:disabled background $color__accent:hover,
input[type="submit"]:disabled background $color__accent:hover,
.button.wc-backward:disabled background $color__accent:hover,
.button:disabled background $color__accent:hover,
.wp-block-button > a:disabled background $color__accent:hover,
button.disabled background $color__accent:hover,
button[type="submit"].disabled background $color__accent:hover,
input[type="button"].disabled background $color__accent:hover,
input[type="reset"].disabled background $color__accent:hover,
input[type="submit"].disabled background $color__accent:hover,
.button.wc-backward.disabled background $color__accent:hover,
.button.disabled background $color__accent:hover,
.wp-block-button > a.disabled background $color__accent:hover {
  background: #000;
}
#secondary button,
#secondary input[type="button"],
#secondary input[type="reset"],
#secondary input[type="submit"] {
  color: #fff !important;
  background: $color__accent-second-dark;
}
#secondary button:hover,
#secondary input[type="button"]:hover,
#secondary input[type="reset"]:hover,
#secondary input[type="submit"]:hover {
  background: $color__accent-second-darker;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="tel"],
textarea {
  box-sizing: border-box;
  color: #111;
  border: 1px solid #ccc;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
  padding: 10px;
  width: 100%;
  transition: border 0.4s ease;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #6d6d6d;
  color: #000;
  outline: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.6;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.6;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.6;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 0.6;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="date"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  opacity: 0.6;
}
textarea {
  max-height: 150px;
}
input[type="date"]::-webkit-clear-button {
  display: none;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: #2c3e50;
}
input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #95a5a6;
  font-family: "Helvetica", arial, sans-serif;
  display: inline-block !important;
  visibility: visible !important;
}
input[type="date"],
focus {
  color: #95a5a6;
  box-shadow: none;
}
label {
  font-weight: 200;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
input[type="date"] {
  min-height: 49px;
  max-height: 49px;
}
.wpcf7-recaptcha {
  background-color: #f7f7f7;
  padding: 20px 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
span.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
span.wpcf7-list-item label {
  display: grid;
  grid-template-columns: 1fr 11fr;
  grid-gap: 10px;
  align-items: flex-start;
  width: 100%;
}
span.wpcf7-list-item label .wpcf7-list-item-label {
  margin-right: 1em;
}
span.wpcf7-list-item.has-free-text {
  margin: 0;
}
span.wpcf7-list-item .wpcf7-free-text {
  max-height: 30px;
  padding: 5px;
}
.required {
  color: #f00;
}
.wpcf7 p {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wpcf7 .wpcf7-exclusive-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wpcf7 .wpcf7-exclusive-checkbox .wpcf7-list-item {
  margin: 0;
  margin-top: 10px;
}
.wpcf7 .col-push {
  padding-top: 41px;
}
.wpcf7 .col-push small {
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: transparent;
  border: 2px solid #e2e2e2;
  cursor: pointer;
  flex: 0 0 auto;
}
input[type="checkbox"]:hover,
input[type="radio"]:hover {
  background: transparent;
  border: 2px solid #a9a9a9;
}
@media screen and (min-width: 768px) {
  input[type="checkbox"]:hover,
  input[type="radio"]:hover {
    background: #000;
  }
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  border: 2px solid #c1c1c1;
  background: $color__accent-dark;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
}
input[type="checkbox"] {
  border-radius: 4px;
  width: 25px;
  height: 25px;
}
input[type="checkbox"]:before {
  display: none;
  content: "✓";
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  top: -4px;
  left: 1px;
}
input[type="checkbox"]:checked:before {
  display: inline-block;
}
input[type="radio"] {
  border-radius: 50px;
}
.search-form {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 915px) {
  .search-form {
    flex-direction: row;
    justify-content: space-between;
  }
}
.search-form > label {
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (min-width: 915px) {
  .search-form > label {
    margin: 0 20px 0;
  }
}
.is-hiding-nav-ui button.flickity-prev-next-button {
  visibility: hidden !important;
}
.flickity-button:disabled {
  opacity: 0 !important;
  visibility: hidden;
} /*--------------------------------------------------------------
## Links
---------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
a:visited {
  color: #000;
}
a:hover,
a:focus,
a:active {
  color: #000;
  opacity: 0.5;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a.btn-link {
  border-bottom: none;
  box-shadow: none;
  background-color: transparent;
}
a.btn-link:hover {
  background-color: transparent;
}
#wpadminbar a {
  border-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
a.woocommerce-product-gallery__trigger,
.woocommerce-product-gallery__image > a,
#colophon a {
  border-bottom: 0;
  background-color: transparent;
  box-shadow: none;
} /* --------------------------------------------------------------
## Menus
----------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: unset;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .main-navigation {
    display: flex;
    justify-content: flex-end;
  }
}
.main-navigation .mobile-nav-overlay {
  content: "";
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 500ms;
  z-index: -1;
}
.main-navigation #primary-menu-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 0;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .main-navigation #primary-menu-wrap {
    background-color: transparent;
    position: relative;
    width: unset;
    height: auto;
    overflow: unset;
    min-height: 1px !important;
  }
}
.main-navigation #primary-menu-wrap #primary-menu {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 3em 0 0 0;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .main-navigation #primary-menu-wrap #primary-menu {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
  }
}
.main-navigation #primary-menu-wrap #primary-menu .content-width {
  display: flex;
  flex-direction: column;
  justify-content: unset;
  align-items: unset;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .main-navigation #primary-menu-wrap #primary-menu .content-width {
    flex-direction: row;
  }
}
.main-navigation #primary-menu-wrap #primary-menu ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation #primary-menu-wrap #primary-menu ul ul {
  left: -999em;
  top: 0;
}
.main-navigation #primary-menu-wrap #primary-menu ul li:hover > ul,
.main-navigation #primary-menu-wrap #primary-menu ul li.focus > ul {
  left: 100%;
}
.main-navigation #primary-menu-wrap #primary-menu ul a {
  width: 200px;
  border-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.main-navigation #primary-menu-wrap #primary-menu #menu-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  color: #333;
  padding: 1em;
  z-index: 999;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .main-navigation #primary-menu-wrap #primary-menu #menu-close {
    display: none;
  }
}
.main-navigation #primary-menu-wrap #primary-menu li:hover > ul,
.main-navigation #primary-menu-wrap #primary-menu li.focus > ul {
  left: auto;
}
.main-navigation #primary-menu-wrap li {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main-navigation #primary-menu-wrap li {
    border-bottom: 0;
  }
}
.main-navigation #primary-menu-wrap li:hover > a,
.main-navigation #primary-menu-wrap li.focus > a {
  opacity: 0.5;
}
.main-navigation #primary-menu-wrap a {
  display: block;
  text-decoration: none;
  padding: 1.5em 1em;
  text-align: left;
  border-bottom: 0;
  background-color: transparent;
  text-transform: uppercase;
  box-shadow: none;
  text-align: center;
  font-family: "Arial Black", "Arial Bold", Arial;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .main-navigation #primary-menu-wrap .menu-social-menu-container {
    display: none;
  }
}
.main-navigation #primary-menu-wrap .menu-social-menu-container #social-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation
  #primary-menu-wrap
  .menu-social-menu-container
  #social-menu
  .content-width {
  display: flex;
}
.main-navigation
  #primary-menu-wrap
  .menu-social-menu-container
  #social-menu
  .content-width
  li {
  display: flex;
  justify-content: center;
  width: 100%;
  transform: translate3d(0, 0, 0);
  border-bottom: none;
}
.main-navigation
  #primary-menu-wrap
  .menu-social-menu-container
  #social-menu
  .content-width
  li
  a {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-navigation
  #primary-menu-wrap
  .menu-social-menu-container
  #social-menu
  .content-width
  li
  a
  svg {
  width: 20px;
  height: 20px;
}
.main-navigation
  #primary-menu-wrap
  .menu-social-menu-container
  #social-menu
  .content-width
  li
  a:hover {
  color: #fff;
}
.main-navigation
  #primary-menu-wrap
  .menu-social-menu-container
  #social-menu
  .content-width
  li
  a[title="instagram"]:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.main-navigation
  #primary-menu-wrap
  .menu-social-menu-container
  #social-menu
  .content-width
  li
  a[title="twitter"]:hover {
  background: #00aced;
}
.main-navigation
  #primary-menu-wrap
  .menu-social-menu-container
  #social-menu
  .content-width
  li
  a[title="pinterest"]:hover {
  background: #e60023;
}
.main-navigation #menu-toggle {
  display: inline-block;
  transition: all 0.3s ease-out;
  cursor: pointer;
  padding: 1em;
}
@media screen and (min-width: 1024px) {
  .main-navigation #menu-toggle {
    display: none;
  }
}
.main-navigation #menu-toggle .menu-icon {
  height: 20px;
  width: 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
}
.main-navigation #menu-toggle .menu-icon .menu-icon__line {
  height: 2px;
  width: 20px;
  display: block;
  background-color: #000;
  margin-bottom: 5px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.5s ease;
}
.main-navigation #menu-toggle .menu-icon .menu-icon__line-left {
  width: 11px;
  transition: all 200ms linear;
}
.main-navigation #menu-toggle .menu-icon .menu-icon__line-right {
  width: 11px;
  float: right;
  transition: all 200ms linear;
}
.main-navigation #menu-toggle .menu-icon:hover .menu-icon__line-left,
.main-navigation #menu-toggle .menu-icon:hover .menu-icon__line-right {
  width: 20px;
}
.admin-bar #primary-menu-wrap {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar #primary-menu-wrap {
    top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .admin-bar #primary-menu-wrap {
    top: 0;
  }
}
.menu--active {
  height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .menu--active {
    overflow: unset;
  }
}
.menu--active .main-navigation .mobile-nav-overlay {
  opacity: 1;
  transition: opacity 500ms;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .menu--active .main-navigation .mobile-nav-overlay {
    display: none;
    position: relative;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
  }
}
.menu--active .main-navigation #primary-menu-wrap {
  width: 80%;
  position: fixed;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu--active .main-navigation #primary-menu-wrap {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .menu--active .main-navigation #primary-menu-wrap {
    top: 0;
    width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .menu--active
    .main-navigation
    #primary-menu-wrap
    #primary-menu
    .content-width {
    flex-direction: row;
  }
}
.menu--active
  .main-navigation
  #primary-menu-wrap
  #primary-menu
  .content-width
  li {
  transform: translate3d(0, 0, 0);
  transition: transform 500ms ease-out;
}
.menu--active
  .main-navigation
  #primary-menu-wrap
  #primary-menu
  .content-width
  li:first-child {
  transition-delay: 0.1s;
}
.menu--active
  .main-navigation
  #primary-menu-wrap
  #primary-menu
  .content-width
  li:nth-child(2) {
  transition-delay: 0.2s;
}
.menu--active
  .main-navigation
  #primary-menu-wrap
  #primary-menu
  .content-width
  li:nth-child(3) {
  transition-delay: 0.3s;
}
.menu--active
  .main-navigation
  #primary-menu-wrap
  #primary-menu
  .content-width
  li:nth-child(4) {
  transition-delay: 0.4s;
}
.menu--active
  .main-navigation
  #primary-menu-wrap
  #primary-menu
  .content-width
  li:nth-child(5) {
  transition-delay: 0.5s;
}
.menu--active
  .main-navigation
  #primary-menu-wrap
  #primary-menu
  .content-width
  li:nth-child(6) {
  transition-delay: 0.6s;
}
.menu--active
  .main-navigation
  #primary-menu-wrap
  #primary-menu
  .content-width
  li:nth-child(7) {
  transition-delay: 0.7s;
}
.menu--active
  .main-navigation
  #primary-menu-wrap
  #primary-menu
  .content-width
  li:nth-child(8) {
  transition-delay: 0.8s;
}
.menu--active
  .main-navigation
  #primary-menu-wrap
  #primary-menu
  .content-width
  li:nth-child(9) {
  transition-delay: 0.9s;
}
.cart-navigation {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .cart-navigation {
    display: none;
  }
}
.cart-navigation ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-navigation ul li a {
  display: block;
  padding: 1em;
  color: #000;
  border: 0;
  border-bottom: 0;
  background-color: transparent;
  box-shadow: none;
  position: relative;
}
.cart-navigation ul li a:hover {
  color: #000;
  border: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
ul[class$="-list"] .nav-previous {
  width: 100%;
}
ul[class$="-list"] .nav-next {
  width: 100%;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: $color__text-screen;
  display: block;
  font-size: 0.875;
  font-size: 0.875;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-submit {
  display: none;
} /*--------------------------------------------------------------
## Utility Styles
----------------------------------------------------------------*/
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
} /*--------------------------------------------------------------
## Structure
----------------------------------------------------------------*/
html,
body {
  min-height: 100%;
  height: 100%;
  max-height: 100%;
}
html #page,
body #page {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow-x: hidden;
}
html .content-width,
body .content-width {
  display: block;
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  html .content-width,
  body .content-width {
    max-width: 70vw;
  }
}
#content {
  position: relative;
  z-index: 99;
  margin: 0;
  padding: 0 0 3em 0;
}
@media screen and (min-width: 915px) {
  #content {
    padding: 0 0 6em 0;
  }
}
#content .content-width {
  display: block;
  width: 90vw;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #content .content-width {
    width: 70vw;
  }
}
#content .section__content {
  padding: 4em 0;
}
.error404 .widget-area {
  padding-top: 1em;
}
@media screen and (min-width: 915px) {
  .error404 .widget-area {
    padding-top: 6em;
  }
}
.wp-block-columns {
  flex-wrap: nowrap;
}
#colophon {
  position: relative;
  z-index: 99;
}
#content .split-page .content-width {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 915px) {
  #content .split-page .content-width {
    grid-template-columns: [ primary-start] 8fr [ primary-end secondary-start] 4fr [ secondary-end];
  }
}
#content .split-page .content-width .content-area {
  grid-column: 1/-1;
  margin: 0;
}
@media screen and (min-width: 915px) {
  #content .split-page .content-width .content-area {
    grid-column: primary-start/primary-end;
  }
}
#content .split-page .content-width .widget-area {
  grid-column: secondary-start/secondary-end;
  overflow: hidden;
  grid-column: 1/-1;
}
@media screen and (min-width: 915px) {
  #content .split-page .content-width .widget-area {
    grid-column: secondary-start/secondary-end;
  }
} /*--------------------------------------------------------------
## Header
----------------------------------------------------------------*/
#masthead {
  padding: 0;
  z-index: 999;
}
#masthead > .content-width {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 1024px) {
  #masthead > .content-width {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
  }
}
#masthead > .content-width #site-navigation {
  order: 1;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  #masthead > .content-width #site-navigation {
    order: 2;
    margin-top: 0;
  }
}
#masthead > .content-width .site-branding {
  order: 2;
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  #masthead > .content-width .site-branding {
    order: 1;
    padding-top: 0;
  }
}
#masthead > .content-width .site-branding .site-title {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Arial Black", "Arial Bold", Arial;
  font-size: 3em;
  font-size: 3em;
}
@media screen and (min-width: 1024px) {
  #masthead > .content-width .site-branding .site-title {
    text-align: left;
  }
}
#masthead > .content-width .site-branding .site-title a {
  border-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
#masthead > .content-width .site-branding .site-title a #logo-svg {
  max-width: 130px;
  max-height: 38px;
}
#masthead
  > .content-width
  .site-branding
  .site-title.logo--white
  .logo-svg-use {
  --logo-color: #fff;
}
#masthead
  > .content-width
  .site-branding
  .site-title.logo--black
  .logo-svg-use {
  --logo-color: #000;
}
#masthead > .content-width .cart-navigation {
  order: 3;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  #masthead > .content-width .cart-navigation {
    margin-top: 0;
  }
} /*--------------------------------------------------------------
## Posts and pages
----------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
article header {
  padding: 0;
} /*--------------------------------------------------------------
// ## Asides
----------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
} /*--------------------------------------------------------------
// ## Comments
----------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
} /*--------------------------------------------------------------
// ## Footer
----------------------------------------------------------------*/
#colophon {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
#colophon .newsletter-signup-wrap {
  margin-bottom: 4em;
}
#colophon .newsletter-signup-wrap h2 {
  margin: 0;
}
#colophon .newsletter-signup-wrap > p {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #colophon .newsletter-signup-wrap > p {
    flex-direction: row;
    width: 60%;
  }
}
#colophon .newsletter-signup-wrap > p .wpcf7-form-control-wrap {
  display: flex;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #colophon .newsletter-signup-wrap > p .wpcf7-form-control-wrap {
    margin-bottom: 0;
  }
}
#colophon .newsletter-signup-wrap > p .wpcf7-submit {
  width: 100%;
  background: $color__accent-dark;
  margin-left: 10px;
}
#colophon .newsletter-signup-wrap > p .wpcf7-submit:hover {
  background: $color__accent-darker;
}
@media screen and (min-width: 768px) {
  #colophon .newsletter-signup-wrap > p .wpcf7-submit {
    width: 40%;
  }
}
#colophon .newsletter-signup-wrap > p .ajax-loader {
  margin: 0 0 0 10px;
}
#colophon .payment-methods {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 3em;
}
@media screen and (min-width: 768px) {
  #colophon .payment-methods {
    flex-wrap: nowrap;
  }
}
#colophon .payment-methods .pf {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.3;
  color: #9c9c9c;
  margin-right: 10px;
}
#colophon .payment-methods .pf:last-child {
  margin-right: 0;
}
#colophon .site-info {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 2em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  #colophon .site-info {
    flex-direction: row;
  }
}
#colophon .site-info > span {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #colophon .site-info > span {
    margin-bottom: 0;
  }
}
#colophon .site-info .sep {
  display: none;
  margin: 0 10px;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  #colophon .site-info .sep {
    display: block;
  }
} /*--------------------------------------------------------------
// ## Homepage
----------------------------------------------------------------*/
.home #content section.latest-exhibitions {
  margin: 2em 0 3em;
}
.home #content section.latest-exhibitions .content-width {
  grid-gap: 3em;
  width: 100%;
}
@media screen and (min-width: 915px) {
  .home #content section.latest-exhibitions .content-width {
    width: 50%;
  }
}
.home
  #content
  section.latest-exhibitions
  .content-width
  .featured-exhibitions-list {
  width: 100%;
  margin: 0 auto;
}
.home
  #content
  section.latest-exhibitions
  .content-width
  .featured-exhibitions-list
  .large {
  margin: 0 0 5em 0;
}
.home
  #content
  section.latest-exhibitions
  .content-width
  .featured-exhibitions-list
  .large
  .exhibition-image
  ul.slider {
  display: block;
}
.home
  #content
  section.latest-exhibitions
  .content-width
  .featured-exhibitions-list
  .large
  .exhibition-image
  ul.slider
  .image-slide {
  display: block;
  min-width: 150px;
  max-width: 100%;
  margin-right: 10px;
  top: 0%;
  transform: translateY(-50%);
}
.home
  #content
  section.latest-exhibitions
  .content-width
  .featured-exhibitions-list
  .large
  .info {
  margin-top: 15px;
}
.home
  #content
  section.latest-exhibitions
  .content-width
  .featured-exhibitions-list
  .large
  .info
  h2 {
  margin: 0;
  text-align: left;
  font-family: "Arial", sans-serif;
}
.home
  #content
  section.latest-exhibitions
  .content-width
  .featured-exhibitions-list
  .large
  .info
  h2
  > span {
  display: block;
}
.home
  #content
  section.latest-exhibitions
  .content-width
  .featured-exhibitions-list
  .large
  .info
  h2
  > span.subtitle {
  font-style: italic;
}
.home #content section.locations .content-width {
  width: 100%;
}
@media screen and (min-width: 915px) {
  .home #content section.locations .content-width {
    width: 50%;
  }
}
.home #content section.locations .content-width .locations-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em 0 0 0;
}
@media screen and (min-width: 768px) {
  .home #content section.locations .content-width .locations-wrap {
    justify-content: space-between;
  }
}
.home #content section.locations .content-width .locations-wrap .location {
  flex-basis: 48%;
  margin-bottom: 2em;
}
.home
  #content
  section.locations
  .content-width
  .locations-wrap
  .location:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
// ## Artists list page
----------------------------------------------------------------*/
.page-template-page-artists #content {
  height: 100%;
  padding: 0;
}
.page-template-page-artists #content #primary {
  height: 100%;
}
.page-template-page-artists #content #primary #main {
  height: 100%;
}
.page-template-page-artists #content #primary #main .content-width {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 100%;
}

/* .page-template-page-artists #content #primary #main .content-width ul{
	height:100%;
	width: 600px;
	padding: 0;
	margin: 0;
	display:flex;
	justify-content:center;
	align-items:center;
	align-self: center;
	justify-self: center;
} */

.page-template-page-artists
  #content
  #primary
  #main
  .content-width
  .artist-list {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-self: center;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-family: "Arial Bold", Arial;
  font-size: 1.25em;
  width: 300px;
}

.page-template-page-artists
  #content
  #primary
  #main
  .content-width
  .artist-list
  li {
  width: 300px;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .page-template-page-artists
    #content
    #primary
    #main
    .content-width
    .artist-list {
    /* 		display: grid;
		grid-template-columns: 300px 300px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 600px;
    height: 18rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "Arial Bold", Arial;
    font-size: 1.25em;
    /* 		border: red solid 1px; */
  }

  .page-template-page-artists #content #primary #main .content-width {
    height: 100%;
    width: 98vw;
  }
}

/*--------------------------------------------------------------
// ## Exhibitions list page
----------------------------------------------------------------*/
.exhibitions-nav-wrap {
  margin: 0 0 3em;
}
.exhibitions-nav-wrap .exhibitions-nav {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.exhibitions-nav-wrap .exhibitions-nav li {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .exhibitions-nav-wrap .exhibitions-nav li {
    margin-right: 20px;
  }
}
.exhibitions-nav-wrap .exhibitions-nav li a {
  padding: 5px 10px;
}
.exhibitions-nav-wrap.current .link-current a {
  background: #000;
  color: #fff;
}
.exhibitions-nav-wrap.upcoming .link-upcoming a {
  background: #000;
  color: #fff;
}
.exhibitions-nav-wrap.past .link-past a {
  background: #000;
  color: #fff;
}
.exhibitions-nav-wrap.fairs .link-fairs a {
  background: #000;
  color: #fff;
}
.exhibitions-nav-wrap.pre-2015 {
  margin: 0 0 2em 0;
}
.page-template .page-header {
  display: none;
}
#content .exhibition-main {
  margin: 2em 0 0 0;
}
@media screen and (min-width: 915px) {
  #content .exhibition-main {
    margin: 4em 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  #content .exhibition-main {
    margin: 0;
  }
}
#content .exhibition-main .exhib-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5%;
}
#content .exhibition-main .exhib-list > li {
  flex-basis: 45%;
  margin: 0 5% 5% 0;
  padding: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#content .exhibition-main .exhib-list > li:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 915px) {
  #content .exhibition-main .exhib-list > li {
    flex-basis: 28%;
  }
}
#content .exhibition-main .exhib-list > li a {
  display: block;
}
#content .exhibition-main .exhib-list > li a:hover {
  opacity: unset;
}
#content .exhibition-main .exhib-list > li a .exhibition-image {
  display: block;
  margin: 0 0 15px 0;
}
#content .exhibition-main .exhib-list > li a .exhibition-image img {
  width: 100%;
  height: auto;
}
#content .exhibition-main .exhib-list > li a .exhibition-image .image-slide {
  display: block;
  width: 100%;
  min-width: 150px;
  max-width: 100%;
  margin-right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#content .exhibition-main .exhib-list > li a .info {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
#content .exhibition-main .exhib-list > li a .info h2 {
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
}
#content .exhibition-main .exhib-list > li a .info h2 > span {
  display: block;
}
#content .exhibition-main .exhib-list > li a .info h2 > span.exhibition-title {
  font-weight: bold;
  font-style: normal;
}
#content
  .exhibition-main
  .exhib-list
  > li
  a
  .info
  h2
  > span.exhibition-title
  + .subtitle {
  font-weight: bold;
  font-style: italic;
}
#content .exhibition-main .exhib-list > li a .info .date,
#content .exhibition-main .exhib-list > li a .info .location {
  font-size: 15px;
  font-size: 0.9375rem;
}
#content .exhibition-main .exhib-list > li a > div[class$="-info"] {
  text-transform: uppercase;
  font-weight: bold;
}
#content .exhibition-main .exhib-list > li a > div[class$="-info"] h4 {
  margin: 0;
  text-align: left;
}
#content .exhibition-main .exhib-list > li a > div[class$="-info"] h1 {
  font-family: "Arial", sans-serif;
  font-weight: normal;
}
@supports (display: grid) {
  #content .exhibition-main .exhib-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-right: 0;
  }
  @media screen and (min-width: 768px) {
    #content .exhibition-main .exhib-list {
      grid-gap: 30px;
    }
  }
  @media screen and (min-width: 915px) {
    #content .exhibition-main .exhib-list {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 50px;
    }
  }
  #content .exhibition-main .exhib-list li {
    width: 100%;
    margin: 0;
  }
  #content
    .exhibition-main
    .exhib-list
    li
    .exhibition-image
    .image-slide
    figcaption {
    display: none;
  }
  #content .exhibition-main .exhib-list li.pre-2015-block > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
    height: 29vw;
    margin: 0 0 15px 0;
  }
  @media screen and (min-width: 915px) {
    #content .exhibition-main .exhib-list li.pre-2015-block > a {
      height: 18vw;
    }
  }
  @media screen and (min-width: 1024px) {
    #content .exhibition-main .exhib-list li.pre-2015-block > a {
      height: 14vw;
    }
  }
  #content .exhibition-main .exhib-list li.pre-2015-block > a > span {
    text-transform: uppercase;
    color: #fff;
  }
}
#content .exhibition-main .page-footer {
  margin: 8em 0 3em;
  text-transform: uppercase;
}
#content .exhibition-main .current-exhibitions-list .content-width {
  width: 100%;
}
@media screen and (min-width: 915px) {
  #content .exhibition-main .current-exhibitions-list .content-width {
    width: 50%;
  }
}
#content
  .exhibition-main
  .current-exhibitions-list
  .content-width
  .current-exhibitions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px;
}
#content
  .exhibition-main
  .current-exhibitions-list
  .content-width
  .current-exhibitions
  li {
  width: 100%;
  margin: 0;
}
#content
  .exhibition-main
  .current-exhibitions-list
  .content-width
  .current-exhibitions
  li
  .exhibition-image {
  margin: 0 0 15px 0;
}
#content
  .exhibition-main
  .current-exhibitions-list
  .content-width
  .current-exhibitions
  li
  .info
  h2 {
  font-family: "Arial", sans-serif;
  margin: 0;
  text-align: left;
}
#content
  .exhibition-main
  .current-exhibitions-list
  .content-width
  .current-exhibitions
  li
  .info
  h2
  > span {
  display: block;
}
#content
  .exhibition-main
  .current-exhibitions-list
  .content-width
  .current-exhibitions
  li
  .info
  h2
  .exhibition-title,
#content
  .exhibition-main
  .current-exhibitions-list
  .content-width
  .current-exhibitions
  li
  .info
  h2
  .subtitle {
  font-weight: bold;
  font-style: normal;
}
#content
  .exhibition-main
  .current-exhibitions-list
  .content-width
  .current-exhibitions
  li
  .info
  h2
  .subtitle {
  font-style: italic;
}
#content .exhibition-main .no-image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  background: #f5f5f5;
  color: #ccc;
}
#content .exhibition-main .pre-2015-exhibitions-list .page-header {
  display: block;
  margin: 0 0 2em;
}
#content .exhibition-main .pre-2015-exhibitions-list .exhib-list {
  display: flex;
  flex-direction: column;
  width: 35%;
  margin: 0 auto;
}
#content .exhibition-main .pre-2015-exhibitions-list .exhib-list li {
  margin: 0 0 4em;
}
#content
  .exhibition-main
  .pre-2015-exhibitions-list
  .exhib-list
  li
  .exhibition-image {
  display: none;
}
#content .exhibition-main .pre-2015-exhibitions-list .page-footer {
  margin: 0;
} /*--------------------------------------------------------------
// ## Artist & Exhibition - Single
----------------------------------------------------------------*/
.single-artist #primary section ul[class$="-list"],
.single-exhibition #primary section ul[class$="-list"] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (min-width: 420px) {
  .single-artist #primary section ul[class$="-list"],
  .single-exhibition #primary section ul[class$="-list"] {
    margin: 0 -5% 0 0;
  }
}

.single-artist #primary section ul[class$="-list"] > li,
.single-exhibition #primary section ul[class$="-list"] > li {
  flex-basis: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 420px) {
  .single-artist #primary section ul[class$="-list"] > li,
  .single-exhibition #primary section ul[class$="-list"] > li {
    flex-basis: 60%;
  }
}

@media screen and (min-width: 915px) {
  .single-artist #primary section ul[class$="-list"] > li,
  .single-exhibition #primary section ul[class$="-list"] > li {
    flex-basis: 28%;
    margin: 0 5% 40px 0;
  }
}

.single-artist #primary section ul[class$="-list"] > li a:hover,
.single-exhibition #primary section ul[class$="-list"] > li a:hover {
  opacity: unset;
}

.single-artist #primary section ul[class$="-list"] > li .info,
.single-exhibition #primary section ul[class$="-list"] > li .info {
  margin: 15px 0 0 0;
}

.single-artist #primary section ul[class$="-list"] > li .info h4,
.single-exhibition #primary section ul[class$="-list"] > li .info h4 {
  margin: 0;
  text-align: left;
}

.single-artist #primary section ul[class$="-list"] > li .info h2,
.single-exhibition #primary section ul[class$="-list"] > li .info h2 {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

.single-artist #primary section ul[class$="-list"] > li .info h2 > span,
.single-exhibition #primary section ul[class$="-list"] > li .info h2 > span {
  display: block;
}

.single-artist
  #primary
  section
  ul[class$="-list"]
  > li
  .info
  h2
  .exhibition-title,
.single-exhibition
  #primary
  section
  ul[class$="-list"]
  > li
  .info
  h2
  .exhibition-title {
  text-transform: uppercase;
  font-weight: bold;
}

.single-artist #primary section ul[class$="-list"] > li .info h2 .subtitle,
.single-exhibition #primary section ul[class$="-list"] > li .info h2 .subtitle {
  font-style: italic;
}

.single-artist #primary section ul[class$="-list"] > li:only-child,
.single-exhibition #primary section ul[class$="-list"] > li:only-child {
  width: auto;
  flex-basis: unset;
  text-align: justify;
}

@media screen and (min-width: 915px) {
  .single-artist #primary section ul[class$="-list"] > li:only-child,
  .single-exhibition #primary section ul[class$="-list"] > li:only-child {
    width: 30%;
  }
}

.single-artist #primary section ul[class$="-list"] > li.image-thumb,
.single-exhibition #primary section ul[class$="-list"] > li.image-thumb {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.single-artist #primary section ul[class$="-list"] > li.image-thumb:hover,
.single-exhibition #primary section ul[class$="-list"] > li.image-thumb:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.single-artist
  #primary
  section
  ul[class$="-list"]
  > li.image-thumb
  .image-caption,
.single-exhibition
  #primary
  section
  ul[class$="-list"]
  > li.image-thumb
  .image-caption {
  display: none;
}

.single-artist #primary section ul[class$="-list"] > li:hover,
.single-exhibition #primary section ul[class$="-list"] > li:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}

.single-artist #primary section ul[class$="-exhibitions-list"],
.single-exhibition #primary section ul[class$="-exhibitions-list"] {
  justify-content: center;
  margin-bottom: 50px;
}

.single-artist #primary .info,
.single-exhibition #primary .info {
  text-transform: uppercase;
}

.single-artist #primary .info h2,
.single-exhibition #primary .info h2 {
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
}

.single-artist #primary .info h2 > span,
.single-exhibition #primary .info h2 > span {
  display: block;
  font-weight: bold;
}

.single-artist #primary .info h2 .exhibition-title,
.single-exhibition #primary .info h2 .exhibition-title {
  text-transform: uppercase;
}

.single-artist #primary .info h2 .subtitle,
.single-exhibition #primary .info h2 .subtitle {
  font-style: italic;
}

.single-artist #primary #works-lightbox,
.single-exhibition #primary #works-lightbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5% 0 0;
}

@media screen and (min-width: 768px) {
  .single-artist #primary #works-lightbox,
  .single-exhibition #primary #works-lightbox {
    margin: 0 -5% 0 0;
  }
}

.single-artist #primary #works-lightbox .image-thumb,
.single-exhibition #primary #works-lightbox .image-thumb,
.single-artist #primary #works-lightbox .video-thumb,
.single-exhibition #primary #works-lightbox .video-thumb {
  flex: 0 0 45%;
  height: 130px;
  margin: 0 5% 5% 0;
}

.single-artist #primary #works-lightbox .image-thumb img,
.single-exhibition #primary #works-lightbox .image-thumb img,
.single-artist #primary #works-lightbox .video-thumb img,
.single-exhibition #primary #works-lightbox .video-thumb img {
  height: auto;
}

@media screen and (min-width: 915px) {
  .single-artist #primary #works-lightbox .image-thumb,
  .single-exhibition #primary #works-lightbox .image-thumb,
  .single-artist #primary #works-lightbox .video-thumb,
  .single-exhibition #primary #works-lightbox .video-thumb {
    flex: 0 0 15%;
    height: 160px;
  }
}

.single-artist #primary #works-lightbox .image-thumb:hover,
.single-exhibition #primary #works-lightbox .image-thumb:hover,
.single-artist #primary #works-lightbox .video-thumb:hover,
.single-exhibition #primary #works-lightbox .video-thumb:hover {
  cursor: pointer;
}

.single-exhibition #primary .exhibition-info {
  margin-bottom: 25px;
}

.single-exhibition #primary .exhibition-info .exhibition-image-slider {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 915px) {
  .single-exhibition #primary .exhibition-info .exhibition-image-slider {
    width: 100%;
  }
}

.single-exhibition #primary .exhibition-info .exhibition-image-slider .info {
  margin: 6vh 0 1vh 0;
}

.single-exhibition #primary .press-release {
  margin-bottom: 50px;
}

.single-exhibition #primary .press-release .content-width p {
  text-align: justify;
}

.single-exhibition #primary .press-release .content-width {
  width: 100%;
}

@media screen and (min-width: 915px) {
  .single-exhibition #primary .press-release .content-width {
    width: 75%;
  }
}

.single-exhibition #primary .press {
  margin-bottom: 90px;
}

.single-exhibition #primary .press .exhibition-press .exhibition-press-list {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px 0px 40px 0px;
}

.single-exhibition
  #primary
  .press
  .exhibition-press
  .exhibition-press-list
  .post {
  margin: 10px 10px 10px 10px;
  padding: 5px;
  width: 100%;
  border: black solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 25vw;
}

.single-exhibition #primary .works {
  margin-bottom: 90px;
}

.single-exhibition #primary .start-video,
.single-exhibition #primary .end-video {
  margin-bottom: 90px;
}

.single-exhibition #primary .start-video .video,
.single-exhibition #primary .end-video .video {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  height: 480px;
}

.single-exhibition #primary .start-video .video:after,
.single-exhibition #primary .end-video .video:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 65px;
  border-color: transparent transparent transparent #000;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}

.single-exhibition #primary .start-video .video:hover,
.single-exhibition #primary .end-video .video:hover {
  cursor: pointer;
}

.single-exhibition #primary .start-video .video:hover:after,
.single-exhibition #primary .end-video .video:hover:after {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.single-artist #primary .artist-header {
  margin-bottom: 90px;
}

.single-artist #primary .artist-header .artist-featured-image {
  margin: 0 0 20px 0;
}
.single-artist .artist-featured-image figcaption {
  text-align: center;
  font-size: 0.7em;
}

.single-artist #primary .artist-header .artist-featured-image img {
  margin: 0 auto;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 915px) {
  .single-artist #primary .artist-header .artist-featured-image img {
    max-height: 600px;
    width: auto;
  }
}

.single-artist #primary .biography {
  margin-bottom: 60px;
  width: 100%;
  /* 	border: red solid 1px;  ---- This is going 100% of the screen*/
}

.single-artist #primary .biography .content-width {
  width: 100%;
  text-align: justify;
}

@media screen and (min-width: 915px) {
  .single-artist #primary .biography .content-width {
    width: 100%;
  }
}

.single-artist #primary .exhibitions .artist-exhibitions-list > li h2 {
  margin: 0;
}

.single-artist #primary .resource {
  margin: 3em 0 6em;
  text-align: left;
}

.single-artist #primary .resource .content-width {
  width: 100%;
}

@media screen and (min-width: 915px) {
  .single-artist #primary .resource .content-width {
    width: 50%;
  }
}

/** Artist CV - data from CarbonFields */

.single-artist #primary .cv {
  padding-bottom: 50px;
}

.single-artist #primary .cv .cv-body {
  border: 1px solid black;
  box-shadow: inset 0px -10px 20px -10px rgb(0 0 0 / 0.2);
  height: 600px;
  overflow-y: scroll;
  padding: 40px 80px;
}

.single-artist #primary .cv .cv-section {
  padding-bottom: 24px;
}

.single-artist #primary .cv .cv-title,
/* .single-artist #primary .cv .entry-title, */
.single-artist #primary .cv .year-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 24px;
  text-align: left;
}

.single-artist #primary .cv .year-entry-wrap {
  position: relative;
}

.single-artist #primary .cv .year-title {
  display: inline-block;
  font-weight: 400;
  margin: 0 16px 0 0;
  position: absolute;
}

.single-artist #primary .cv .year-entry {
  padding-left: 56px;
}

.single-artist #primary .cv .entry-text,
.single-artist #primary .cv .year-entry {
  margin: 0;
}

.single-artist #primary .cv .underline {
  text-decoration: underline;
}

/** Artist News */

.single-artist #primary .recent-news .content-width {
  width: 100%;
}

@media screen and (min-width: 915px) {
  .single-artist #primary .recent-news .content-width {
    width: 100%;
  }
}

.single-artist #primary .recent-news .content-width .recent-news-list {
  display: grid;
  grid-template-columns: auto;
  column-gap: 25px;
  justify-content: center;
  margin: 0px 0px 40px 0px;
}

@media screen and (min-width: 915px) {
  .single-artist #primary .recent-news .content-width .recent-news-list {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px 0px 40px 0px;
  }
}

.single-artist #primary .recent-news .content-width .recent-news-list .post {
  margin: 0;
  padding: 5px;
  border: black solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 25vw;
}

.none {
  opacity: 0.5;
  text-align: center;
  padding: 8em 0;
}

.single-artist .lg-toolbar,
.single-exhibition .lg-toolbar {
  visibility: hidden !important;
}

/*--------------------------------------------------------------
// ## News Page
----------------------------------------------------------------*/
.blog .page-header {
  display: none;
}

.news {
  /* 	border: solid red 1px; --- this is FULL screen */
}

.blog ul.news-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  justify-content: center;
  justify-self: center;
  align-self: center;
  margin: 3em auto 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 915px) {
  .blog ul.news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    justify-content: center;
    justify-self: center;
    align-self: center;
    margin: 3em auto 0;
    width: 100%;
    height: 100%;
  }
}

.blog ul.news-list .news-item {
  border: 1px black solid;
  padding: 5px;
  margin: 10px 10px 10px 10px;
  height: 100%;
  width: 100%;
  min-height: 250px;
  display: flex;
  justify-content: center;
}

.blog ul.news-list .news-item .info {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 	border: solid black 1px; */
}

.blog ul.news-list .news-item h2 {
  margin: 0;
  height: 100%;
}

.blog ul.news-list .news-item .info .news-excerpt .wp-block-image,
.blog ul.news-list .news-item .info .news-excerpt > figure {
  margin-left: auto;
  height: 100%;
}

.blog ul.news-list .news-item .info .news-excerpt p {
  margin: 0;
}

/*--------------------------------------------------------------
// ## Shop
----------------------------------------------------------------*/
.woocommerce-notices-wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  clear: both;
}
@media screen and (min-width: 768px) {
  .woocommerce-notices-wrapper {
    max-width: 70%;
  }
}
.woocommerce-notices-wrapper .woocommerce-info {
  display: block;
  width: 100%;
  margin: 3em auto;
  padding: 2em;
  background: #f5f5f5;
}
.woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 3em auto;
  padding: 2em;
}
.woocommerce-notices-wrapper .woocommerce-message[role="alert"] {
  background: #f5f5f5;
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 915px) {
  .woocommerce-notices-wrapper .woocommerce-message[role="alert"] {
    flex-direction: row-reverse;
  }
}
.woocommerce-notices-wrapper .woocommerce-message > .wc-forward {
  margin-left: 0;
  margin-top: 20px;
  background: #000;
}
.woocommerce-notices-wrapper
  .woocommerce-message
  > .wc-forward
  white-space
  nowrap:hover {
  background: $color__accent-dark;
}
@media screen and (min-width: 915px) {
  .woocommerce-notices-wrapper .woocommerce-message > .wc-forward {
    margin-left: 20px;
    margin-top: 0;
  }
}
.woocommerce-notices-wrapper .woocommerce-message > .restore-item {
  margin-right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 915px) {
  .woocommerce-notices-wrapper .woocommerce-message > .restore-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.woocommerce-notices-wrapper .woocommerce-error {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 3em auto;
  padding: 2em;
  background: #f5f5f5;
}
.woocommerce-notices-wrapper .woocommerce-error[role="alert"] {
  color: $color__accent-second-hover;
}
.woocommerce-error {
  list-style: none;
  margin: 20px 0 0 20px;
  padding: 0 1em;
}
.woocommerce-error > li {
  text-indent: -25px;
  margin-bottom: 5px;
  color: $color__accent-second-hover;
  --error-color: $color__accent-second-hover;
}
.woocommerce-error > li > svg {
  margin-right: 10px;
}
.woocommerce-error > li::before {
  display: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.woocommerce-invalid-required-field input {
  border-left: 6px solid $color__accent-second-hover;
}
.woocommerce-validated input {
  border-left: 6px solid #000;
}
.woocommerce-validated input#createaccount {
  border-left: 2px solid #e2e2e2;
}
.woocommerce-validated input#createaccount:hover {
  border-left: 2px solid #a9a9a9;
}
.woocommerce-validated input#createaccount:checked {
  border-left: 2px solid #c1c1c1;
}
#cart-count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 11px;
  right: 4px;
  background: $color__accent-second-hover;
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
}
.menu--active #cart-count {
  left: 52%;
}
.woocommerce .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
.og-specials-messages #shipping-discount {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  background: #000;
  color: #fff;
  margin: 0 auto;
  padding: 2em;
}
@media screen and (min-width: 915px) {
  .og-specials-messages #shipping-discount {
    flex-direction: row;
    padding: 2em 4em;
  }
}
@media screen and (min-width: 1024px) {
  .og-specials-messages #shipping-discount {
    max-width: 80%;
  }
}
.og-specials-messages #shipping-discount .icon-wrap {
  position: relative;
  margin-bottom: 2em;
  margin-right: 0;
}
@media screen and (min-width: 915px) {
  .og-specials-messages #shipping-discount .icon-wrap {
    margin-bottom: 0;
    margin-right: 2em;
  }
}
.og-specials-messages #shipping-discount .icon-wrap::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 160px;
  background: #fff;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.og-specials-messages #shipping-discount .icon-wrap svg {
  z-index: 99;
  position: relative;
  width: 40px;
  height: 40px;
}
.og-specials-messages #shipping-discount .icon-wrap .info-icon {
  fill: none;
  stroke: $color__accent-dark;
}
.og-specials-messages #shipping-discount .icon-wrap svg[data-icon="check"] {
  height: 45px;
  fill: none;
  stroke: none;
  color: $color__accent-dark;
}
.og-specials-messages #shipping-discount .text-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 915px) {
  .og-specials-messages #shipping-discount .text-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.og-specials-messages #shipping-discount .text-content h3 {
  color: $color__accent-darker;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 915px) {
  .og-specials-messages #shipping-discount .text-content h3 {
    max-width: 30%;
  }
}
.og-specials-messages #shipping-discount .text-content .amount {
  font-weight: 700;
}
.og-specials-messages #shipping-discount .text-content p {
  margin-bottom: 0;
}
@media screen and (min-width: 915px) {
  .og-specials-messages #shipping-discount .text-content p {
    margin: 0;
    max-width: 30%;
  }
}
.og-specials-messages #shipping-discount .text-content .continue-shopping-link,
.og-specials-messages #shipping-discount .text-content .checkout-link {
  box-shadow: none;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2em auto 0;
  padding: 1em 2em;
  background: #fff;
  border-radius: 6px;
  border: none;
  color: $color__accent-dark;
  white-space: nowrap;
}
@media screen and (min-width: 915px) {
  .og-specials-messages
    #shipping-discount
    .text-content
    .continue-shopping-link,
  .og-specials-messages #shipping-discount .text-content .checkout-link {
    margin: 0 0 0 2em;
  }
}
.og-specials-messages
  #shipping-discount
  .text-content
  .continue-shopping-link:hover,
.og-specials-messages #shipping-discount .text-content .checkout-link:hover {
  opacity: 0.6;
} /*--------------------------------------------------------------
// ## Products Grid / Main Shop Page
----------------------------------------------------------------*/
.products {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
@media screen and (min-width: 915px) {
  .products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
.products .product .woocommerce-loop-product__link {
  display: block;
  position: relative;
  border-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.products .product .woocommerce-loop-product__link .product-title-and-price {
  text-align: center;
}
.products
  .product
  .woocommerce-loop-product__link
  .product-title-and-price
  .woocommerce-loop-product__title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .products
    .product
    .woocommerce-loop-product__link
    .product-title-and-price
    .woocommerce-loop-product__title {
    font-size: 1.5em;
    font-size: 1.5em;
  }
}
.products
  .product
  .woocommerce-loop-product__link
  .product-title-and-price
  .price {
  color: $color__accent;
}
.products
  .product
  .woocommerce-loop-product__link:hover
  .woocommerce-loop-product__title {
  color: #000;
}
.products .product .woocommerce-loop-product__link:hover .price {
  color: $color__accent-dark;
}
.products .product.outofstock .woocommerce-loop-product__link::before {
  content: "Sold Out";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  text-align: center;
  top: -10px;
  right: -10px;
  transform: none;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .products .product.outofstock .woocommerce-loop-product__link::before {
    font-size: 24px;
    font-size: 1.5rem;
    width: 90px;
    height: 90px;
  }
}
.products .product.outofstock .woocommerce-loop-product__link:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.products .product .button {
  display: none;
} /*--------------------------------------------------------------
// ## Single Product Page
----------------------------------------------------------------*/
.single-product .product[id^="product-"] {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 2em;
}
@media screen and (min-width: 915px) {
  .single-product .product[id^="product-"] {
    grid-template-columns: 3fr 1fr;
    grid-gap: 40px;
    margin-top: 0;
  }
}
.single-product .product[id^="product-"] .woocommerce-product-gallery {
  position: relative;
}
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  font-size: 2em;
  z-index: 9;
  width: 46px;
  height: 46px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
  opacity: 0.6;
}
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger::before,
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  box-sizing: content-box;
  background: #1d1c21;
}
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger::before {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  background: transparent;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  left: 14px;
}
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger::after {
  width: 2px;
  height: 8px;
  border-radius: 6px;
  position: absolute;
  top: 24px;
  left: 28px;
  transform: rotate(-45deg);
}
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger:hover {
  opacity: 1;
  transform: scale(1.1);
}
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper
  a {
  display: block;
}
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .flex-control-nav,
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .flex-control-thumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .flex-control-nav
  > li,
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .flex-control-thumbs
  > li {
  margin-right: 20px;
}
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .flex-control-nav
  > li:last-child,
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .flex-control-thumbs
  > li:last-child {
  margin-right: 0;
}
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .flex-control-nav
  > li:hover,
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .flex-control-thumbs
  > li:hover {
  cursor: pointer;
}
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .flex-control-nav
  > li:hover
  img,
.single-product
  .product[id^="product-"]
  .woocommerce-product-gallery
  .flex-control-thumbs
  > li:hover
  img {
  opacity: 0.6;
}
.single-product .product[id^="product-"] .summary {
  text-align: center;
}
.single-product .product[id^="product-"] .summary .price {
  color: #000;
}
.single-product
  .product[id^="product-"]
  .summary
  .cwginstock-subscribe-form
  .panel {
  border-color: $color__accent;
}
.single-product
  .product[id^="product-"]
  .summary
  .cwginstock-subscribe-form
  .panel
  .panel-heading {
  background-color: $color__accent;
  border-color: $color__accent;
}
.single-product
  .product[id^="product-"]
  .summary
  .cwginstock-subscribe-form
  .panel
  .panel-heading
  h4 {
  margin: 10px;
}
.single-product
  .product[id^="product-"]
  .summary
  .cwginstock-subscribe-form
  .panel
  .panel-heading
  h4::after {
  content: "Want us to notify you when this item is back in stock? Sign up below!";
  margin-top: 10px;
  display: block;
  font-weight: normal;
}
.single-product .product[id^="product-"] .summary form {
  display: flex;
  flex-direction: row;
}
.single-product .product[id^="product-"] .summary form .quantity {
  display: flex;
  margin-right: 10px;
}
.single-product
  .product[id^="product-"]
  .summary
  form
  .quantity
  input[type="number"] {
  width: 60px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.single-product .product[id^="product-"] .summary form button[type="submit"] {
  width: 100%;
}
.single-product .product[id^="product-"] .summary .variations_form {
  flex-direction: column;
}
.single-product
  .product[id^="product-"]
  .summary
  .variations_form
  .variations
  tr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-product
  .product[id^="product-"]
  .summary
  .variations_form
  .variations
  tr
  .label {
  padding: 0 20px 10px;
}
.single-product
  .product[id^="product-"]
  .summary
  .variations_form
  .variations
  tr
  .value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-product
  .product[id^="product-"]
  .summary
  .variations_form
  .variations
  tr
  .value
  .variable-items-wrapper
  .variable-item {
  width: 80px;
  height: 80px;
}
.single-product
  .product[id^="product-"]
  .summary
  .variations_form
  .variations
  tr
  .value
  .reset_variations {
  margin: 0 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.single-product
  .product[id^="product-"]
  .summary
  .variations_form
  .variations
  tr
  .value
  .reset_variations::before {
  content: "×";
  text-decoration: none;
  margin-right: 5px;
}
.single-product
  .product[id^="product-"]
  .summary
  .variations_form
  .single_variation_wrap
  .woocommerce-variation
  .woocommerce-variation-price
  .price {
  color: $color__accent-dark;
  font-weight: 700;
}
.single-product
  .product[id^="product-"]
  .summary
  .variations_form
  .single_variation_wrap
  .woocommerce-variation-add-to-cart {
  display: flex;
}
.single-product
  .product[id^="product-"]
  .summary
  .wcppec-checkout-buttons::before {
  content: "- or -";
  display: block;
  margin: 0 0 1em;
}
.single-product .product[id^="product-"] .summary .sharedaddy .sd-content > ul {
  list-style: none;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  align-items: flex-start;
}
.single-product
  .product[id^="product-"]
  .summary
  .sharedaddy
  .sd-content
  > ul
  > li {
  display: flex;
  align-items: flex-start;
}
.single-product
  .product[id^="product-"]
  .summary
  .sharedaddy
  .sd-content
  > ul
  > li.share-email {
  display: block;
}
.single-product
  .product[id^="product-"]
  .summary
  .sharedaddy
  .sd-content
  > ul
  > li
  .fb-share-button,
.single-product
  .product[id^="product-"]
  .summary
  .sharedaddy
  .sd-content
  > ul
  > li
  .pinterest_button {
  display: flex;
}
.single-product
  .product[id^="product-"]
  .summary
  .sharedaddy
  .sd-content
  > ul
  > li.share-end {
  display: none;
} /*--------------------------------------------------------------
// ## Related Products
----------------------------------------------------------------*/
.related {
  grid-column: 1/-1;
  margin-top: 4em;
}
@media screen and (min-width: 768px) {
  .related {
    margin-top: 6em;
  }
}
.related > h2 {
  grid-column: 1/-1;
} /*--------------------------------------------------------------
// ## Cart Page
----------------------------------------------------------------*/
.woocommerce-cart .woocommerce-cart-form {
  margin-top: 2em;
}
.woocommerce-cart .woocommerce-cart-form thead {
  background: #f5f5f5;
  display: none;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form thead {
    display: table-header-group;
  }
  .woocommerce-cart .woocommerce-cart-form thead th {
    padding: 1em 0;
  }
}
.woocommerce-cart .woocommerce-cart-form tbody .cart_item:nth-child(2n) td {
  background-color: #f5f5f5;
}
.woocommerce-cart .woocommerce-cart-form tbody .cart_item td {
  display: block;
  text-align: right;
  clear: both;
  padding: 0.875em 0.875em 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form tbody .cart_item td {
    display: table-cell;
    text-align: center;
    padding: 0;
  }
}
.woocommerce-cart
  .woocommerce-cart-form
  tbody
  .cart_item
  td[data-title]::before {
  display: block;
  content: attr(data-title);
  float: left;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart
    .woocommerce-cart-form
    tbody
    .cart_item
    td[data-title]::before {
    display: none;
  }
}
.woocommerce-cart .woocommerce-cart-form tbody .cart_item .product-remove {
  position: relative;
  border-top: 30px solid #fff;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form tbody .cart_item .product-remove {
    border-top: 0;
  }
}
.woocommerce-cart
  .woocommerce-cart-form
  tbody
  .cart_item
  .product-remove
  > .remove {
  box-shadow: none;
  border-bottom: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart
    .woocommerce-cart-form
    tbody
    .cart_item
    .product-remove
    > .remove {
    position: relative;
  }
}
.woocommerce-cart .woocommerce-cart-form tbody .cart_item .product-thumbnail {
  text-align: center;
}
.woocommerce-cart .woocommerce-cart-form tbody .cart_item .product-thumbnail a {
  border-bottom: 0;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}
.woocommerce-cart
  .woocommerce-cart-form
  tbody
  .cart_item
  .product-thumbnail
  img {
  display: block;
  max-width: 120px;
  margin: 0 auto;
}
.woocommerce-cart
  .woocommerce-cart-form
  tbody
  .cart_item
  .product-quantity
  .quantity
  input[type="number"] {
  width: 60px;
  text-align: center;
  font-weight: 700;
}
.woocommerce-cart .woocommerce-cart-form tbody .cart_item .product-subtotal {
  padding-bottom: 0.875em;
}
.woocommerce-cart .woocommerce-cart-form tbody .actions {
  padding-top: 2em;
}
.woocommerce-cart .woocommerce-cart-form tbody .actions .actions-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form tbody .actions .actions-wrap {
    flex-direction: row;
  }
}
.woocommerce-cart .woocommerce-cart-form tbody .actions .actions-wrap .coupon {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  flex-basis: 60%;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart
    .woocommerce-cart-form
    tbody
    .actions
    .actions-wrap
    .coupon {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.woocommerce-cart
  .woocommerce-cart-form
  tbody
  .actions
  .actions-wrap
  .coupon
  label {
  display: none;
}
.woocommerce-cart
  .woocommerce-cart-form
  tbody
  .actions
  .actions-wrap
  .coupon
  #coupon_code {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart
    .woocommerce-cart-form
    tbody
    .actions
    .actions-wrap
    .coupon
    #coupon_code {
    width: unset;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.woocommerce-cart
  .woocommerce-cart-form
  tbody
  .actions
  .actions-wrap
  .coupon
  button[type="submit"][value="Apply coupon"] {
  background: #000;
}
.woocommerce-cart
  .woocommerce-cart-form
  tbody
  .actions
  .actions-wrap
  button[type="submit"][value="Update cart"] {
  flex-basis: 100%;
  background: #000;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart
    .woocommerce-cart-form
    tbody
    .actions
    .actions-wrap
    button[type="submit"][value="Update cart"] {
    flex-basis: 30%;
  }
}
.woocommerce-cart .cart-collaterals {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  margin-top: 2em;
}
@media screen and (min-width: 915px) {
  .woocommerce-cart .cart-collaterals {
    grid-template-columns: 1fr 1fr;
    margin-top: 4em;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  grid-column: 1/-1;
}
@media screen and (min-width: 915px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    grid-column: 2/-1;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  text-align: left;
  padding: 0 1rem;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  text-align: left;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  padding: 1rem;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  text-align: right;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .shop_table
  .woocommerce-shipping-methods {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  clear: both;
  float: right;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .shop_table
  .woocommerce-shipping-methods
  > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .shop_table
  .woocommerce-shipping-methods
  > li
  > label {
  text-align: left;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .shop_table
  .woocommerce-shipping-methods
  > li
  > input[type="radio"]:checked
  + label,
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .shop_table
  .woocommerce-shipping-methods
  > li
  > input[type="radio"]:checked[value^="free_shipping"]
  + label {
  font-weight: 700;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .shop_table
  .woocommerce-shipping-destination {
  font-size: 13px;
  font-size: 0.8125rem;
  clear: both;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .shop_table
  .woocommerce-shipping-destination
  strong {
  color: $color__accent-dark;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .shop_table
  .woocommerce-shipping-calculator {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  .checkout-button {
  width: 100%;
  color: #fff;
  background: $color__accent-dark;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1.5em 0;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  .checkout-button:hover {
  background: $color__accent-darker;
  color: #fff;
  font-weight: 400;
} /*--------------------------------------------------------------
// ## Checkout Page
----------------------------------------------------------------*/
.woocommerce-form-login-toggle {
  display: block;
  float: left;
  width: 100%;
  height: 27px;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-form-login-toggle {
    width: 46%;
    margin-right: 4%;
  }
}
.woocommerce-form-login,
.woocommerce-form-register {
  display: block;
  float: left;
  clear: left;
  width: 100%;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-form-login,
  .woocommerce-form-register {
    width: 46%;
    margin: 2em 0;
  }
}
.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .woocommerce-form-login .form-row,
  .woocommerce-form-register .form-row {
    flex-direction: row;
  }
}
.woocommerce-form-login .form-row.form-row-first,
.woocommerce-form-register .form-row.form-row-first,
.woocommerce-form-login .form-row.form-row-last,
.woocommerce-form-register .form-row.form-row-last {
  display: block;
}
.woocommerce-form-login .form-row .woocommerce-form-login__rememberme,
.woocommerce-form-register .form-row .woocommerce-form-login__rememberme {
  margin-top: 10px;
}
.woocommerce-form-coupon-toggle {
  float: right;
  width: 100%;
  height: 27px;
  text-align: left;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .woocommerce-form-coupon-toggle {
    width: 50%;
    margin-top: 0;
  }
}
.woocommerce-form-coupon {
  float: right;
  width: 100%;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-form-coupon {
    width: 50%;
    margin: 2em 0;
  }
}
.checkout {
  clear: both;
  position: static !important;
  padding-top: 1em;
}
@media screen and (min-width: 768px) {
  .checkout {
    padding-top: 3em;
  }
}
.checkout #customer_details {
  float: left;
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .checkout #customer_details {
    float: left;
    width: 46%;
    margin-right: 4%;
  }
}
.checkout #customer_details .woocommerce-billing-fields h3 {
  grid-row: 2;
  grid-column: 1/-1;
  text-align: left;
}
@media screen and (min-width: 915px) {
  .checkout #customer_details .woocommerce-billing-fields h3 {
    grid-row: 1;
    grid-column: 2/-1;
  }
}
.checkout #customer_details .mailchimp-newsletter {
  display: flex;
  justify-content: center;
}
.checkout #customer_details .woocommerce-shipping-fields {
  padding: 1em 0;
}
.checkout
  #customer_details
  .woocommerce-shipping-fields
  #ship-to-different-address {
  text-align: left;
}
.checkout
  #customer_details
  .woocommerce-shipping-fields
  #ship-to-different-address
  .woocommerce-form__label-for-checkbox {
  justify-content: center;
}
.checkout #order_review_heading {
  float: none;
  width: 100%;
  clear: none;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .checkout #order_review_heading {
    float: right;
    width: 50%;
  }
}
.checkout .woocommerce-checkout-review-order {
  float: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .checkout .woocommerce-checkout-review-order {
    float: right;
    width: 50%;
  }
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table {
  margin-bottom: 3em;
  table-layout: fixed;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  thead {
  text-align: left;
  background: #f5f5f5;
  font-weight: 400;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  thead
  th {
  vertical-align: middle;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  th,
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  td {
  padding: 1em;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  .product-name {
  width: 60%;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .checkout
    .woocommerce-checkout-review-order
    .woocommerce-checkout-review-order-table
    .product-name {
    width: 65%;
  }
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  .product-total {
  vertical-align: top;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tfoot
  tr {
  text-align: left;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tfoot
  tr
  th {
  background: #f5f5f5;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tfoot
  tr
  th,
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tfoot
  tr
  td {
  padding: 1em;
  font-weight: 400;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tfoot
  .woocommerce-shipping-totals
  td
  #shipping_method {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tfoot
  .woocommerce-shipping-totals
  td
  #shipping_method
  > li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  white-space: unset;
}
@media screen and (min-width: 768px) {
  .checkout
    .woocommerce-checkout-review-order
    .woocommerce-checkout-review-order-table
    tfoot
    .woocommerce-shipping-totals
    td
    #shipping_method
    > li {
    word-break: break-word;
  }
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tfoot
  .woocommerce-shipping-totals
  td
  #shipping_method
  > li
  > input[checked="checked"]
  + label,
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tfoot
  .woocommerce-shipping-totals
  td
  #shipping_method
  > li
  > input[value^="free_shipping"]
  + label {
  font-weight: 700;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tfoot
  .order-total
  > th {
  font-weight: 700;
  background: #000;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tfoot
  .order-total
  > td {
  background: #000;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method {
  background: #f9f9f9;
  margin-bottom: 2em;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  input[type="radio"] {
  display: none;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  input[type="radio"]:checked
  + label::before {
  border: 2px solid #c1c1c1;
  background: $color__accent-dark;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  input[type="radio"]:checked
  + label:hover::before {
  border: 2px solid #c1c1c1;
  background: $color__accent-dark;
}
@media screen and (min-width: 768px) {
  .checkout
    .woocommerce-checkout-review-order
    .woocommerce-checkout-payment
    .wc_payment_methods
    .wc_payment_method
    input[type="radio"]:checked
    + label:hover::before {
    border: 2px solid #a9a9a9;
    background: $color__accent;
  }
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  > label {
  display: flex;
  align-items: center;
  padding: 1em;
  background: #f5f5f5;
  overflow: auto;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  > label:hover {
  background: #eaeaea;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  > label:hover::before {
  background: $color__accent-dark;
}
@media screen and (min-width: 768px) {
  .checkout
    .woocommerce-checkout-review-order
    .woocommerce-checkout-payment
    .wc_payment_methods
    .wc_payment_method
    > label:hover::before {
    background: #000;
  }
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  > label::before {
  content: "";
  position: relative;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: transparent;
  border: 2px solid #bbb;
  cursor: pointer;
  flex: 0 0 auto;
  border-radius: 50px;
  float: left;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  > label
  > img:first-child {
  margin-left: 25px !important;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  > label
  > a {
  margin-left: 20px;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box {
  padding: 0 1em;
  display: flex;
  flex-direction: column;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box
  .sq-fieldset {
  display: flex;
  flex-direction: column;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box
  .sq-fieldset
  p {
  margin: 0.5em 0;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box
  .sq-fieldset
  p:first-of-type {
  opacity: 0.5;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box
  .sq-fieldset
  .form-row
  input {
  min-height: 48px;
  background: #fff !important;
  background-color: #fff !important;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box
  p {
  margin: 0.5em 0;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box
  p:first-of-type {
  opacity: 0.5;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .place-order
  .woocommerce-terms-and-conditions-wrapper {
  padding: 0 1em;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .place-order
  .woocommerce-terms-and-conditions-wrapper
  .woocommerce-privacy-policy-text {
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.5;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .place-order
  .woocommerce-terms-and-conditions-wrapper
  .woocommerce-terms-and-conditions {
  width: calc(100% - 4em);
  padding: 1em 2em;
  border: 1px solid #ccc;
  background: #f5f5f5;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .place-order
  #gdpr_woo_consent_field {
  padding: 0 1em;
  margin-bottom: 2em;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .place-order
  #donate-more {
  margin: 0 0 2em;
  padding: 1em;
  background: #f1f1f1;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .place-order
  #donate-more
  h3 {
  margin-top: 0;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .place-order
  #donate-more
  .donate-buttons {
  display: flex;
  justify-content: space-evenly;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .place-order
  #donate-more
  .donate-buttons
  .button {
  margin-right: 1em;
  padding: 0.5em;
  background: #8e8e8e;
}
@media screen and (min-width: 768px) {
  .checkout
    .woocommerce-checkout-review-order
    .woocommerce-checkout-payment
    .place-order
    #donate-more
    .donate-buttons
    .button {
    padding: 1em;
  }
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .place-order
  #donate-more
  .donate-buttons
  .button:hover {
  background: #727272;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .place-order
  #donate-more
  .donate-buttons
  .button:last-child {
  margin-right: 0;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .place-order
  #place_order {
  width: 100%;
  padding: 1.5em 2em;
  background: $color__accent-dark;
}
.checkout
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .place-order
  #place_order:hover {
  background: $color__accent-darker;
} /*--------------------------------------------------------------
## Account
----------------------------------------------------------------*/
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 2fr 10fr;
  grid-gap: 40px;
}
.woocommerce-account .woocommerce #customer_login {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 915px) {
  .woocommerce-account .woocommerce #customer_login {
    grid-template-columns: 1fr 1fr;
    grid-gap: 150px;
  }
}
.woocommerce-account .woocommerce #customer_login .col-1,
.woocommerce-account .woocommerce #customer_login .col-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-login,
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register {
  width: 100%;
  margin: 0;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .form-row
  label,
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .form-row
  label {
  flex-basis: 30%;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .form-row
  input[type="text"],
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .form-row
  input[type="text"],
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .form-row
  input[type="password"],
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .form-row
  input[type="password"],
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .form-row
  input[type="email"],
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .form-row
  input[type="email"] {
  flex-basis: 70%;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .form-row
  .woocommerce-form__label-for-checkbox,
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .form-row
  .woocommerce-form__label-for-checkbox {
  flex-basis: auto;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .astoundify-recaptcha,
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .astoundify-recaptcha {
  display: flex;
  justify-content: center;
  padding: 1em;
  background: #f5f5f5;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .woocommerce-LostPassword,
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .woocommerce-LostPassword {
  text-align: center;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .generate-password-notice,
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .generate-password-notice {
  background: #f5f5f5;
  padding: 1.5em;
  text-align: center;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .mailchimp-newsletter,
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .mailchimp-newsletter {
  justify-content: center;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .woocommerce-privacy-policy-text,
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .woocommerce-privacy-policy-text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #b3b3b3;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .woocommerce-privacy-policy-text
  a,
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .woocommerce-privacy-policy-text
  a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #b3b3b3;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .woocommerce-privacy-policy-text
  a:hover,
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .woocommerce-privacy-policy-text
  a:hover {
  color: #343533;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-login
  .woocommerce-FormRow,
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-form-register
  .woocommerce-FormRow {
  flex-direction: column;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  > ul
  > li.is-active
  a {
  background: #000;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  > ul
  > li.is-active
  a:hover {
  background: #000;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  > ul
  > li
  a {
  display: block;
  padding: 1em 2em;
  border-bottom: none;
  box-shadow: none;
  background: #f5f5f5;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  > ul
  > li
  a:hover {
  background: #ddd;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  > ul
  .woocommerce-MyAccount-navigation-link--customer-logout
  a::before {
  display: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f52b";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  > ul
  .woocommerce-MyAccount-navigation-link--customer-logout
  a
  > svg {
  margin-right: 10px;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-message[class$="-info"] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-message[class$="-info"]
  .button {
  margin-top: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
  text-align: left;
}
.woocommerce-account.woocommerce-orders
  .woocommerce-MyAccount-content.no-orders {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} /*--------------------------------------------------------------
// ## Cart
----------------------------------------------------------------*/
.woocommerce-cart .content-area {
  text-align: center;
}
.woocommerce-cart .content-area .cart-empty {
  margin: 3em 0;
} /*--------------------------------------------------------------
// ## Info
----------------------------------------------------------------*/
.info-locations .content-width .locations {
  margin: 2em 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (min-width: 915px) {
  .info-locations .locations {
    justify-content: flex-start;
  }
}

.info-locations .locations .location {
  display: flex;
  flex-direction: column;
  flex-basis: 47%;
  margin: 0 5% 5% 0;
  padding: 0;
}

.info-locations .locations .location:nth-child(2n) {
  margin: 0;
}

.info-locations .locations .location .image {
  margin-bottom: 20px;
}

.info-locations .locations .location h2 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  margin: 0;
}

.info-locations .locations .location p {
  margin: 0;
  text-align: center;
}

@supports (display: grid) {
  .info-locations .locations {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  @media screen and (min-width: 768px) {
    .info-locations .locations {
      grid-template-columns: 1fr 1fr;
    }
  }
  .info-locations .locations .location {
    width: 100%;
    margin: 0;
  }
}

.info-locations .info-content {
  margin-top: 5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .info-locations .info-content {
    flex-direction: row;
    align-items: flex-start;
  }
}

.info-locations .info-content > div {
  width: 50%;
  margin: 0 0 40px 0;
}

@media screen and (min-width: 768px) {
  .info-locations .info-content > div {
    width: auto;
    margin: 0 3% 0 0;
  }
}

.info-text {
  display: block;
}

.info-newsletter {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin: 0 0 3em 0;
}

#mc_embed_signup {
  display: flex;
  justify-content: flex-start;
}
#mc_embed_signup #mc-embedded-subscribe-form {
  padding: 0;
}
#mc_embed_signup #mc-embedded-subscribe-form input {
  width: 100%;
}
.info-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.info-links > a {
  margin: 0 0 15px 0;
}
.info-footer {
  margin: 4em 0 0 0;
}
.wpcf7 .inline-form-els {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}
@media screen and (min-width: 915px) {
  .wpcf7 .inline-form-els {
    flex-direction: row;
    justify-content: space-between;
  }
}
.wpcf7 .inline-form-els > span {
  width: 100%;
}
.wpcf7 .inline-form-els > span:first-child {
  margin-bottom: 20px;
  margin-right: 0;
}
@media screen and (min-width: 915px) {
  .wpcf7 .inline-form-els > span:first-child {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.wpcf7 .newsletter-disclaimer {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #afafaf;
}
.wpcf7 button,
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"] {
  width: 100%;
}
/*--------------------------------------------------------------
// ## Viewing Room
----------------------------------------------------------------*/
/*---------- Viewing Room Page Grid -----------*/
.page-template-page-viewing-room #content .viewing-room {
  margin: 4em 0 0 0;
}
.page-template-page-viewing-room
  #content
  .viewing-room
  .viewing-room-exhibition-list {
  display: flex;
  justify-content: center;
}
.page-template-page-viewing-room
  #content
  .viewing-room
  .viewing-room-exhibition-list
  li.small {
  flex: 1;
  margin: 0 5% 5% 0;
}
.page-template-page-viewing-room
  #content
  .viewing-room
  .viewing-room-exhibition-list
  li.small
  .viewing-room-caption {
  font-family: "Arial", sans-serif;
}
@supports (display: grid) {
  .page-template-page-viewing-room
    #content
    .viewing-room
    .viewing-room-exhibition-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4em;
  }
  @media screen and (min-width: 915px) {
    .page-template-page-viewing-room
      #content
      .viewing-room
      .viewing-room-exhibition-list {
      grid-template-columns: 1fr 1fr;
    }
    .page-template-page-viewing-room
      #content
      .viewing-room
      .viewing-room-exhibition-list
      li.large {
      grid-column: span 2 !important;
      width: 49.5vw;
      height: auto;
      margin-left: auto;
      margin-right: auto;
    }
    .page-template-page-viewing-room
      #content
      .viewing-room
      .viewing-room-exhibition-list
      li.large
      img {
    }
  }
  .page-template-page-viewing-room
    #content
    .viewing-room
    .viewing-room-exhibition-list
    li.small {
    margin: 0;
  }
}

/*---------- Viewing Room Single -----------*/
#content .viewing-room-main .viewing-room-header .content-width {
  width: 100%;
}
@media screen and (min-width: 915px) {
  #content .viewing-room-main .viewing-room-header .content-width {
    width: 50%;
  }
}
#content .viewing-room-main .viewing-room-header .viewing-room-caption {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  margin: 2em 0 4em;
}
#content .viewing-room-main .press-release {
  margin-bottom: 50px;
}
#content .viewing-room-main .press-release .content-width {
  width: 100%;
}
@media screen and (min-width: 915px) {
  #content .viewing-room-main .press-release .content-width {
    width: 50%;
  }
}
#content .viewing-room-main .resource {
  margin-bottom: 90px;
}
#content .viewing-room-main .resource .content-width {
  width: 100%;
}
@media screen and (min-width: 915px) {
  #content .viewing-room-main .resource .content-width {
    width: 50%;
  }
}
#content .viewing-room-main .viewing-room-galleries .viewing-room-gallery {
  display: block;
  margin: 0 0 2em;
}
#content
  .viewing-room-main
  .viewing-room-galleries
  .viewing-room-gallery
  .image-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .viewing-room-main .viewing-room-galleries .image-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 5em 0;
}
#content .viewing-room-main .viewing-room-galleries .image-meta > span {
  display: block;
}
#content
  .viewing-room-main
  .viewing-room-galleries
  .image-meta
  > span.inquire
  a {
  text-transform: uppercase;
  font-family: "Arial Black", "Arial Bold", Arial;
} /*--------------------------------------------------------------
## 404 Error
----------------------------------------------------------------*/
.error404 .content-area .error-404 {
  margin: 8em 0;
}
.error404 .content-area .error-404 .page-content {
  text-align: center;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
html {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
/*# sourceMappingURL=style.css.map */
