/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 3 Aug 2025, 3:32 am
*/

.fbx-inner {
	border-style: solid !important;
	border-width: 2px !important;
	border-color: #C5AA7D !important;
}

.fg-item-inner {
		border-width: 2px !important;
}

.fbx-btn-transition {
	background-color: #C5AA7D !important;
}

.fbx-btn-shadow:hover {
	background-color: white !important;
}
