/*
Theme Name: HamCon Builders
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!important;
  clip-path: polygon(
    20px 0,
    calc(100% - 20px) 0,
    calc(100% - 3px) 50%,
    calc(100% - 20px) 100%,
    20px 100%,
    3px 50%) !important;
}

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

.fix-the-z {
  position: relative!important;
  z-index:99!important;
}

