/*
Theme Name: Stanford Arts - Beaver Builder Child Theme
Theme URI: http://arts.stanford.edu
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Robert DeArmond
Author URI: https://twitter.com/Skwalin
template: bb-theme
*/
/* Add your custom styles here... */
#slideshow {
  display: none;
  overflow: hidden;
  width: 100%;
}
#slideshow .previous, #slideshow .next {
  overflow: hidden;
  position: absolute;
  left: -19px;
  z-index: 20;
  height: 0;
  width: 0;
  border: 10px solid gray;
  border-left: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin-top: -10px;
  text-indent: -10000px;
}
@media only screen and (max-width: 768px) {
  #slideshow .previous, #slideshow .next {
    display: none;
  }
}
#slideshow .next {
  left: auto;
  right: -19px;
  border-right: 0;
  border-left: 10px solid gray;
}

#slideshow-photos {
  position: relative;
  width: 100%;
}
#slideshow-photos li {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  list-style: none;
}
#slideshow-photos li.nextImg {
  z-index: 9;
}
#slideshow-photos li .img {
  position: relative;
  background: lightgrey;
}
#slideshow-photos img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-height: 760px;
}

#slideshow-nav:after {
  content: "";
  display: table;
  clear: both;
}
#slideshow-nav li {
  float: left;
  position: relative;
  width: 39px;
  height: 30px;
  padding: 9px 0 0;
  opacity: 0.5;
}
#slideshow-nav li.active {
  opacity: 1;
}
#slideshow-nav img {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.fl-photo-caption {
  white-space: normal;
}

/* Art Spaces Database */
button.wdt-clear-filters-button {
  background: #ddd;
}

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