.home-event-teaser {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.viewing-rooms #content {
  padding: 0 20px;
}

.viewing-room-slideshow-wrap {
  max-width: 1100px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.viewing-room-artist-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.viewing-room-photo-gallery-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.viewing-room-press-release-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.viewing-room-press-release-wrap p {
  width: 100% !important;
  text-align: justify;
}

.viewing-room-photo-list {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

.viewing-rooms h6 {
  text-decoration: underline;
}

@media only screen and (min-width: 800px) {
  .viewing-room-photo-list {
    justify-content: space-between;
  }
}

.viewing-room-photo-list li {
  list-style: none;
  margin-top: 40px;
  max-width: 450px;
  padding: 0 20px;
}

/* .viewing-room-artwork-li-wrap img {
	width: 250px;
	height: 250px;
	object-fit: contain;
} */

.viewing-room-artwork-li-wrap img {
  width: 450px;
  height: 450px;
  object-fit: contain;
}

.viewing-room-artwork-li-wrap img:hover {
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
}

.viewing-rooms .bx-wrapper {
  box-shadow: none;
  border: none;
}

.viewing-rooms .bx-wrapper ul {
  margin-left: 0px;
}

.viewing-rooms .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.viewing-rooms .bx-wrapper .bx-next:link {
  right: 5px;
  background: url(/assets/images/slider-next-arrow-wht.svg) no-repeat;
  background-size: 32px;
}

.viewing-rooms .bx-wrapper .bx-next:hover {
  right: 5px;
  background: url(/assets/images/slider-next-arrow-wht.svg) no-repeat;
  background-size: 32px;
  opacity: 0.5;
}

.viewing-rooms .bx-wrapper .bx-prev:link {
  left: 10px;
  background: url(/assets/images/slider-previous-arrow-wht.svg) no-repeat;
  background-size: 32px;
}

.viewing-rooms .bx-wrapper .bx-prev:hover {
  opacity: 0.5;
}

.viewing-room-artwork-li-details {
  margin-top: 10px;
  margin-bottom: 10px;
}

.viewing-room-artwork-li-details p {
  margin-bottom: 5px;
}

.viewing-room-hold {
  cursor: default;
  background-color: #666;
  border-color: #666;
}

.viewing-room-hold:hover {
  background-color: #666;
  border-color: #666;
}

.video-section {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.video-featured-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 56.25% 0 0 0;
  position: relative;
}

.video-featured-item iframe {
  max-width: 1000px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.viewing-rooms .video-section-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.viewing-rooms .video-section-wrap h4 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

.video-grid-list-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.video-grid-list-items iframe {
  max-width: 480px;
  max-height: 338px;
}

.video-grid-list-items li {
  list-style: none;
}

.schedule-content-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.schedule-event-header-wrap {
  text-align: center;
}

.schedule-event-title-wrap h3 {
  font-size: 28px;
  margin-bottom: 0px;
}

.schedule-event-date-wrap ul {
  display: flex;
  justify-content: center;
  margin: 0;
}

.schedule-event-date-wrap li {
  color: #0089b7;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  list-style-type: none;
}

.schedule-event-date-wrap li:last-of-type {
  padding-left: 5px;
}

.schedule-event-image-wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.schedule-info-wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffac84;
  padding: 30px 0px;
  margin-bottom: 30px;
}

.schedule-info-wrap p {
  text-align: center;
  font-size: 18px;
  color: #666;
}

.schedule-info-wrap .schedule-link {
  color: #fff;
  display: inline-block;
}

.schedule-info-wrap .schedule-link:hover {
  color: #666;
}

.schedule-info-wrap .schedule-button-wrap a {
  text-decoration: none;
  padding-top: 10px !important;
  background-color: #666;
  padding: 10px 20px;
}

.schedule-info-wrap .schedule-button-wrap a:hover {
  background-color: #fff;
}

.schedule-button-wrap {
  text-align: center;
}

.schedule-link {
  color: #fff;
  display: inline-block;
}

.schedule-link:hover {
  color: #fff;
}

.schedule-button-wrap a {
  text-decoration: none;
  padding-top: 10px !important;
  background-color: #666;
  padding: 10px 20px;
}

.schedule-button-wrap a:hover {
  background-color: #0089b7;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "_";
  display: block;
  height: 0;
  position: absolute;
  margin-top: 8px;
  top: 0%;
  color: #fff;
  right: 1.5rem;
  box-shadow: 0 0 0 1px #666666, 0 7px 0 1px #666666, 0 14px 0 1px #666666;
  width: 16px;
}

/* .viewing-room-photo-list li:first-of-type {
  display: none;
} */

.viewing-room-purchase {
  display: none;
}

.about.index h5 {
  color: #0089b7;
}

.about-content-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
