/* Layout */
.exhibitions * {
  color: var(--body-text);
}

.exhibitions a:visited {
  color: inherit;
}

.exhibitions {
  padding-top: 15em;
  padding-bottom: 15em;
}

/* ASPRA PLAISIA MEGETHOS */

.exhibitions>.container-right,
.exhibitions>.container-left {
  background-color: white;
  max-width: 85%;
  margin-bottom: 3.02em;
}

.exhibitions>.container-right {
  margin-right: 0;
}

.exhibitions>.container-left {
  margin-left: 0;
}

.container-title {
  max-width: 85%;
  margin-right: 0;
}

.container-column {
  max-width: 70em;
  margin: auto;
}

.container-right,
.container-left {
  background-color: white;
  max-width: 85%;
  margin-top: 15em;
  padding-top: 3em;
  padding-bottom: 3em;

}

.container-right {
  margin-right: 0;
}

.container-left {
  margin-left: 0;
}

.container-right .metadata,
.container-left .metadata {
  padding-right: 7%;
  margin-bottom: 5em;
}

.exhibitions>.container-bottom {
  padding-bottom: 4em;
}


/* Breadcrumbs */
.custom-breadcrumb .breadcrumb {
  justify-content: flex-end;
  margin-top: -3em;
  margin-bottom: 5em;
}

.breadcrumb * {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgb(250, 72, 18);
  font-weight:500
}

.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  cursor: pointer;
  color: var(--white);
  font-weight: 400;
}

.breadcrumb-item.active {
  color: var(--white);
  font-weight: 200;
}

/* Main Title */
.title {
  font-size: 3.5rem;
  margin-bottom: -1.8em;
  font-family: 'Roboto', sans-serif;
  font-weight: 475;

  color: aliceblue;

  /* background: linear-gradient( to bottom, var(--light-blue) 50%, #061237);
	background-clip: text;
  -webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}

.right .title {
  text-align: left;
  margin-left: 5.4vw;
}

.left .title {
  text-align: right;
  padding-right: 19.5vw;
  margin-right: 0.5vw;
}

/* Main Photo */
.main-photo {
  position: relative;
  top: -12em;
  height: 25em;
  width: 90%;
  max-width: 59em;
  margin-bottom: -10em;
  background-color: gray;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.left .main-photo {
  margin-left: auto;
  margin-right: 5.4vw;
}

.right .main-photo {
  margin-left: 5.4vw;
  margin-right: auto;
}

/* PROJECT DESCRIPTION */
.work {
  text-align: center;
  margin-bottom: 2em;
}

/* TIPOTA TO IDIO AKYRON */
.work job {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: rgb(56, 60, 79);
}

.work name {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  color: rgb(2, 2, 75);
}

.metadata .job * {
  color: var(--dark-blue);
  font-size: 0.95rem;
  margin-top: 1.2em;
}
/* THE CURATOR */
.metadata .job name {
  font-weight: 500;
}

/* Info */
.info {
  max-width: 85.5%;
}

.left .info {
  margin-left: auto;
  margin-right: 4.7vw;
}

.right .info {
  margin-left: 4.7vw;
}

/* Metadata */
.left .metadata {
  text-align: start;
}

.right .metadata {
  text-align: start;
}

/* ΤΙΤΛΟΙ ΕΙΚΑΣΤΙΚΗ ΕΚΘΕΣΗ ΚΠΛ */

.subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  /* font-style: italic; */
  font-size: 2.0rem;
  color: var(--gold);
  margin-top: 0.7em;
}

.artists {
  font-family: 'Roboto', serif;
  font-size: 1.5rem;
  color: var(--dark-blue);
  margin-top: 0.05em
}
/* ΤΟΠΟΘΕΣΙΑ ΚΑΙ date*/
.location,
.location>*,
.date p {
  font-size: 1.2rem;
  color: grey;
  opacity: 1;
}

.location {
  margin-top: 6em;
}

.location .divider {
  display: block;
  width: 80%;
  border-top: 1px solid grey;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  opacity: 0.6;
}

.subtitle a,
.artists a,
.location a {
  text-decoration: none;
}

.subtitle a:hover,
.artists a:hover,
.location a:hover,
.production a:hover {
  color: var(--links-hover);
}

.date p {
  font-size: 0.8rem;
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.production a {
  color: grey;
  opacity: 0.5;
  font-size: 0.8rem;
  margin-bottom: 14em;
  text-decoration: none;
}

.catalogue, .vtour {
  cursor: pointer;
  margin-left: 0.6vw;
}

.extras a {
  display: block;
}

/* Description */
blockquote p {
  line-height: 1.9rem;
  color: rgb(103, 103, 103);
}

/* ΚΕΙΜΕΝΟ ΜΕΣΑ ΣΤΑ ΑΣΠΡΑ ΠΛΑΙΣΙΑ, ΚΑΤΕΒΑΣΜΑ, ΜΕΓΕΘΟΣ ΓΡΑΜΜΑΤΩΝ ΚΛΠ */
.description .blockquote {
  text-align: justify;  
  font-size: 1rem;
  max-width: 65ch;
  word-spacing: -2px;
  margin-top: 25px;
}

.description .blockquote-footer {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: right;
  margin-top: 2em;
  margin-bottom: 4em;
}

.left .description .blockquote-footer {
  text-align: right;
}

.right .description .blockquote-footer {
  text-align: right;
}

.color-text-box {
  background-color: black;
  border-radius: 5px;
  padding: 2em 1.8em;
  margin: 3em 0;
  box-shadow: -15px 15px 20px 5px rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.color-text-box p {
  text-align: justify;
  word-spacing: -2px;
  max-width: 50ch;
  margin: auto;
  color: white;
}

/* Video */
.video {
  width: 50%;
  max-width: 50em;
  margin: auto;
  margin-top: 10em;
  margin-bottom: 12em;
  margin-right: 15vw;

  overflow: hidden;
}

.left .video {
  margin-right: 15vw;
}

.right .video {
  margin-left: 15%;
}

.fa-youtube {
  color: var(--light-blue);
  font-size: 4em;
  cursor: pointer;
  display: block;
  margin: auto;
}

.embed {
  cursor: pointer;
}

.embed:hover .fa-youtube {
  color: rgb(204, 0, 0);
}

.overlayVideo {
  display: flex;
  width: 100%;
  height: 420px;
  background-color: grey;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 500px;
  margin-top: -500px;
}

.video .caption p {
  max-width: 60ch;
  font-size: 0.9rem;
  font-weight: 200;
  line-height: 1.5rem;
  margin-top: 1em;
  color: white;
  margin: auto;
  text-align: center;
}

/* Photos */
.photos {
  width: 70%;
  margin: auto;
  /* max-width: 80em; */
  padding: 0;
  margin-top: 10em;
}

/* .left .photos {
  margin-right: 15%;
}

.right .photos {
  margin-left: 15%;
} */

.custom-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}

/* Photos Carousel */
.carousel-inner {
  padding: 1em;
}

.modal-header {
  border-bottom: 0;
}

.modal-photos {
  background-color: rgba(0, 0, 0, 0.9);
}

.carousel-photos {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-photos>.carousel-inner {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-item>img {
  height: 80vh;
  object-fit: contain;
}

/* Press */
.press {
  text-align: left;
  padding-left: 3em;
  padding-right: 3em;
  margin: auto;
}

.press p {
  max-width: 65ch;
}

.press h2 {
  color: var(--dark-blue);
  font-family: 'Source Serif Pro', serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1em;
  text-align: center;
}

.press a {
  text-decoration: none;
  opacity: 1;
}

.press a>* {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  word-wrap: break-word;
}

.press a:hover {
  color: var(--light-blue);
}

/* .metadata a:visited, .press a:visited {
  color: inherit;
} */

/* .press img {
  max-width: 100%;
  height: auto;
} */



/* Media Queries*/
@media only screen and (max-width: 992px) {
  .custom-breadcrumb .breadcrumb {
    justify-content: center;
  }

  .exhibitions>.container-left,
  .container-right,
  .exhibitions>.container-right,
  .container-right {
    max-width: 100%;
  }

  .exhibitions .title {
    text-align: center;
    padding-right: inherit;
  }

  .container-title {
    max-width: 85%;
    margin: auto;
  }

  .main-photo {
    margin-left: auto;
    margin-right: auto;
  }

  .info {
    width: 90%;
    margin: auto;
    margin-top: 3rem;
  }

  .description .blockquote {
    margin: auto;
  }

  .description .blockquote-footer {
    text-align: center;
  }

  .left .video,
  .right .video {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .metadata * {
    text-align: center;
  }

  .location .divider {
    width: 100%;
  }

  .left .photos,
  .right .photos {
    margin-left: auto;
    margin-right: auto;
  }

  .left .color-text-box,
  .right .color-text-box {
    width: 100%;
  }

  .left .color-text-box::before,
  .right .color-text-box::before {
    display: none;
  }

  .info,
  .left .info,
  .right .info {
    margin: auto;
  }
}

@media only screen and (max-width: 770px) {
  .press {
    text-align: center;
  }

  .container-right .metadata,
  .container-left .metadata {
    padding-right: auto;
  }

}