
#content_page_wrapper hr.tiny {
    color: #eeeeee;
}


/* on Gallery pages add Drop-Shadow to all images */
.gallery .assets_container div.image img {
  -webkit-filter: drop-shadow(5px 5px 5px #222222);
  filter: drop-shadow(5px 5px 5px #222222);
}


/* on Contact Page add Drop-Shadow  Image */
.sixcol img{
  -webkit-filter: drop-shadow(5px 5px 5px #222222);
  filter: drop-shadow(5px 5px 5px #222222);
}


/* on Archive / Custom Page add Drop-Shadow to Images */
.fourcol img{
  -webkit-filter: drop-shadow(5px 5px 5px #222222);
  filter: drop-shadow(5px 5px 5px #222222);
}


/* on Archive subpage Increase Image Set Caption Font */
.image-set-lightbox-caption.active {
    font-size: 17px;
}


/* on Home Page hide Video Player Bottom Control Bar  */
.vjs-has-started .vjs-control-bar {
    visibility: hidden;
    opacity: 0;
}


/* on Home Page hide big Pause/Play video button */
.cld-video-player.vjs-paused .vjs-big-play-button, .cld-video-player.vjs-paused.vjs-has-started .vjs-big-play-button {
    opacity: 0;
    visibility: hidden;
}


/* Smaller Gallery Images to allow room on borders for Drop Shadows */
.gallery .flexslider .slides, .gallery .flexslider .slides > li {
    height: 95%;
    max-height: 95%;
}


/* Smaller pop-up Caption Box on Mobile Galleries */
#caption-mobile {
    padding: 5px 15px 15px 15px;
}


/* Adjust Opacity, size and position to reduce the Mobile Gallery Caption button impact on screen space for Paintings*/
button#caption-trigger{
  opacity: 75%;
  width: 25px;
  height: 35px;
}
button#caption-close{
  opacity: 100%;
  width: 25px;
  height: 35px;
}
button#caption-trigger svg
{
  width: 30px;
  height: 30px;
}
button#caption-close svg
{
  width: 30px;
  height: 30px;
}

/* larger thumbnails 
.gallery .pagination li img {
    max-height: 70px;
    width: auto;
    height: 70px;
}
*/