/*-- UTILITIES --*/
.vh-100 {
  height: 100vh;
}

.object-cover {
  object-fit: cover;
}

/*-- COLORS --*/
/*
Gray: #838080
Charcoal Black: #1d1d1b
*/
.gray-font {
  /* color: #838080; */
  color: #898B8E;
}

.charcoal-font {
  /* color: #1d1d1b; */
  color: #58585B;
}

/*-- FONT --*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #58585B;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

p {
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.8;
}

.wp-block-image, .wp-block-video, .blocks-gallery-caption {
  margin-bottom: 15px;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 30px);
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 30px 30px 0px !important;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

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

.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0px !important;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-media-text__media img {
  height: auto;
}

.navigation {
  display: flex;
}

img {
  margin-bottom: 0px;
}

.artwork-wrapper {
  margin-left: -22px;
  margin-right: -22px;
}

.light-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.reg-txt {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
}

.medium-txt {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
}

.medium-txt-i {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
}

.semi-bold-txt {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
}

.semi-bold-txt-i {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.light-txt-mukta {
  font-family: 'Mukta', sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 15px;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 0;
  font-weight: 300;
  color: #58585B;
}

h2 {
  color: #838080;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 18px;
  }
}

h2.sub-title {
  font-size: 0.85rem;
  list-style-type: none;
}

h3 {
  color: #838080;
  font-size: 0.75rem;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1rem;
}

strong {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
}

.rem-09 {
  font-size: 0.9rem;
}

.no-list {
  list-style-type: none;
}

a:focus {
  outline: none;
}

a,
a:link,
a:hover,
a:active,
a:not([href]):not([tabindex]),
.nav-link {
  text-decoration: none;
  color: #838080;
  cursor: pointer;
}

a:hover,
.nav-link:hover {
  color: #1d1d1b;
}

.upcoming-projs a,
.upcoming-projs a:link,
.upcoming-projs a:hover,
.upcoming-projs a:active {
  color: #1d1d1b;
}

.press-title a,
.press-title a:link,
.press-title a:hover,
.press-title a:active {
  color: #838080;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #1d1d1b;
}

.nav-wrap {
  max-width: 1200px;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  margin: 0 auto;
}

#biography p, #biography p span {
  font-family: 'Mukta', sans-serif;
  font-weight: 300;
  font-size: 14px;
}

@media (min-width: 768px) {
  #biography p, #biography p span {
    font-size: 15px;
  }
}

#biography p {
  text-align: justify;
}

.wrapper {
  padding-top: 150px;
  /* padding-right: 30px;
    padding-left: 30px; */
  max-width: 1200px;
  margin: 0 auto;
}

.full-width-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

.past-proj-txt {
  margin-top: 0.75rem;
  font-size: 17px;
}

.about-txt {
  margin-top: 0;
}

.about-txt:nth-of-type(last) {
  margin-bottom: 5rem;
}

.heading-title {
  display: inline;
  font-family: 'robotobold', Arial, sans-serif;
  font-size: 1rem;
}

.past-proj-txt {
  margin-bottom: 0.75rem;
}

.heading-div-mb {
  margin-bottom: 3rem;
}

.heading-div-mb1 {
  margin-bottom: 1rem;
}

.heading-div-mb075 {
  margin-bottom: 0.75rem;
}

.heading-icon {
  width: 13px;
  height: auto;
  margin-bottom: 8px;
  margin-right: 10px;
}

.col-md-4 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.h2-inline span {
  /*     font-weight: 300; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.wp-block-image figcaption {
  font-size: 12px;
  font-family: "Mukta", sans-serif;
  font-weight: 300;
  color: #8a8a80;
  margin: 15px 0 30px 0 !important;
}

/*-- LOGO & NAVBAR --*/
.logo {
  width: 200px;
  margin-bottom: 0px;
}

.dropdown-menu {
  border: none;
  border-radius: none !important;
  margin: 0;
  text-align: right;
  font-size: 0.8rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
}

.navbar {
  /* padding: 1rem 0rem; */
  /*font-weight: 500;*/
  font-family: 'Montserrat', Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 50px;
}

.navbar-toggler {
  border: none;
}

.nav-link {
  color: #838080;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 0.8rem;
}

.nav-link:hover {
  color: #1d1d1b;
}

.menu-icon {
  width: 15px;
  height: auto;
  padding-right: 5px;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #1d1d1b;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 0;
}

.dropdown-menu {
  min-width: 8.5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0rem !important;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  top: unset;
  left: unset;
  text-align: right;
}

.dropdown-item {
  padding-right: 0;
  padding-left: 1rem;
  font-weight: 300;
}

.navbar-toggler-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.dropdown-dash {
  border: 1px solid #838080;
  width: 10px;
  margin-bottom: 3px;
}

/* ABOUT BUTTON + HOVER */
.abt-btn-img {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("../img/menu-icons/abt-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.abt-btn-hvr {
  display: none;
  position: relative;
  width: 10px;
  height: 10px;
  background: url("../img/menu-icons/abt-icon-hvr.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.abt-btn-img-active {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background: url("../img/menu-icons/abt-icon-hvr.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.parent:hover .abt-btn-hvr {
  display: inline-block;
  position: inherit;
}

.parent:hover .abt-btn-img-active+.abt-btn-hvr {
  display: none;
  /* position: inherit; */
}

.parent:hover .abt-btn-img {
  display: none;
}

.abt-btn-img:hover {
  visibility: hidden;
}

/* ARTWORK BUTTON + HOVER */
.artwork-btn-img {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("../img/menu-icons/artwork-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.artwork-btn-img-active {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  background-image: url("../img/menu-icons/artwork-icon-hvr.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.artwork-btn-hvr {
  display: none;
  position: relative;
  width: 10px;
  height: 10px;
  background: url("../img/menu-icons/artwork-icon-hvr.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.parent:hover .artwork-btn-hvr {
  display: inline-block;
  position: inherit;
}

.parent:hover .artwork-btn-img-active+.artwork-btn-hvr {
  display: none;
  /* position: inherit; */
}

.parent:hover .artwork-btn-img {
  display: none;
}

.artwork-btn-img:hover {
  visibility: hidden;
}

/* EXHIBITIONS BUTTON + HOVER */
.exh-btn-img {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("../img/menu-icons/exh-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.exh-btn-hvr {
  display: none;
  position: relative;
  width: 10px;
  height: 10px;
  background: url("../img/menu-icons/exh-icon-hvr.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.exh-btn-img-active {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background: url("../img/menu-icons/exh-icon-hvr.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.parent:hover .exh-btn-hvr {
  display: inline-block;
  position: inherit;
}

.parent:hover .exh-btn-img-active+.exh-btn-hvr {
  display: none;
  /* position: inherit; */
}

.parent:hover .exh-btn-img {
  display: none;
}

.exh-btn-img:hover {
  visibility: hidden;
}

/* PRESS BUTTON + HOVER */
.press-btn-img {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("../img/menu-icons/press-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-btn-hvr {
  display: none;
  position: relative;
  width: 10px;
  height: 10px;
  background: url("../img/menu-icons/press-icon-hvr.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-btn-img-active {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background: url("../img/menu-icons/press-icon-hvr.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.parent:hover .press-btn-hvr {
  display: inline-block;
  position: inherit;
}

.parent:hover .press-btn-img-active+.press-btn-hvr {
  display: none;
}

.parent:hover .press-btn-img {
  display: none;
}

.press-btn-img:hover {
  visibility: hidden;
}

/* CONTACT BUTTON + HOVER */
.contact-btn-img {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("../img/menu-icons/contact-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-btn-hvr {
  display: none;
  position: relative;
  width: 10px;
  height: 10px;
  background: url("../img/menu-icons/contact-icon-hvr.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-btn-img-active {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background: url("../img/menu-icons/contact-icon-hvr.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.parent:hover .contact-btn-hvr {
  display: inline-block;
  position: inherit;
}

.parent:hover .contact-btn-img-active+.contact-btn-hvr {
  display: none;
}

.parent:hover .contact-btn-img {
  display: none;
}

.contact-btn-img:hover {
  visibility: hidden;
}

/*-- ENTER BUTTON --*/
.enter-btn {
  background: #fff;
  color: #1d1d1b !important;
  font-family: 'Montserrat', Arial, sans-serif;
  border-style: none;
  display: block;
  text-decoration: none;
  padding-top: 1em;
  padding-right: 1.44em;
  /*    padding-right: calc(1.44em - .15em);*/
  padding-bottom: 1em;
  padding-left: 1.44em;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .15em;
  line-height: 1em;
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

/*-- SPLASH PAGE LOGO --*/
.splash-logo {
  width: 200px;
  height: auto;
  position: absolute;
  bottom: 105px;
  left: 50px;
}

/*-- CAROUSEL --*/
.carousel-indicators li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(195, 195, 195, 0.7);
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
  right: unset;
}

.carousel-caption h5 {
  font-style: italic;
  text-align: left;
  font-size: 1rem;
}

.da-section {
  margin-bottom: 2.5rem;
  font-size: 18px;
}

@media (min-width: 768px) {
  .da-section {
    font-size: 20px;
  }
}

#myCarousel .carousel-indicators>li img {
  max-width: 100px;
  max-height: 65px;
  overflow: hidden;
}

.proj-carousel-inner {
  width: 100%;
}

.carousel-item {
  text-align: center;
}

.proj-carousel-inner img {
  display: inline-block !important;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*-- DASH --*/
.hr-div,
.heading-div {
  width: 100%;
  text-align: left;
}

hr {
  width: 27px;
  height: 0;
  border: 1px solid #838080;
  text-align: left;
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.contact-hr hr {
  margin-bottom: 1rem;
}

/*-- CV --*/
.cv-item {
  width: 100%;
  font-size: 13px;
}

.cv-date {
  vertical-align: bottom;
  padding-right: 40px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .cv-item {
    font-size: 15px;
  }

  .cv-date {
    font-size: 15px;
  }
}

td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

table {
  margin-bottom: 1.5rem;
}

/*-- ARTWORK --*/
.card {
  border: none;
  margin-top: 0;
  margin-bottom: 1rem;
}

.card:nth-last-of-type(last) {
  margin-right: 0;
}

.card-body {
  padding: 0;
  max-height: 16%;
}

.card-title {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.card-title span {
  float: none;
  text-align: center;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-img-top {
  border: none;
  border-radius: 0;
}

.artwork-title {
  font-size: 0.7rem;
}

.artwork-thumb {
  padding-left: 22px;
  padding-right: 22px;
}

.artwork-nav-prev,
.artwork-nav-next {
  position: absolute;
}

.artwork-single {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.artwork-single-desc {
  max-width: 80%;
}

.artwork-indicators {
  margin-right: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.artwork-row {
  margin-bottom: 1rem;
}

.artwork-thumbnails {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-right: 30px;
  padding-left: 30px;
}

.artwork-thumbnails ul li {
  margin: 0;
  padding: 0.5rem;
}

.artwork-thumbnails .list-inline-item:not(:last-child) {
  margin: 0;
}

.proj-nav {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -moz-box;
  /* OLD - Firefox 19- */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 60px;
}

.proj-nav.exhibition {
  justify-content: flex-end;
}

.proj-nav-first {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.proj-nav-last {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.proj-nav-prev {
  margin-right: 5px;
}

.proj-nav-next {
  margin-left: 5px;
}

span.slash {
  font-weight: 300;
  color: #1d1d1b;
  font-size: 0.8rem;
}

.proj-nav-prev,
.proj-nav-next,
.proj-nav-back {
  width: auto;
  font-weight: 300;
  color: #1d1d1b;
  font-size: 13px;
}

@media (min-width: 768px) {
  .proj-nav-prev,
  .proj-nav-next,
  .proj-nav-back {
    font-size: 15px;
  }
}

.proj-nav-back a:hover {
  color: #1d1d1b;
}

.proj-nav-thumb {
  width: 80px;
}

/*-- UPCOMING PROJECTS --*/
.upcoming-projs {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.upcoming-projs li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.upcoming-projs li img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 5rem;
  max-height: 5rem;
  margin-right: 1rem;
  height: 135px;
  width: 135px;
  object-fit: cover;
}

.upcoming-projs li .upcoming-yr p {
  font-family: "Montserrat", sans-serif;
  display: inline;
  font-weight: 300;
}

.upcoming-projs li .upcoming-desc {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
}

.upcoming-txt {
  display: flex;
  width: 100%;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  justify-content: space-between;
}

.upcoming-txt * {
  font-size: 13px;
}

@media (min-width: 768px) {
  .upcoming-txt * {
    font-size: 15px;
  }
}

.upcoming-txt .bold {
  font-weight: 600;
  color: #58585B;
}

.upcoming-txt p {
  margin: 0;
}

.upcoming-yr {
  -ms-flex-item-align: center;
  align-self: flex-end;
}

.upcoming-desc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

/*-- PRESS --*/
.card-body {
  margin-top: 15px;
  margin-bottom: 40px;
}

.card-deck-center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.press-title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-items: baseline;
}

.press-card {
  margin-bottom: 4rem !important;
  max-width: 17rem;
  margin-left: auto;
  margin-right: auto;
}

.jssocials-share-link {
  border-radius: 50%;
  width: 100%;
}

.jssocials-share-link svg {
  width: 20px;
  height: 20px;
}

.jssocials-share {
  width: 40px;
}

.share {
  width: 20px;
  position: absolute;
  top: 35px;
  left: 285px;
  z-index: 1111;
}

.socialBtn:active, .socialBtn:link, .socialBtn:visited, .socialBtn:hover {
  color: #838080;
}

/*-- CONTACT FORM --*/
.form-control {
  border-color: #1d1d1b;
  font-size: 0.9rem;
}

.form-cell {
  border-radius: 0;
  border-bottom: none;
}

.form-bottom-cell {
  border-radius: 0;
  padding-bottom: 7rem;
}

input::-webkit-input-placeholder,
input[type="text"], textarea {
  /*     font-weight: 300; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #1d1d1b;
}

input:-ms-input-placeholder,
input[type="text"], textarea {
  /*     font-weight: 300; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #1d1d1b;
}

input::placeholder,
input[type="text"], textarea {
  /*     font-weight: 300; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #1d1d1b;
}

.contact-btn {
  background-color: white;
  color: #1d1d1b;
  border-color: #1d1d1b;
}

.contact-btn:hover,
.contact-btn:active {
  background-color: #1d1d1b;
  color: white;
  border-color: #1d1d1b;
}

/*-- CAROUSEL WITH THUMBNAILS --*/
#myCarousel .list-inline {
  white-space: nowrap;
  overflow-x: auto;
}

#myCarousel .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
}

#myCarousel .carousel-indicators>li {
  width: initial;
  height: initial;
  text-indent: initial;
}

#myCarousel .carousel-indicators>li.active img {
  opacity: 0.7;
}

.artwork-carousel-next, .artwork-carousel-prev {
  position: absolute;
  top: 30%;
}

.artwork-carousel-next {
  right: -8%;
}

.artwork-carousel-prev {
  left: -8%;
}

.past-proj-carousel-prev,
.past-proj-carousel-next {
  top: 50%;
  transform: translateY(-50%);
}

.past-proj-carousel-prev {
  left: 0;
}

.past-proj-carousel-next {
  right: 0;
}

.square-artwork-prev,
.square-artwork-next {
  top: 34%;
}

.artwork-carousel-prev-h,
.artwork-carousel-next-h {
  top: 24%;
}

.artwork-indicators {
  overflow: hidden;
}

/*-- FOOTER --*/
footer .wrapper {
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
}

footer .wrapper p {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #898B8E;
  font-weight: 300;
}

@media (min-width: 768px) {
  footer .wrapper p {
    font-size: 13px;
  }
}

footer p {
  padding: 0.5rem 0 0.5rem 0rem;
  margin-top: 1rem;
  text-align: left;
  background-color: white;
}

.contact-footer {
  padding-top: 2rem;
}

/*--MISC--*/
.width100 {
  width: 100%;
}

.mg-b-0 {
  margin-bottom: 0;
}

.card-deck .card {
  width: 18rem;
}

.card-deck {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

/*-- ANIMATION --*/
#txt-delay-animation {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.card-img-top.background-image {
  background-position: center;
  background-size: cover;
  padding-top: 0px;
  height: 220px;
  background-repeat: none;
}

.card-img-top.background-image.artwork-horizontal {
  padding-top: 0px;
  height: 220px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #1d1d1b;
}

.carousel-caption {
  width: 100%;
  text-align: left;
  padding-left: 30px;
}

#myCarousel .carousel-inner {
  height: calc(100vh - (88px + 135px));
  max-height: 100%;
}

#myCarousel .carousel-inner .carousel-item {
  padding: 0px 40px;
}

/* #myCarousel .carousel-inner {height:calc(100vh - ( 88px + 57px ) );} */
/* #myCarousel .carousel-inner .carousel-item {height: 100%;} */
/* #myCarousel .carousel-inner .carousel-item img {object-fit: cover; height: 100%;} */
/*-- MEDIA QUERIES --*/
/* MAX WIDTH MEDIA QUERY FOR NAVBAR COLLAPSE TO THE RIGHT */
@media (max-width: 993px) {
  .navbar-collapse {
    position: absolute;
    top: 93px;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100%;
    width: 200px;
    background: #fff;
    z-index: 9999;
    text-align: right;
    -webkit-box-shadow: -5px 0 4px -4px #888;
    box-shadow: -5px 0 4px -4px #888;
  }

  .navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    right: -100%;
  }

  .navbar-collapse.show {
    right: 0;
    -webkit-transition: right 0.3s ease-in;
    transition: right 0.3s ease-in;
  }

  #myCarousel .carousel-inner {
    height: auto;
    max-height: auto;
    min-height: auto;
  }
}

/* REGULAR MEDIA QUERIES */
/*- Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap*/
@media(max-width: 576px) {
  .navbar {
    padding: 20px 15px;
  }

  .wrapper {
    padding-top: 60px;
  }

  .proj-nav {
    padding-top: 30px;
  }

  .card-body {
    margin-bottom: 10px;
  }
}

/*- Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .navbar {
    padding: 20px 15px;
  }

  .wrapper {
    padding-top: 80px;
  }

  .wrapper {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  footer .wrapper {
    max-width: 540px;
  }

  .full-width-wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .card-deck .card-horizontal {
    margin: 0;
  }

  .card-deck .card .artwork-horizontal {
    margin-right: 0;
  }

  .artwork-horizontal {
    width: 100%;
    height: auto;
  }

  .enter-btn {
    right: 50px;
    left: unset;
  }

  .splash-logo {
    bottom: 65px;
  }

  .press-card {
    max-width: 500px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    /*        margin-bottom: 0rem !important;*/
  }

  .navbar {
    /* padding: 1rem 0rem; */
    padding: 20px 50px;
  }

  .share {
    left: 445px;
  }

  .card-deck .card {
    width: 27rem;
  }

  .artwork-title {
    font-size: 0.8rem;
  }

  .proj-nav-thumb {
    width: 100px;
  }

  #myCarousel .carousel-inner {
    height: auto;
    max-height: auto;
    min-height: auto;
  }

  .card-body {
    margin-bottom: 10px;
  }
}

/*- Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wrapper {
    padding-right: 4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
  }

  footer .wrapper {
    max-width: 720px;
  }

  .press-wrapper {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .contact-wrapper {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .full-width-wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .upcoming-proj-wrapper {
    /* padding-right: 10rem; */
    /* padding-left: 10rem; */
  }

  .artwork-nav-prev,
  .artwork-nav-next {
    top: 20rem;
  }

  .artwork-nav-prev {
    left: 6rem;
  }

  .artwork-nav-next {
    right: 6rem;
  }

  .upcoming-projs li img {
    margin-right: 23px;
    max-width: 8rem;
    max-height: 8rem;
    height: 135px;
    width: 135px;
    object-fit: cover;
  }

  .upcoming-txt {
    max-width: 100%;
  }

  footer p {
    padding: 0.7rem 0 0.5rem 0rem;
    text-align: left;
  }

  .card-title {
    font-size: 0.9rem;
  }

  .press-card {
    margin-top: -35px;
    max-width: 10rem;
  }

  .press-card:nth-of-type(1),
  .press-card:nth-of-type(2) {
    margin-top: 0;
  }

  .artwork-title {
    font-size: 0.9rem;
  }

  .navbar {
    /* padding: 1.5rem 0rem; */
    padding: 20px 45px;
  }

  .last-artwork-nav-prev {
    top: 12rem;
    left: 5rem;
  }

  .card {
    margin-bottom: 0;
  }

  .artwork-thumbnails {
    /*max-width: 60%;*/
    max-width: 80%;
  }

  .share {
    top: 165px;
    left: 0px;
    width: 265px;
  }

  .card-deck .card {
    width: 13rem;
  }

  .h2-inline {
    display: inline;
  }

  .h2-inline span {
    display: inline;
    text-align: right;
    float: right;
  }

  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .square-artwork {
    /*max-width: 550px;*/
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .past-proj-carousel-prev {
    left: 0;
  }

  .past-proj-carousel-next {
    right: 0;
  }

  .past-proj-carousel img {
    width: auto;
    max-height: 500px;
  }

  .artwork-indicators {
    max-width: 320px;
  }
}

/*- Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }

  footer .wrapper {
    max-width: 960px;
  }

  .press-wrapper {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .contact-wrapper {
    padding-right: 15rem;
    padding-left: 15rem;
  }

  .full-width-wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .upcoming-proj-wrapper {
    /* padding-right: 14rem; */
    /* padding-left: 14rem; */
  }

  .past-proj-wrapper {
    padding-right: 8rem;
    padding-left: 8rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .artwork-nav-prev {
    top: 19rem;
    left: 12rem;
  }

  .artwork-nav-next {
    top: 19rem;
    right: 12rem;
  }

  .artwork-title {
    font-size: 0.9rem;
  }

  .last-artwork-nav-prev {
    top: 12rem;
    left: 12rem;
  }

  .dropdown-menu {
    text-align: left;
  }

  .press-card-body {
    padding-bottom: unset;
  }

  .share {
    top: 195px;
    left: 0px;
    width: 265px;
  }

  .card-deck .card {
    width: 35rem;
  }

  .press-card {
    max-width: 13rem;
  }

  .past-proj-carousel-prev {
    left: 0;
  }

  .past-proj-carousel-next {
    right: 0;
  }

  .past-proj-carousel img {
    width: auto;
    max-height: 550px;
  }
}

@media (min-width: 1024px) {
  .artwork-carousel-prev-h, .artwork-carousel-next-h {
    top: 27.5%;
  }

  .past-proj-carousel-prev,
  .past-proj-carousel-next {
    top: 48%;
  }

  .past-proj-carousel-prev {
    left: 0;
  }

  .past-proj-carousel-next {
    right: 0;
  }
}

@media (min-width: 1112px) {
  .press-card {
    max-width: 13rem;
  }
}

/*- Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }

  footer .wrapper {
    max-width: 1140px;
  }

  .press-wrapper, .past-proj-wrapper {
    padding-right: 9rem;
    padding-left: 9rem;
  }

  .contact-wrapper {
    padding-right: 20rem;
    padding-left: 20rem;
  }

  .upcoming-proj-wrapper {
    /* padding-right: 17rem; */
    /* padding-left: 17rem; */
  }

  .full-width-wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .artwork-nav-prev {
    top: 23rem;
    left: 18rem;
  }

  .artwork-nav-next {
    top: 23rem;
    right: 18rem;
  }

  footer p {
    margin-top: 1rem;
    font-size: 11pt !important;
    color: #898B8E;
  }

  .last-artwork-nav-prev {
    top: 11rem;
    left: 21rem;
  }

  .share {
    top: 36px;
    left: 263px;
    width: 20px;
  }

  .card-deck .card {
    width: 35rem;
  }

  .upcoming-projs li img {
    max-width: 8.25rem;
    max-height: 8.25rem;
    height: 135px;
    width: 135px;
    object-fit: cover;
  }

  .press-card {
    max-width: 16rem;
  }

  .artwork-carousel-prev-h, .artwork-carousel-next-h {
    top: 24%;
  }

  .past-proj-carousel-prev,
  .past-proj-carousel-next {
    top: 45%;
  }

  .past-proj-carousel-prev {
    left: 0;
  }

  .past-proj-carousel-next {
    right: 0;
  }
}

@media (min-width: 1440px) {
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .press-wrapper {
    padding-right: 11rem;
    padding-left: 11rem;
  }

  .contact-wrapper {
    padding-right: 22rem;
    padding-left: 22rem;
  }

  .upcoming-proj-wrapper,
  .past-proj-wrapper {
    /* padding-right: 21rem; */
    /* padding-left: 21rem; */
  }

  .press-card {
    max-width: 20rem;
  }

  .artwork-carousel-prev-h,
  .artwork-carousel-next-h {
    top: 27.5%;
  }

  .square-artwork {
    max-width: 620px;
  }

  .artwork-carousel-next,
  .artwork-carousel-prev {
    top: 31.5%;
  }

  .past-proj-carousel-prev,
  .past-proj-carousel-next {
    top: 45.5%;
  }

  .past-proj-carousel-prev {
    left: 0;
  }

  .past-proj-carousel-next {
    right: 0;
  }

  .share {
    top: 36px;
    left: 323px;
    width: 20px;
  }
}

@media (min-width: 2560px) {
  .past-proj-wrapper {
    padding-right: 56rem;
    padding-left: 56rem;
  }

  .artwork-carousel-prev-h,
  .artwork-carousel-next-h {
    top: 34.5%;
  }

  .square-artwork {
    max-width: 650px;
  }

  .past-proj-carousel-prev,
  .past-proj-carousel-next {
    top: 45.5%;
  }

  .past-proj-carousel-prev {
    left: 0;
  }

  .past-proj-carousel-next {
    right: 0;
  }

  .share {
    left: 333px;
  }
}

.exhibition-place-location {
  font-size: 13px;
}

.date {
  font-size: 13px;
  margin-top: 0.75rem;
}

.exhibition-txt p {
  font-size: 14px;
  color: #58585B;
  text-align: justify;
}

@media (min-width: 768px) {
  .exhibition-place-location {
    font-size: 15px;
  }

  .date {
    font-size: 15px;
  }

  .exhibition-txt p {
    font-size: 15px;
  }
}

.exhibition-details {
  margin-bottom: 2rem;
}

#myCarousel,
.artwork-image {
  margin-bottom: 3rem;
}

.single-exhibitions .artwork-image,
.single-exhibitions .carousel-item img {
  max-height: 70vh;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.essay-sub-title {
  font-size: 15px;
  text-transform: uppercase;
}

.essay-content p, .essay-content span {
  font-family: 'Mukta', sans-serif;
  font-weight: 300;
  font-size: 15px;
}

.essay-content p {
  text-align: justify;
}

.single-essay-nav {
  justify-content: flex-end;
}

.single-artwork h1 {
  font-size: 15px;
  font-weight: 400;
}

.single-artwork p {
  font-family: 'Mukta', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #58585b;
  text-align: justify;
}

@media (min-width: 768px) {
  .single-artwork h1 {
    font-size: 18px;
  }

  .single-artwork p {
    font-size: 15px;
  }
}

.navbar-brand.text {
  font-size: 20px;
  letter-spacing: 0.073em;
}

@media (min-width: 768px) {
  .navbar-brand.text {
    font-size: 23px;
  }
}

.navbar-brand.text span {
  font-weight: 400;
}
