/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 25 Jun 2025, 2:30 am
*/

/*General*/
.foogallery .fg-thumb {
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.foogallery .fg-caption {
  font-size: 10px !important;
  font-family: 'Shippori Mincho';
  color: #333;
  background-color: rgba(255,255,255,0.7);
}

.foogallery .fg-thumb img {
  transition: all 0.6s ease-in-out;
}