@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap");
.wb-text, .wb-page-title-header {
  font-family: "Poppins", sans-serif;
  padding-top: 0;
}

.wb-text .red-line, .wb-page-title-header .red-line {
  border: 2px solid #ef1212;
  width: 50px;
  margin-bottom: 8px;
  margin-right: 8px;
}

.wb-text .wb-page-title, .wb-page-title-header .wb-page-title {
  color: #000;
}

.cover {
  object-fit: cover;
}

#our-exhibitions-hero {
  margin: 0;
  padding: 0;
  position: relative;
}
#our-exhibitions-hero .our-exhibitions-hero-image {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  position: relative;
}
#our-exhibitions-hero .our-exhibitions-hero-image img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
#our-exhibitions-hero .our-exhibitions-hero-content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 60px;
  bottom: 0px;
  color: #fff;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event {
  width: 100%;
  padding-left: 50px;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event ul {
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style-type: none;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event ul li.hero-event-item {
  margin: 10px 0px;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event ul li.hero-event-item img {
  height: 110px;
  width: 110px;
  border-radius: 3px;
  opacity: 0.5;
  object-fit: cover;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event ul li.hero-event-item.active img {
  opacity: 1;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-find {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-find button svg {
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected {
  position: absolute;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected.active .hero-event-selected-pin .pin-active {
  display: block;
  margin-left: 10px;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected.active .hero-event-selected-pin .pin-default {
  display: none;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected.active .hero-event-selected-pin svg {
  margin-top: -25px;
  margin-left: -10px;
  height: 50px;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected.active .hero-event-selected-item {
  z-index: 10;
  display: block;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected .hero-event-selected-pin .pin-active {
  display: none;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected .hero-event-selected-pin .pin-active svg path {
  fill: #ef1212;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected .hero-event-selected-pin .pin-default {
  display: block;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected .hero-event-selected-pin svg {
  color: #000;
  height: 30px;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected .hero-event-selected-item {
  position: relative;
  left: 10px;
  top: 40px;
  display: none;
  text-decoration: none;
  -webkit-box-shadow: 0px 25px 66px -24px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 25px 66px -24px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 25px 66px -24px rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  background-color: #fff;
  width: 300px;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected .hero-event-selected-item img {
  width: 300px;
  height: 300px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  object-fit: cover;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected .hero-event-selected-item .selected-item-content {
  background-color: #fff;
  padding: 20px;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected .hero-event-selected-item .selected-item-content .selected-item-content-name {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
#our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected .hero-event-selected-item .selected-item-content .selected-item-content-location {
  margin-top: 5px;
  color: gray;
  font-size: 0.8rem;
  line-height: 1;
}

@media only screen and (max-width: 820px) {
  #our-exhibitions-hero .our-exhibitions-hero-content .hero-event {
    position: absolute;
    bottom: 0;
    padding: 0;
  }
  #our-exhibitions-hero .our-exhibitions-hero-content .hero-event ul {
    margin: 20px;
    display: flex;
  }
  #our-exhibitions-hero .our-exhibitions-hero-content .hero-event ul li.hero-event-item {
    margin: 10px;
  }
  #our-exhibitions-hero .our-exhibitions-hero-content .hero-event ul li.hero-event-item img {
    height: 90px;
    width: 90px;
  }
  #our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected.pin {
    display: none;
  }
  #our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected.overlay.active {
    position: relative;
    top: 140px !important;
    left: 0 !important;
    width: 100%;
    margin-top: -100px;
  }
  #our-exhibitions-hero .our-exhibitions-hero-content .hero-event-selected.overlay.active .hero-event-selected-item {
    margin: 0px auto;
    left: 0;
  }
}
@media only screen and (max-width: 480px) {
  #our-exhibitions-hero .our-exhibitions-hero-content .hero-event ul li.hero-event-item img {
    height: 60px;
    width: 60px;
  }
}
#our-exhibitions-selections {
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
}
#our-exhibitions-selections .wb-std-button-left, #our-exhibitions-selections .wb-std-button-right {
  border: #d0d0d0 solid 1px;
  color: #ef1212;
  border-radius: 0;
}
#our-exhibitions-selections a {
  flex: 1;
  min-width: 250px;
  width: 100%;
  font-size: 1.3rem;
}
#our-exhibitions-selections a .wb-std-button {
  text-transform: none;
  margin: 0;
}
#our-exhibitions-selections a button {
  width: 100%;
  background-color: #fff;
  padding: 35px 0;
}

#our-exhibitions-response .response-headline {
  margin: 60px 0px;
  text-transform: uppercase;
  color: #ef1212;
  text-align: center;
  font-size: 1.6rem;
}
#our-exhibitions-response .response-count {
  font-size: 1rem;
}
#our-exhibitions-response .response-input-container {
  position: relative;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  margin: 10px 0px;
}
#our-exhibitions-response .response-input-container .response-input {
  border: 0;
  width: 90%;
  padding: 20px;
  font-size: 0.9em;
  outline: 0;
}
#our-exhibitions-response .response-input-container .response-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d0d0d0;
  opacity: 1;
  /* Firefox */
}
#our-exhibitions-response .response-input-container .response-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d0d0d0;
}
#our-exhibitions-response .response-input-container .response-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d0d0d0;
}
#our-exhibitions-response .response-input-container .response-submit {
  position: absolute;
  right: 0;
  color: #ef1212;
  padding: 20px;
  background-color: #fff;
  border: 0;
  font-size: 0.9em;
  cursor: pointer;
  outline: 0;
}
#our-exhibitions-response .response-visitors {
  position: relative;
}
#our-exhibitions-response .response-visitors .response-visitor {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}
#our-exhibitions-response .response-visitors .response-visitor .visitor-head {
  position: relative;
  font-size: 1rem;
}
#our-exhibitions-response .response-visitors .response-visitor .visitor-head img {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  object-fit: cover;
}
#our-exhibitions-response .response-visitors .response-visitor .visitor-head .head-info {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px;
}
#our-exhibitions-response .response-visitors .response-visitor .visitor-head .head-info .info-name {
  color: #000;
}
#our-exhibitions-response .response-visitors .response-visitor .visitor-head .head-info .info-time {
  color: gray;
  font-size: 0.8rem;
}
#our-exhibitions-response .response-visitors .response-visitor .visitor-head .head-reply {
  position: absolute;
  right: 0px;
  top: 0px;
}
#our-exhibitions-response .response-visitors .response-visitor .visitor-head .head-reply button {
  text-transform: uppercase;
  color: gray;
  padding: 10px;
  background-color: #fff;
  border: 0;
  font-size: 0.8em;
  cursor: pointer;
  outline: 0;
}
#our-exhibitions-response .response-visitors .response-visitor .visitor-content {
  position: relative;
  margin: 10px 0px;
  font-size: 12px;
  color: gray;
}

#our-exhibitions-gallerie {
  margin-bottom: 80px;
}
#our-exhibitions-gallerie .wb-container h2 {
  font-size: 1.3rem;
}
#our-exhibitions-gallerie .wb-container ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
#our-exhibitions-gallerie .wb-container ul li {
  margin: 10px;
  min-width: 220px;
  border-radius: 3px;
  background-color: #fff;
  flex: 1;
}
#our-exhibitions-gallerie .wb-container ul li img {
  width: 100%;
  height: 250px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  object-fit: cover;
}
#our-exhibitions-gallerie .wb-container ul li .list-item-content {
  padding: 10px 0px;
}
#our-exhibitions-gallerie .wb-container ul li .list-item-content .content-name {
  color: #000;
  font-size: 1rem;
  line-height: 1;
}
#our-exhibitions-gallerie .wb-container ul li .list-item-content .content-location {
  margin-top: 10px;
  color: gray;
  font-size: 0.8em;
}
#our-exhibitions-gallerie .wb-container ul li .list-item-content .content-location svg {
  width: 10px;
  opacity: 0.2;
}
#our-exhibitions-gallerie .wb-container ul .list-item-footer {
  margin: 0px;
  padding: 0px;
}
#our-exhibitions-gallerie .wb-container ul:first-child {
  margin-left: -10px;
}
#our-exhibitions-gallerie .wb-container ul:last-child {
  margin-right: -10px;
}

@media only screen and (max-width: 820px) {
  #our-exhibitions-gallerie .wb-container ul li {
    width: 100%;
  }
  #our-exhibitions-gallerie .wb-container ul li img {
    width: 100%;
  }
}
#our-exhibitions-gallerie-item {
  margin-bottom: 80px;
}
#our-exhibitions-gallerie-item .wb-container {
  display: flex;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-images {
  flex: 1;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-images img {
  object-fit: cover;
  max-height: 500px;
  width: 100%;
  border-radius: 3px;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-images .gallerie-item-image-list {
  max-width: 500px;
  width: 100%;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-images .gallerie-item-image-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-images .gallerie-item-image-list ul li.image-list-item img {
  height: 100px;
  width: 100px;
  border-radius: 3px;
  opacity: 0.5;
  margin: 5px;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-images .gallerie-item-image-list ul li.image-list-item.active img {
  opacity: 1;
  border: 2px solid #ef1212;
  border-radius: 0px;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-content {
  flex: 1;
  padding-left: 50px;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-content .headline {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-content .subheadline {
  color: #ef1212;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-content .description {
  margin-bottom: 30px;
  font-size: 12px;
  color: gray;
  line-height: 1.8;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-content .list ul {
  padding: 0;
  list-style-type: none;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-content .list ul li {
  font-size: 12px;
  color: gray;
  margin: 10px 0px;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-content .list ul li svg {
  height: 12px;
  margin-right: 10px;
  opacity: 0.2;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-content button svg {
  height: 15px;
  margin-top: -2px;
  margin-right: 5px;
}
#our-exhibitions-gallerie-item .wb-container .gallerie-item-content button svg path {
  fill: #fff;
}

@media only screen and (max-width: 820px) {
  #our-exhibitions-gallerie-item .wb-container {
    flex-wrap: wrap;
  }
  #our-exhibitions-gallerie-item .wb-container .gallerie-item-images {
    min-width: 100%;
  }
  #our-exhibitions-gallerie-item .wb-container .gallerie-item-images .item-image-list {
    min-width: 100%;
  }
  #our-exhibitions-gallerie-item .wb-container .gallerie-item-content {
    min-width: 100%;
    padding: 0px;
  }
  #our-exhibitions-gallerie-item .wb-container .gallerie-item-content .headline {
    margin-top: 30px;
  }
}
#our-exhibitions-event-item {
  margin-bottom: 80px;
}
#our-exhibitions-event-item .wb-container {
  display: flex;
}
#our-exhibitions-event-item .wb-container .event-item-images {
  flex: 1;
}
#our-exhibitions-event-item .wb-container .event-item-images img {
  object-fit: cover;
  max-height: 500px;
  width: 100%;
  border-radius: 3px;
}
#our-exhibitions-event-item .wb-container .event-item-content {
  flex: 1;
  padding-left: 50px;
}
#our-exhibitions-event-item .wb-container .event-item-content .headline {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
}
#our-exhibitions-event-item .wb-container .event-item-content .date {
  margin: 10px 0;
  font-weight: 100;
  color: #ef1212;
}
#our-exhibitions-event-item .wb-container .event-item-content .location {
  margin: 10px 0;
  font-size: 0.8em;
  color: gray;
}
#our-exhibitions-event-item .wb-container .event-item-content .location svg {
  height: 12px;
  width: 9px;
  margin-right: 10px;
}
#our-exhibitions-event-item .wb-container .event-item-content .description {
  margin-bottom: 30px;
  font-size: 12px;
  color: gray;
}
#our-exhibitions-event-item .wb-container .event-item-content button svg {
  height: 15px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
#our-exhibitions-event-item .wb-container .event-item-content button svg path {
  fill: #fff;
}

@media only screen and (max-width: 820px) {
  #our-exhibitions-event-item .wb-container {
    flex-wrap: wrap;
  }
  #our-exhibitions-event-item .wb-container .event-item-images {
    min-width: 100%;
  }
  #our-exhibitions-event-item .wb-container .event-item-content {
    margin-top: 30px;
    min-width: 100%;
    padding: 0px;
  }
}
#our-exhibitions-scheduler {
  margin-bottom: 80px;
}
#our-exhibitions-scheduler .wb-container h2 {
  font-size: 1.3rem;
}
#our-exhibitions-scheduler .wb-container .events {
  margin-bottom: 50px;
}
#our-exhibitions-scheduler .wb-container .events ul {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
#our-exhibitions-scheduler .wb-container .events ul li {
  margin: 20px;
  border-radius: 3px;
  background-color: #fff;
  flex: 1;
  min-width: 250px;
}
#our-exhibitions-scheduler .wb-container .events ul li img {
  width: 100%;
  height: 200px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  object-fit: cover;
}
#our-exhibitions-scheduler .wb-container .events ul li a .content h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 100;
}
#our-exhibitions-scheduler .wb-container .events ul li a .content .date {
  font-size: 12px;
  color: #ef1212;
}
#our-exhibitions-scheduler .wb-container .events ul li a .content .location {
  font-size: 12px;
  color: gray;
}
#our-exhibitions-scheduler .wb-container .events ul li a .content .location svg {
  height: 12px;
  width: 9px;
  margin-right: 5px;
  margin-top: -2px;
  opacity: 0.2;
}
#our-exhibitions-scheduler .wb-container .events ul li a:hover {
  text-decoration: none;
}
#our-exhibitions-scheduler .wb-container .next-events {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 50px;
}
#our-exhibitions-scheduler .wb-container .next-events .event {
  width: 50%;
  padding: 20px;
  flex-grow: 1;
}
#our-exhibitions-scheduler .wb-container .next-events .event .item {
  display: flex;
}
#our-exhibitions-scheduler .wb-container .next-events .event .item img {
  object-fit: cover;
  max-width: 120px;
  max-height: 120px;
  border-radius: 3px;
  flex: 1;
}
#our-exhibitions-scheduler .wb-container .next-events .event .item .content {
  flex: 1;
  margin-left: 20px;
}
#our-exhibitions-scheduler .wb-container .next-events .event .item .content h4 {
  margin: 0;
  font-weight: 100;
  font-size: 1rem;
}
#our-exhibitions-scheduler .wb-container .next-events .event .item .content .date {
  font-size: 12px;
  color: #ef1212;
}
#our-exhibitions-scheduler .wb-container .next-events .event .item .content .location {
  font-size: 12px;
  color: gray;
}
#our-exhibitions-scheduler .wb-container .next-events .event .item .content .location svg {
  height: 12px;
  width: 9px;
  margin-right: 5px;
  margin-top: -2px;
  opacity: 0.2;
}
#our-exhibitions-scheduler .wb-container .past-events .events {
  font-size: 0.9em;
  border-collapse: collapse;
  width: 100%;
}
#our-exhibitions-scheduler .wb-container .past-events .events td, #our-exhibitions-scheduler .wb-container .past-events .events th {
  border-bottom: 1px solid #d0d0d0;
  padding-top: 14px;
  padding-bottom: 14px;
}
#our-exhibitions-scheduler .wb-container .past-events .events tr:nth-child(even) {
  background-color: #f7f7f7;
}
#our-exhibitions-scheduler .wb-container .past-events .events th {
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
  text-align: left;
  background-color: #fff;
  color: #000;
}
#our-exhibitions-scheduler .wb-container .past-events .events td a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
}
#our-exhibitions-scheduler .wb-container .past-events .events td.location {
  color: gray;
}
#our-exhibitions-scheduler .wb-container .past-events .events td.date {
  color: #ef1212;
}

@media only screen and (max-width: 960px) {
  #our-exhibitions-scheduler .wb-container .past-events .events th {
    display: none;
    border: none;
  }
  #our-exhibitions-scheduler .wb-container .past-events .events tr {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 10px;
  }
  #our-exhibitions-scheduler .wb-container .past-events .events tr td {
    min-width: 200px;
    width: 100%;
    border: none;
    padding: 0;
  }
  #our-exhibitions-scheduler .wb-container .next-events .event {
    width: 100%;
  }
}
/*# sourceMappingURL=ourExhibitions.css.map */

/*# sourceMappingURL=ourExhibitions.css.map */
