/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 25 Jan 2022, 1:34 pm
*/

.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls, .fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-count, .fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls {
    background-color: #fcfcfc;
    color: #fcfcfc;
    border-color: #fcfcfc;
}
.fbx-light, .fbx-light .fbx-caption, .fbx-light .fbx-open-caption, .fbx-light.fbx-phone .fbx-social {
    background-color: #807F86;
}
.fbx-rounded .fbx-inner {
    border: 0px solid #0000;
    border-radius: 0px;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-count span {
    margin: 0 4px;
    display: none;
}
.fbx-light .fbx-close, .fbx-light .fbx-close:before, .fbx-light .fbx-error-msg, .fbx-light .fbx-fullscreen-toggle, .fbx-light .fbx-fullscreen-toggle:before, .fbx-light .fbx-loader, .fbx-light .fbx-loader:before, .fbx-light .fbx-next, .fbx-light .fbx-next:before, .fbx-light .fbx-pause, .fbx-light .fbx-pause:before, .fbx-light .fbx-play, .fbx-light .fbx-play:before, .fbx-light .fbx-prev, .fbx-light .fbx-prev:before, .fbx-light .fbx-social-toggle, .fbx-light .fbx-social-toggle:before, .fbx-light.fbx-inset-buttons .fbx-next:before, .fbx-light.fbx-inset-buttons .fbx-prev:before, .fbx-metro.fbx-light .fbx-count, .fbx-metro.fbx-light .fbx-credit a {
    color: #ffffff!important;
}
.fbx-light .fbx-close, .fbx-light .fbx-fullscreen-toggle, .fbx-light .fbx-inner, .fbx-light .fbx-loader, .fbx-light .fbx-next, .fbx-light .fbx-pause, .fbx-light .fbx-play, .fbx-light .fbx-prev, .fbx-light .fbx-social-toggle, .fbx-light.fbx-inset-buttons .fbx-next:before, .fbx-light.fbx-inset-buttons .fbx-prev:before {
    background-color: #fff0;
}
.fbx-rounded .fbx-prev.fbx-btn-shadow, .fbx-rounded .fbx-prev.fbx-btn-shadow:hover {
    box-shadow: -2px 0 2px rgb(0 0 0 / 0%);
}
.fbx-rounded .fbx-next.fbx-btn-shadow, .fbx-rounded .fbx-next.fbx-btn-shadow:hover {
    box-shadow: 2px 0 2px rgb(0 0 0 / 0%);
}
.fbx-rounded .fbx-close {
    top: -44px;
    right: -33px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 3px solid transparent;
    border-radius: 50%;
}