/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* -- UNIVERSAL -- */

body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  background-color: white;
}

article > * + * {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 700px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

.img-wrapper {
  width: 100%;
  height: 0;
  position: relative;
  background-color: #cccccc;
}

.wrapped-img {
  width: 100%;
  height: auto;
  position: absolute;
}

.artist-name {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  text-transform: none;
}

@media only screen and (max-width: 700px) {
  .artist-name {
    font-size: 18px;
    line-height: 21px;
  }
}

time {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  display: block;
}

@media only screen and (max-width: 700px) {
  time {
    font-size: 14px;
    line-height: 16px;
  }
}

.heading {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter,
    monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
}

@media only screen and (max-width: 700px) {
  .heading {
    font-size: 18px;
    line-height: 20px;
  }
}

.heading.button:hover {
  transition: all 0.3s;
  font-style: italic;
  cursor: pointer;
}

.heading.button img {
  margin: 0 2px 1px 5px;
  width: 15px;
  height: auto;
  display: inline-block;
}

.heading.button.download img {
  transform: rotate(90deg);
  margin: 0 0px 1px 3px;
}

.shadow {
  transition: all 0.3s;
  border-radius: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

a .shadow:hover {
  background-color: transparent;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

button:focus {
  outline: 0;
}

/* Text Align */
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}

/* -- LANDING -- */

.landing-container {
  display: flex;
  align-items: flex-start;
  padding: 45px 58px 40px 58px;
  /* min-height: calc(100vh - 87px);  this is what is adding height so that menu opens properly */
}

@media only screen and (max-width: 700px) {
  .landing-container {
    flex-direction: column;
    padding: 35px 20px 30px 20px;
    /* min-height: calc(100vh - 87px);  this is what is adding height so that menu opens properly */
  }
}

.landing-container > div:first-of-type {
  width: calc(100% - 300px);
}

@media only screen and (max-width: 700px) {
  .landing-container > div:first-of-type {
    width: 100%;
  }
}

.landing-image,
.exhibitions-current-exhibition-image {
  background-color: #cccccc;
  height: 65vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 900px) {
  .landing-image,
  .exhibitions-current-exhibition-image {
    height: 33vh;
  }
}

.landing-exhibition-text,
.exhibitions-current-exhibition-text {
  display: flex;
  width: 100%;
  padding: 20px 0px 20px 0px;
}

@media only screen and (max-width: 1200px) {
  .landing-exhibition-text,
  .exhibitions-current-exhibition-text {
    flex-direction: column;
    padding: 20px 0px 20px 0px;
  }
}

.landing-exhibition-text > div:first-of-type,
.exhibitions-current-exhibition-text > div:first-of-type {
  width: calc(100% - 380px);
  padding-right: 50px;
}

@media only screen and (max-width: 1200px) {
  .landing-exhibition-text > div:first-of-type,
  .exhibitions-current-exhibition-text > div:first-of-type {
    width: 100%;
    padding-right: 0px;
  }
}

.landing-exhibition-text > .landing-exhibition-details,
.exhibitions-current-exhibition-text > .exhibitions-current-exhibition-details {
  width: 380px;
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .landing-exhibition-text > .landing-exhibition-details,
  .exhibitions-current-exhibition-text
    > .exhibitions-current-exhibition-details {
    width: 100%;
    text-align: left;
  }
  .exhibitions-current-exhibition-details {
    margin-top: 15px;
  }
}

.landing-exhibition-text .artist-name .info {
  padding: 0 0 5px 0;
}

@media only screen and (max-width: 1200px) {
  .landing-exhibition-text .artist-name {
    padding: 10px 0 5px 0;
  }
  .landing-exhibition-text .heading.button {
    margin-top: 10px;
  }
}

.landing-container > .landing-notices {
  margin-left: 58px;
  width: 242px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 700px) {
  .landing-container > .landing-notices {
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
  }
}

.landing-notices > div {
  border-bottom: 1px solid #eaeaea;
  padding: 40px 20px 40px 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #939393;
}

.landing-notices > div:last-of-type {
  border-bottom: none;
}

.landing-notices p strong {
  font-weight: 500;
}

.landing-notices a:hover {
  font-style: italic;
}

/* -- EXHIBITIONS -- */

.exhibitions-current-exhibition {
  width: 100%;
  padding: 45px 58px 20px 58px;
}

@media only screen and (max-width: 700px) {
  .exhibitions-current-exhibition {
    width: 100%;
    padding: 35px 20px 20px 20px;
  }
}

.exhibitions-past-exhibitions {
  width: 100%;
  padding: 20px 58px 30px 58px;
}

@media only screen and (max-width: 700px) {
  .exhibitions-past-exhibitions {
    padding: 20px 20px 30px 20px;
  }
}

.exhibitions-current-exhibition .heading,
.exhibitions-past-exhibitions .heading,
.info-page > .heading {
  text-align: center;
  padding: 0 0 30px 0;
}

/* -- grid of cards -- */
.card-grid.exhibitions {
  width: 100%;
  min-height: 0;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  margin: 0px;
  padding: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .card-grid.exhibitions {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  .card-grid.exhibitions {
    grid-template-columns: repeat(2, 1fr);
  }
}

.card.exhibitions {
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0rem;
}
@media (max-width: 800px) {
  .card-grid.exhibitions {
    display: block;
  }
  .card.exhibitions {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

.card.exhibitions .card-text {
  padding: 15px 0 10px 0;
}

.card-media {
  width: 100%;
}

/* -- EXHIBITION -- */

.exhibition-text {
  padding: 45px 58px 40px 58px;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .exhibition-text {
    flex-direction: column;
    padding: 35px 20px 30px 20px;
  }
}

.exhibition-text > div:first-of-type {
  width: 50%;
  padding-right: 25px;
}

@media only screen and (max-width: 700px) {
  .exhibition-text > div:first-of-type {
    width: 100%;
    padding-right: 0px;
  }
}

.exhibition-text > .exhibition-text-right {
  width: 50%;
  padding-left: 25px;
  text-align: right;
}

@media only screen and (max-width: 700px) {
  .exhibition-text > .exhibition-text-right {
    width: 100%;
    padding-left: 0px;
    text-align: left;
  }
}

.exhibition-text .artist-name {
  padding: 10px 0 5px 0;
}

.artist-name.curator {
  padding-top: 0px;
}

.artist-name .multiple-names {
  display: inline-block;
}

.artist-name .multiple-names:not(:last-of-type):after {
  content: ",";
}

.exhibition-text time {
  padding: 0 0 15px 0;
}
@media (max-width: 900px) {
  .exhibition-text time {
    padding-top: 12px;
  }
}

/* -- EXHIBITION/INSTALLATION VIEW -- */

/* Desktop */

#installation,
#checklist,
#explore {
  padding: 10px 58px 40px 58px;
}

.card-grid.exhibition {
  width: 100%;
  min-height: 0;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin: 0px;
  padding: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
}

.card.exhibition {
  width: 100%;
  padding: 0 0 4px 0;
  margin: 0rem;
}

.exhibition .card-media,
.artist .card-media {
  width: 100%;
}

.card.exhibition .card-text,
.card.artist .card-text {
  padding: 15px 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.card.exhibition .card-text .artist-name {
  padding: 0px 0 5px 0;
  font-size: 16px;
}

.artwork-title {
  font-style: italic;
  padding: 0px 0 5px 0;
}

.artwork-title span {
  font-style: normal;
}

.caption {
  margin-top: 15px;
  font-weight: 300;
  font-size: 19px;
}

.card.exhibition .card-text .artwork-text,
.modal-body-details .artwork-text,
.card.artist .card-text .artwork-text {
  padding: 0px 0 5px 0;
  font-weight: 300;
  font-size: 19px;
}

.card.exhibition .card-text .artwork-price,
.modal-body-details .artwork-price,
.card.artist .card-text .artwork-price {
  padding: 10px 0 0 0;
  font-weight: 300;
}

.card.exhibition .heading.button,
.card.artist .heading.button {
  font-size: 16px;
  min-width: 150px;
  text-align: right;
}

.card.exhibition .heading.button img,
.card.artist .heading.button img {
  margin: 0 2px 0px 5px;
}

/* Mobile */
@media (max-width: 1000px) {
  .card-grid.exhibition,
  .card-grid.artist {
    display: block;
  }
  .card.exhibition,
  .card.artist {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 700px) {
  #installation,
  #checklist,
  #explore {
    padding: 10px 20px 30px 20px;
  }
  .card.exhibition .card-text,
  .card.artist .card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .card.exhibition .heading.button,
  .card.artist .heading.button {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    border: 1px solid black;
    border-radius: 2px;
    padding: 5px 0px;
  }
}

/* -- EXHIBITION/EXPLORE VIEW -- */

/* Colours */
.mutedgreen {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #76cf96 23.44%,
    #76cf96 100%
  );
}
.vividgreen {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #84cf74 23.44%,
    #84cf74 100%
  );
}
.brightblue {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #82c9e3 23.44%,
    #82c9e3 100%
  );
}
.lavender {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #aabfe3 23.44%,
    #aabfe3 100%
  );
}
.purple {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #cab5e3 23.44%,
    #cab5e3 100%
  );
}
.pink {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #e26782 23.44%,
    #e26782 100%
  );
}
.red {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #e74c28 23.44%,
    #e74c28 100%
  );
}
.yellow {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #f0e256 23.44%,
    #f0e256 100%
  );
}
.orange {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #e38866 23.44%,
    #e38866 100%
  );
}
.avocado {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #cabd75 23.44%,
    #cabd75 100%
  );
}
.brown {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #e4b475 23.44%,
    #e4b475 100%
  );
}
.beige {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #e6b09c 23.44%,
    #e6b09c 100%
  );
}
.cream {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #f8f1ce 23.44%,
    #f8f1ce 100%
  );
}
.sleetgrey {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #d7d7d7 23.44%,
    #d7d7d7 100%
  );
}

.pair-image img {
  width: 100%;
  height: auto;
}

.pair .pair-text,
.pair .card.exhibition,
.pair .video-wrapper,
.pair-image,
.full-width-video,
.full-width-text-section {
  margin-bottom: 2rem;
}

@media (max-width: 1000px) {
  .pair .pair-text,
  .pair .card.exhibition,
  .pair .video-wrapper,
  .pair-image,
  .full-width-video,
  .full-width-text-section {
    margin-bottom: 30px;
  }
}

.pair-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.pair-text p:not(:last-of-type) {
  margin-bottom: 20px;
}

.pair-text-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20% 0 20%;
  height: 100%;
}

@media (max-width: 1000px) {
  .pair-text-center {
    padding: 0;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.full-width-text-section {
  font-size: 22px;
  font-weight: 300;
  padding: 20px 0 20px 0;
}

.full-width-text-section--left-alignment {
  text-align: left;
  max-width: 70%;
}
.full-width-text-section--center-alignment {
  text-align: center;
}
.full-width-text-section--small-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.full-width-text-section--center-alignment.full-width-text-section--small-text {
  max-width: 800px;
  margin: 0 auto;
}

#explore p:not(:last-of-type) {
  margin-bottom: 1em;
}

#explore h1 {
  font-size: 44px;
  line-height: 1;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 700px) {
  #explore h1 {
    font-size: 32px;
  }
}
#explore h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 700px) {
  #explore h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

#explore h3 {
  font-size: 20px;
  line-height: 23px;
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter,
    monospace;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
#explore h3::after {
  content: ":";
}
#explore strong {
  font-weight: 400;
}
#explore a {
  font-size: 1em;
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter,
    monospace;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  font-weight: 400;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}

/* Text */

.text-medium {
  padding: 0 20% 0 20%;
}

/* -- grid of cards -- 
.card-grid {
  width: 100%;
  min-height: 0;
  min-width: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0px;
  justify-content: space-between;
  padding: 0.5rem;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
}

.card {
	width: 50%;
	padding: 10px;
	padding: 0 0.5rem 1rem;
}
@media (max-width: 800px) {
	.card-grid {display: block; }
	.card {
	width: 100%;
	padding: .5rem;
}
}

.card-media {
	width: 100%;
}*/

/* -- EXHIBITION/CHECKLIST VIEW -- */
#checklist .card-media .shadow:hover {
  background-color: transparent;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

#explore .card-media .shadow:hover {
  background-color: transparent;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: white;
  overflow-y: scroll; /* New */
  -webkit-overflow-scrolling: touch; /* New */
}

/* The Close Button */
.close {
}

.close:hover,
.close:focus {
}

/* Modal Content/Box */
/* Desktop */
.modal-body {
  display: flex;
  padding: 45px 58px 40px 58px;
}

.modal-body > div {
  width: 50%;
}

#modal-images div {
  padding: 0px 29px 40px 0px;
}

#modal-images div > img {
  width: 100%;
  height: auto;
  border-radius: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.modal-body-details {
  padding: 0px 0px 30px 29px;
}

.modal-body-details > div {
  position: sticky;
  top: 30px;
}

.modal-title-plus-date {
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 20px;
}

.modal-body-details #modal-year::before {
  content: ", ";
}

.modal-title-plus-date > div {
  display: inline;
}

.modal-body-details .artist-name {
  padding-bottom: 20px;
}

.form-text {
  padding: 30px 0 5px 0;
  font-size: 20px;
  font-weight: 300;
}
/*Mobile */
@media only screen and (max-width: 700px) {
  .modal-body {
    flex-direction: column-reverse;
    padding: 35px 20px 30px 20px;
  }

  .modal-body > div {
    width: 100%;
  }

  #modal-images div {
    padding: 0px 0px 40px 0px;
  }
  .modal-body-details {
    padding: 0px 0px 60px 0px;
  }
  .modal-body-details > div {
    position: initial;
  }
}
/* -- Submit Inquiry --*/
/* Desktop */
.modal-form {
  display: block;
  padding: 20px 0 10px 0;
}

.modal-body input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  display: block;
  width: 100%;
  border-bottom: 1px solid black;
  margin: 15px 0 20px 0;
  text-transform: none;
  border-radius: 0;
}

.no-outline:focus {
  outline: none;
}

.modal-body button[type="submit"] {
  border: none;
  outline: none;
  cursor: pointer;
  float: right;
  padding: 10px;
}

.modal-body button[type="submit"]:hover {
  font-style: italic;
}

.modal-body input[type="email"] {
}

.fine-details {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter,
    monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  display: block;
}

/*Mobile */
@media only screen and (max-width: 700px) {
  .modal-body button[type="submit"] {
    padding-right: 0px;
  }
}

/* View Tabs */

/* Style the tab */
.tab {
  padding: 45px 58px 0px 58px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.tab > div {
  width: 33.33%;
}

@media only screen and (max-width: 700px) {
  .tab-container {
    padding: 15px 20px 0px 20px;
    position: relative;
  }
  .tab {
    padding: 0;
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  .tab > div {
    padding: 0 20px 0 0px;
    width: auto;
    display: inline-block;
  }

  .tab::-webkit-scrollbar {
    display: none;
  }

  .tab > .text-align-left button,
  .tab > .text-align-left {
    text-align: center;
  }
  .tab > .text-align-center button,
  .tab > .text-align-center {
    text-align: center;
  }

  .tab > .text-align-right button,
  .tab > .text-align-right {
    text-align: center;
  }

  .side-gradient {
    position: absolute;
    right: 20px;
    top: 16px;
    height: 20px;
    width: 40px;
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
  }
}

/* Style the buttons inside the tab */
.tab button {
  border: none;
  outline: none;
  cursor: pointer;
  /* 
  background-color: inherit;
  float: left;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px; */
}

/* Change background color of buttons on hover */
.tab button:hover,
.tab a.tablinks:hover {
  /*  background-color: #ddd; */
  font-style: italic;
}

/* Create an active/current tablink class */
.tab button.active {
  /*  background-color: #ccc; */
  font-style: italic;
}

.tab-line {
  border-bottom: 1px solid black;
  margin: 6px 58px 35px 58px;
}

@media only screen and (max-width: 700px) {
  .tab-line {
    margin: 5px 20px 25px 20px;
  }
}

/* Style the tab content */
.tabcontent {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* contact form */
.honeypot {
  position: absolute;
  left: -9999px;
}

#modal-images img {
  width: 200px;
}

/* -- FAIR SPECIFIC -- */

.tab.only-checklist {
  justify-content: flex-end;
}
/* Mobile */
@media only screen and (max-width: 700px) {
  .tab.only-checklist {
    justify-content: space-between;
  }
}

/* -- ARTISTS PAGE -- */
.artists .card-text {
  text-transform: none;
  font-weight: 300;
}
/* Desktop */
@media only screen and (min-width: 701px) {
  .artists.represented .card-grid {
    display: block;
    column-count: 2;
    grid-gap: initial;
  }
  .artists.represented .card.exhibitions {
    padding: initial;
  }
  .artists.represented .card-text {
    font-weight: 300;
    font-size: 44px;
    line-height: 1;
  }
  .artists.represented .card-grid.exhibitions .card-media {
    display: none;
  }
}
canvas img {
  border-radius: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media only screen and (max-width: 700px) {
  canvas {
    display: none;
  }
  .hover-artist {
    opacity: 1 !important;
  }
  .card.exhibitions .card-text {
    padding-bottom: 0px;
  }
}

.artists.exhibitions-past-exhibitions {
  padding: 45px 58px 20px 58px;
}

.artists.nonrepresented.exhibitions-past-exhibitions {
  padding: 20px 58px 30px 58px;
}

.artists.nonrepresented .card.exhibitions {
  padding-bottom: 0px;
}
.artists.nonrepresented .card-grid.exhibitions {
  row-gap: 0px;
}
/* Interactive mouse/image effect */

.hover-artist {
  position: relative;
}
.project-image {
  opacity: 0%;
  position: absolute;
  top: -100%;
  pointer-events: none;
  user-select: none;
}

@media only screen and (min-width: 701px) {
  .hover-artist a:hover .card-text,
  .nonrepresented a:hover .card-text {
    font-style: italic;
  }
}

/* Mobile */
@media only screen and (max-width: 700px) {
  .artists.exhibitions-past-exhibitions {
    padding: 35px 20px 20px 20px;
  }
  .artists.nonrepresented.exhibitions-past-exhibitions {
    padding: 20px 20px 30px 20px;
  }
  .artists .card-grid.exhibitions .card-media {
    display: block;
  }
}

/* Nav Bar */
.one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}

.bio p:not(:last-of-type) {
  margin-bottom: 20px;
}

/* Mobile */
@media only screen and (max-width: 1350px) and (min-width: 701px) {
  .bio p {
    font-size: 14px;
    line-height: 1.3;
  }
}

/* -- SUCCESSFUL SUBMISSION -- */
/* Desktop */
.successful-submission {
  padding: 45px 58px 45px 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: calc(100vh - 87px);
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
}

.successful-message {
  max-width: 1000px;
}

.successful-message .heading {
  padding: 10px 20px 20px 20px;
}

.successful-message .heading img {
  transform: rotate(180deg);
  margin: 0 3px 1px 0px;
}

/* Mobile */
@media only screen and (max-width: 700px) {
  .successful-submission {
    padding: 35px 20px 30px 20px;
    height: calc(100vh - 70px);
    font-size: 28px;
  }
}

/* -- ARTIST PAGE -- */
/* Desktop */
.page {
  padding: 45px 58px 40px 58px;
  display: flex;
}

.page > div:first-of-type {
  width: 50%;
  padding: 0px 29px 30px 0px;
}

.page > div {
  width: 50%;
  padding: 0px 0px 30px 29px;
}

.artist-info .artist-name {
  font-size: 44px;
  line-height: 51px;
}

.artist-info .heading.info-title:first-of-type {
  padding-top: 30px;
}

.artist-info .heading.info-title,
.gallery-info .heading.info-title,
.bio-download,
.privacy-policy,
.artist-external-checklist {
  padding-top: 28px;
}

.heading.info-title {
  font-size: 16px;
  line-height: 18px;
}

.info {
  font-size: 22px;
  line-height: 25px;
  font-weight: 300;
  display: block;
  padding-top: 7px;
}

.info time {
  font-size: 14px;
  line-height: 16px;
  padding-top: 4px;
}

.card-grid.artist {
  width: 100%;
  min-height: 0;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0px;
  padding: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
}

.card.artist {
  width: 100%;
  padding: 0 0 36px 0;
  margin: 0rem;
}

.artist-images .card-media .shadow:hover {
  background-color: transparent;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.artist-image img {
  width: 100%;
  height: auto;
}

.artist-image div {
  margin-bottom: 40px;
}

/* Mobile */
@media only screen and (max-width: 700px) {
  .page {
    padding: 35px 20px 30px 20px;
    flex-direction: column;
  }
  .page > div:first-of-type {
    width: 100%;
    padding: 0px 0px 30px 0px;
  }
  .page > div {
    width: 100%;
    padding: 0px 0px 30px 0px;
  }
}

/* -- INFORMATION -- */
/* Desktop */
.info-page {
  padding: 45px 58px 40px 58px;
}

.info-page .page {
  padding: 0;
  display: flex;
}

.gallery-info .heading.info-title:first-of-type {
  padding-top: 0;
}

.email {
  text-transform: lowercase;
}

.external-info {
  padding-top: 20px;
}

.info-map {
  margin-top: 0px;
}
.info-map iframe {
  border: none;
  height: 60vh;
}
/* Mobile */
@media only screen and (max-width: 700px) {
  .info-map iframe {
    height: 450px;
  }
}

/* Mobile */
@media only screen and (max-width: 700px) {
  .info-page {
    padding: 35px 20px 30px 20px;
    flex-direction: column;
  }
}

.fair-practice-code {
  margin-top: 2rem;
}
.fair-practice-code__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
}

/* -- TITLE BAR -- */
@media only screen and (max-width: 700px) {
  .top-bar {
    height: 70px;
    padding: 0px 20px 0px 20px;
  }
}

.title-bar-middle {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 700px) {
  .title-bar-middle {
    display: none;
  }
}

.hamburger-menu {
  float: left;
  width: 54px;
  height: 35px;
  cursor: pointer;
}

/* -- MENU CONTENT -- */
/* Desktop */
.menu-content {
  padding: 8px 58px 0px 58px;
  display: flex;
  justify-content: space-between;
}

.menu-items {
  padding: 20px 0 20px 0;
}

.nav li {
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav li:hover {
  font-style: italic;
}

.nav li .active {
  font-style: italic;
}

.nav li:hover span,
.nav li .active span {
  font-style: normal;
}

.off-canvas.position-top.is-transition-push.is-open {
  overflow-y: hidden;
  overflow-x: hidden;
}
/* Mobile */
@media only screen and (max-width: 700px) {
  .menu-content {
    padding: 0px 20px 0px 20px;
    display: block;
  }
  .menu-items {
    position: relative;
    text-align: right;
    right: 0;
    padding: 10px 0 10px 0;
    z-index: 100;
  }
  .line {
    position: absolute;
    top: 8px;
    right: 23px;
  }
  .nav li {
    font-size: 25px;
    line-height: 35px;
  }
}

/* STICKY */

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 30px; /* required */
}

/* --- PRIVACY POLICY --- */
.privacy-policy {
  text-transform: none;
  column-count: 2;
}
.privacy-policy p:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  .privacy-policy {
    column-count: 1;
    padding-top: 0;
  }
}
