/* the lightbox inline customizer built css will be enqueued to this stylesheet */

/* setup opacity hover */
.pswp__button,
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  opacity: 0.5;
}

/* setup the default colors from customizer options */
.pswp__bg {
	background-color: #ffffff;
	opacity: 1;
}
.pswp__button,
.pswp__counter,
.pswp__caption,
.pswp__caption__center {
  color: #333333;
}

/* show / hide options based on customizer settings */
.jnp_lightbox_arrows_0 .pswp__button.pswp__button--arrow--left,
.jnp_lightbox_arrows_0 .pswp__button.pswp__button--arrow--right {
  display: none !important;
}
.jnp_lightbox_counter_0 .pswp__counter {
  display: none !important;
}
.jnp_lightbox_zoom_0 .pswp__button--zoom {
  display: none !important;
}
.jnp_lightbox_fullscreen_0 .pswp__button--fs {
  display: none !important;
}
.jnp_lightbox_close_0 .pswp__button--close {
  display: none !important;
}
