.et-db #et-boc .et-fb-modules-list li.el_image_carousel::before,
.et-db #et-boc .et-l .et-fb-modules-list li.el_image_carousel::before,
.et-db #et-boc .et_fb_saved_layouts_list li.el_image_carousel::before {
font-family: dashicons;
content: "\F13D";
}
.el-image-carousel-inner{
position: relative;
}
.el-image-carousel-img-wrap{
position: relative;
}
.el-image-carousel-img-wrap img{
display: block;
width: 100%;
height: auto;
object-fit: cover;
border: 0 solid #000;
}
.el-image-carousel-img-overlay{
padding: 1em;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: hsla(0, 0%, 100%, .9);
pointer-events: none;
transition: all .3s;
border: 0 solid #e5e5e5;
box-sizing: border-box;
backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
opacity: 0;
z-index: -1;
}
.el-image-carousel-item:hover .el-image-carousel-img-overlay{
opacity: 1;
z-index: 1;
}
.el-image-carousel-thumbs{
margin: 20px auto 0;
}
.el-image-carousel-thumb-item img{
width: 100%;
height: 150px;
object-fit: cover;
}
.el-image-carousel-thumbs .swiper-slide {
background-color: #000;
}
.el-image-carousel-thumbs .swiper-slide img{
display: block;
opacity: 0.55;
transition: opacity 0.15s ease-in-out;
}
.el-image-carousel-thumbs .swiper-slide-thumb-active img,
.el-image-carousel-thumbs .swiper-slide-active img{
opacity: 1;
}
.el_image_carousel .dge-overlay-icon-wrap{
pointer-events: all;
}
.el_image_carousel .el-image-carousel-overlay-content{
width: 100%;
}
.el_image_carousel .el-image-carousel-overlay-content + .dge-overlay-icon-wrap{
margin-top: 5px;
}
.el_image_carousel .dge-overlay-icon-wrap .et-pb-icon{
font-family: FontAwesome;
text-decoration: none;
font-weight: 900;
padding: 5px;
margin: 3px;
cursor: pointer;
line-height: 1;
}
.el_image_carousel_lightbox .mfp-img{
padding: 0;
}
.el_image_carousel_lightbox .mfp-bottom-bar,
.el_image_carousel_lightbox.mfp-img-mobile .mfp-bottom-bar{
position: absolute;
top: auto;
bottom: 0;
margin-top: 0;
padding: 0;
}
.el_image_carousel_lightbox .mfp-title{
padding: 10px;
}
.el_image_carousel_lightbox .el-image-carousel-title,
.el_image_carousel_lightbox .el-image-carousel-caption{
color: #fff;
} .dge_mfp_zoom .mfp-container,
.dge_mfp_zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: all 300ms ease-out;
}
.dge_mfp_zoom.mfp-ready .mfp-container {
opacity: 1;
}
.dge_mfp_zoom.mfp-removing .mfp-container,
.dge_mfp_zoom.mfp-removing.mfp-bg {
opacity: 0;
} .dge_mfp_fade.mfp-bg {
opacity: 0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
} .dge_mfp_fade.mfp-bg.mfp-ready {
opacity: 1;
} .dge_mfp_fade.mfp-bg.mfp-removing {
opacity: 0;
} .dge_mfp_fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
} .dge_mfp_fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .dge_mfp_fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.dge_filterable_gallery_lightbox.mfp-bg {
opacity: 1;
filter: alpha(opacity=100);
}