/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/*.pswp--zoom-allowed .pswp__img {
height: auto!important;
}*/

.pswp__scroll-wrap .pswp__caption {
    opacity: 1;
}
.pswp__scroll-wrap .pswp__ui--idle .pswp__caption,
.pswp__scroll-wrap .pswp__ui--hidden .pswp__caption {
    opacity: 0;
}

/* Pfeile Links und Rechts */

.pswp__button--arrow--left::before{
    width: 20px !important;
    height: 20px !important;
    content: url(/wp-content/themes/Impreza-child/icons/chevron-thin-left-black.svg) !important;
    position: absolute !important;
    background: none !important;
}

.pswp__button--arrow--right::before{
    width: 20px !important;
    height: 20px !important;
    content: url(/wp-content/themes/Impreza-child/icons/chevron-thin-right-black.svg) !important;
    position: absolute !important;
    background: none !important;
}

/* Lightbox Farbe */

.pswp__bg {
    background-color:white !important;
    opacity: 1 !important;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar, .pswp__caption, .pswp__top-bar {
    background-color: rgba(255,255,255,1) !important;
}

.pswp__caption__center {
    text-align: center !important;
    color: black !important;
}

.pswp__counter {
    color:black !important; 
}


.pswp__button--zoom, .pswp__button--fs, .pswp__button--close {
    background-image: url(/wp-content/themes/Impreza-child/icons/index-black.png) !important;
}