/*
Theme Name: Order of the Antelope
Theme URI: https://paraduxmedia.com/
Version: 1.0
Description: This custom theme is built on The Pond Builder Environment
Author: Paradux Media Group
Author URI: https://paraduxmedia.com/
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Animate BB Button Hovers */

.fl-button {
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.fl-button:hover {
  transform: scale(1.05);
}
.breadcrumb_last {
  display: none !important;
}