/* GLOBAL */

* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #2b1e29;
  text-decoration: none;
}

a:visited {
  color: #2b1e29;
  text-decoration: none;
}

a:hover {
  color: #7b7b6f;
  text-decoration: none;
}

.page.menu a.active:link {
  color: #000;
  text-decoration: none;
}

.page.menu a.active:visited {
  color: #000;
  text-decoration: none;
}

.page.menu a.active:hover {
  color: #7b7b6f;
  text-decoration: none;
}

body {
  color: #2b1e29;
  /* 	background-color: #fcfcfd; */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.upper {
  text-transform: uppercase;
  /* 	letter-spacing: 0.036em; */
}

.italic {
  font-style: italic;
}

.small {
  font-size: 12px;
  line-height: 15px;
}

.serif {
  font-family: 'book';
  letter-spacing: 0.025em;
}

.serif.upper {
  letter-spacing: 0.04em;
}

.rule {
  width: 100%;
  border-bottom: 1px solid #2b1e29;
  transform: scaleY(0.5);
}

.pdf-icon {
  padding-right: 2px;
  height: 14px;
}

/* HEADER */

.fixed-wrap {
  padding: 17px 17px 0px 17px;
  position: fixed;
  width: calc(100% - 34px);
  background-color: white;
  z-index: 10;
}

.logo {
  font-family: 'book';
  font-size: 20px;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
}

.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 4px;
  padding-bottom: 2px;
}

.page.menu a:link {
  color: #7b7b6f;
}

.page.menu a:visited {
  color: #7b7b6f;
}

.page.menu a:hover {
  color: black;
}

.menu-item {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 12px;
}

.menu-item:last-child {
  padding-right: 0px;
}

.marquee-text {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* HOME */

.home-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 73px;
  height: calc(100% - 73px);
}

.pad {
  /* 	background-color: lime; */
  height: 0px;
  width: 100%;
}

.cover-img-wrap {
  /* 	background-color: lime; */
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}

.cover-img {
  /* 	background-color: thistle; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 0 17px 0 17px;
  max-width: 1000px;
}

.cover-img img {
  max-width: 100%;
  max-height: 750px;
}

.img-border {
  width: 1px;
  transform: scaleX(0.5);
  background-color: #2b1e29;
}

/* PAGES */
.content-wrap {
  /* 	background-color: aqua; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 73px;
  padding-right: 17px;
  padding-left: 17px;
  padding-bottom: 0;
  height: calc(100% - 73px);
}

.block {
  /* 	background-color: yellow; */
  /* 	padding-top: 12px; */
  /* 	padding-bottom: 12px; */
  display: flex;
  justify-content: space-between;
}

.tense {
  padding-top: 14px;
}

.sub-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.sub-block.left {
  /* 	background-color: tomato; */
  flex: 1;
}

p.ex-address {
  /* 	padding-left: 7px; */
}

.additional {
  padding-top: 17px;
}

.sub-block.center {
  padding-left: 34px;
  padding-right: 34px;
  /* 	background-color: fuchsia; */
  flex: 3.3;
}

.ex-subtitle {
  padding-top: 7px;
}

.ex-data .sub-block.center {
  display: flex;
}

.sub-block.center .sub-sub-block {
  flex: 3;
  padding-right: 34px;
}

.sub-block.center .sub-sub-block.only {
  /* 	max-width: 350px; */
}

.sub-block.center .sub-sub-block iframe {
  padding-top: 17px;
}

.map {
  width: 100%;
  height: 0;
  margin: 0 auto 17px auto;
  padding-top: 72%;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%; /* had to specify height/width */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.sub-block.center .sub-sub-block.spacer {
  flex: 1;
  padding-right: 0px;
  width: 0;
  height: 0;
}

.image .sub-block.center,
.video .sub-block.center {
  padding-top: 0;
  padding-bottom: 0;
}

.sub-block.right {
  /* 	background-color: lime; */
  flex: 1;
}

.block ul {
  list-style-type: none;
  /* 	padding-bottom: 17px; */
  /* 	hyphens: auto; */
}

.block li {
  text-indent: -19px;
  margin-left: 19px;
}

.dash {
  float: left;
  padding-right: 17px;
}

.img-reg {
  width: 100%;
  padding: 17px 0 34px 0;
}

/* video */
.vid-reg {
  width: 100%;
  padding: 17px 0 0 0;
}

.vid-cntrls {
  display: none !important;
  /* display: flex;
  justify-content: space-between;
  padding-top: 2px;
  padding-bottom: 34px; */
}

.cntrls-inner {
  display: flex;
}

.vid-button {
  fill: rgba(123, 123, 111, 0.5);
}

.on .vid-button {
  fill: #7b7b6f;
}

.off:hover .vid-button {
  fill: #7b7b6f;
}

.play svg {
  height: 11px;
  cursor: pointer;
}

.pause svg {
  height: 11px;
  padding-left: 11px;
  cursor: pointer;
}

.mute svg {
  height: 13px;
  padding-top: 2px;
  padding-left: 11px;
  cursor: pointer;
}

input[type='range'] {
  flex: 1;
  margin: 8px 11px 0 10px;
  -webkit-appearance: none;
  outline: none;
  height: 1px;
  /* margin: 0; */
  border: none;
  background: rgba(123, 123, 111, 0.5);
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(123, 123, 111, 0.5);
  border-radius: 7px;
  background: white;
  cursor: pointer;
}

input[type='range']::-webkit-slider-thumb:hover {
  border: 1px solid rgba(123, 123, 111, 1);
}

.timestamp {
  padding-top: 1px;
  color: #7b7b6f;
}

.slash {
  padding: 1px 3px 0 3px;
}

.press-release p {
  padding-bottom: 17px;
}

.press-release .sub-block.center {
  padding-bottom: 0px;
}

.quote {
  width: calc(75% - 34px);
}

.bio {
  padding-top: 17px;
}

/* ARTISTS LIST */
.ar-list-header {
  padding-top: 17px;
}

.ar-list-header:first-child {
  padding-top: 0;
}

.ar-list .sub-block.center {
  display: flex;
}

.ar-list .sub-sub-block {
  flex: 1;
  padding-right: 34px;
}

.ar-list .sub-sub-block:last-child {
  padding-right: 0px;
}

.ar-list-letter-block {
  padding-bottom: 17px;
}

.ar-list-letter-block p {
  text-indent: -19px;
  margin-left: 19px;
}

/* ARTIST */
.a-up-date {
  display: flex;
}

.a-bio {
  padding-right: 34px;
}

.cv-wrap {
  display: flex;
}

.cv .sub-block.center .sub-sub-block:last-child {
  flex: 1;
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
}

.cv-section-wrap {
  padding-bottom: 17px;
}

.cv-section-wrap:last-child {
  padding-bottom: 0px;
}

.cv-header {
  padding-right: 48px;
}

.cv-wrap p {
  text-indent: -19px;
  margin-left: 19px;
}

.a-up-date .date-day-month {
  display: flex;
  padding-right: 4px;
}

.hide-desktop {
  display: none;
  visibility: hidden;
}


@media screen and (max-width: 767px) {
  .hide-desktop {
    display: block;
    visibility: visible;
  }
  .hide-mobile {
    display: none;
    visibility: hidden;
  }
  .a-bio {
    padding-right: 0px;
  }
  .biography .sub-block.left {
    flex: none;
    order: 1;
    width: calc(50% - 7px);
  }
}

/* INFO */
.info-text p,
p.info-text {
  padding-bottom: 17px;
}

p.credit {
  padding-top: 26px;
}

ul.links {
  padding-bottom: 17px;
}

.info .sub-block.center {
  display: flex;
}

.info .sub-block.center .sub-sub-block {
  flex: 1;
  padding-right: 34px;
}

.info .sub-block.center .sub-sub-block:last-child {
  padding-right: 0px;
}

.info-address {
  padding-bottom: 12px;
}

.info-img img {
  width: 100%;
}

/* NEWS */
.news-wrap {
  padding: 14px 0;
}


.news .sub-block.center .news-wrap {
  display: flex;
}

.news .sub-block.center .sub-sub-block {
  flex: 3.5;
  padding-right: 17px;
}

.news .sub-block.center .sub-sub-block:last-child {
  flex: 1;
  min-width: 152px;
  max-width: 152px;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
}

.news .date-day-month {
  display: flex;
  justify-content: flex-start;
}

.news .date-day-month div {
  padding-right: 4px;
}

.news .date-month {
  width: 27px;
}

.news .date-day {
  /* 	width: 17px; */
}

.news .thru {
  width: 8px;
}

.news .year-wrap {
  padding-bottom: 17px;
}

.news .year-wrap:last-child {
  padding-bottom: 0;
}

.news .space:first-child {
  padding-top: 0;
}

.news .space {
  padding-top: 17px;
}

@media screen and (max-width: 767px) {
  .block {
    flex-direction: column;
    justify-content: flex-start;
  }

  .sub-block.center {
    flex: none;
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-block.left {
    flex: none;
    order: 2;
    width: calc(50% - 7px);
  }

  .sub-block.right {
    flex: none;
    order: 3;
  }

  .block.ex-data .sub-block.center {
    padding-bottom: 0;
  }

  .block.ex-data .sub-block.left {
    /* 		margin-top: -3px; */
    padding-top: 0;
  }

  .block.ex-data {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-block.right {
    padding-top: 0;
  }

  .ex-data .sub-block.center {
    display: block;
  }

  .ex-subtitle {
    padding-bottom: 14px;
  }

  .sub-block.center .sub-sub-block {
    width: 75%;
    padding-right: 0px;
  }

  .sub-block.center .sub-sub-block.artist-info {
    width: unset;
    padding-right: 0px;
}

  .image .sub-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image .sub-block.center,
  .video .sub-block.center {
    padding-left: 0;
    padding-right: 0;
    flex: none;
  }

  .image .sub-block.left,
  .video .sub-block.left {
    padding-top: 7px;
    padding-bottom: 34px;
  }

  .vid-cntrls {
    padding-bottom: 0px;
  }

  .img-reg {
    padding: 17px 0 0 0;
  }

  .press-release .sub-block.center {
    flex: none;
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .press-release .sub-block.left {
    flex: none;
    order: 1;
    width: calc(50% - 7px);
  }

  .press-release .sub-block.right {
    padding-bottom: 0;
    padding-top: 0;
  }

  .ar-list .sub-block.left {
    /* 		background-color: pink; */
    flex: none;
    width: 100%;
    order: 1;
    padding-bottom: 0;
  }

  .ar-list .sub-block.center {
    display: block;
    flex: none;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ar-list .sub-sub-block {
    /* 		background-color: green; */
  }

  .ar-list .sub-block.right {
    /* 		background-color: yellow; */
    padding-top: 0;
    padding-bottom: 0;
  }
  .info .sub-block.center {
    padding-bottom: 0;
  }

  .info .sub-block.center .sub-sub-block {
    width: auto;
    min-width: 0;
    flex: 1;
  }

  .info .sub-block.center .sub-sub-block:last-child {
    padding-bottom: 0px;
  }

  .info .sub-block.center .sub-sub-block .info-address p {
    min-width: 156px;
  }

  .info .sub-block.center .sub-sub-block:last-child .info-address p {
    min-width: none;
  }

  .info .sub-block.left {
    padding-bottom: 0px;
  }

  .news .sub-block.left {
    order: 1;
    padding-bottom: 0;
  }

  .news .sub-block.center {
    order: 2;
  }

  .news .sub-block.right {
    padding-bottom: 0;
  }
}

/* EXHIBITION */

/* SUBSCRIBE */

.subscribe {
  /* 	padding-top: 17px; */
  padding-bottom: 17px;
}

.mc-field-group {
  padding-bottom: 8px;
}

.mc-field-group input {
  max-width: 200px;
  margin-top: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  height: 22px;

  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-appearance: none;
}

/*
.mc-field-group.half {
	width: calc(50% - 9px);
	float: left;
}

.mc-field-group.half.one {
	padding-right: 17px;
}
*/

.honeypot {
    position: absolute;
    left: -9999px;
}

input[type='submit'] {
  float: left;
  padding: 0;
  background: none;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}

input[type='submit']:hover {
  color: #7b7b6f;
}

.close {
  text-align: right;
}

.response {
  padding-bottom: 12px;
}

/* FOOTER */
.nav {
  padding-bottom: 9px;
  display: flex;
}

.next {
  flex: 1;
  position: relative;
  padding-right: 7px;
}

.prev {
  flex: 1;
  text-align: right;
  position: relative;
  padding-left: 7px;
}

.next .arrow {
  position: absolute;
  top: 1px;
  width: 17px;
}

.prev .arrow {
  position: absolute;
  right: 0;
  top: 1px;
  width: 17px;
}

.st0 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-width: 1;
}

.next p {
  padding-left: 22px;
}

.prev p {
  padding-right: 22px;
}

.status {
  display: flex;
  /* 	justify-content: space-between; */
}

.address {
  flex: 1;
  padding-top: 7px;
  padding-bottom: 4px;
}

.border {
  width: 1px;
  transform: scaleX(0.5);
  background-color: #2b1e29;
  margin-left: 7px;
  margin-right: 7px;
}

.footer {
  width: 100%;
  padding: 26px 0px 12px 0px;
  background-color: white;
  z-index: 10;
}

.home.footer {
  width: calc(100% - 34px);
  padding: 0px 17px 10px 17px;
}

.sub-footer {
  padding-top: 9px;
}

.sub-footer-item {
  float: left;
  padding-right: 17px;
}

.artistname {
  padding-top: 14px;
  padding-bottom: 14px;
}
