/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 7 Jul 2026, 6:07 pm
*/

/* Remove os pontos/bolinhas de navegação das galerias FooGallery */
.foogallery .slick-dots,
.foogallery .slick-dots li,
.foogallery .swiper-pagination,
.foogallery .swiper-pagination-bullet,
.foogallery .owl-dots,
.foogallery .owl-dot,
.foogallery .flickity-page-dots,
.foogallery .flickity-page-dots li,
.foogallery .fg-paging,
.foogallery .fg-pagination,
.foogallery .fg-carousel-dots,
.foogallery .fg-carousel-pagination,
.foogallery .foogallery-paging,
.foogallery .foogallery-pagination,
.foogallery .fiv-dots,
.foogallery .fiv-dot,
.foogallery .fiv-pager,
.foogallery .fiv-pagination,
.foogallery .fg-dots,
.foogallery .fg-dot,
.foogallery .fg-page-dots,
.foogallery .fg-page-dot,
.foogallery .fg-control-dots,
.foogallery .fg-control-dot,
.foogallery-container .slick-dots,
.foogallery-container .slick-dots li,
.foogallery-container .swiper-pagination,
.foogallery-container .swiper-pagination-bullet,
.foogallery-container .owl-dots,
.foogallery-container .owl-dot,
.foogallery-container .flickity-page-dots,
.foogallery-container .flickity-page-dots li,
.foogallery-container .fg-paging,
.foogallery-container .fg-pagination,
.foogallery-container .fg-carousel-dots,
.foogallery-container .fg-carousel-pagination,
.foogallery-container .foogallery-paging,
.foogallery-container .foogallery-pagination,
.foogallery-container .fiv-dots,
.foogallery-container .fiv-dot,
.foogallery-container .fiv-pager,
.foogallery-container .fiv-pagination,
.foogallery-container .fg-dots,
.foogallery-container .fg-dot,
.foogallery-container .fg-page-dots,
.foogallery-container .fg-page-dot,
.foogallery-container .fg-control-dots,
.foogallery-container .fg-control-dot {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}