/*
Theme Name: TapcoEnpro
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.04
Description: Customized child theme for TapcoEnpro.
Author: Tribe Design
Author URI: http://tribedesign.com/
License: Copyright 2025 Tribe Design, LLC.
License URI: http://creativecommons.org/licenses/by-nc-nd/4.0/legalcode
template: bb-theme
*/

/* Custom Classes */
.bullet-checkmark ul {
	list-style: none;
	padding-inline-start: 20px;
}
.bullet-checkmark ul li:before {
	content: '✓';
	padding-right: .5em;
}

/* Menus */
.navbar-nav a[href="#"] { cursor: default; }

/* Parent theme overrides */
.fl-page-bar, 
.fl-page-header .fl-page-header-wrap,
.fl-page-nav-wrap,
.fl-page-footer {
    border: none;
}

/* BB Header Layout */
#bb-header > .fl-row-content-wrap { box-shadow: none; }
.bb-powerpack-header-scrolled #bb-header-logo .pp-photo-rollover .pp-photo-content.bbheader-scrolled .pp-photo-content-inner:first-child,
.bb-powerpack-header-scrolled #bb-header-logo .pp-photo-rollover .pp-photo-content:not(.bbheader-scrolled) .pp-photo-content-inner:last-of-type {
	opacity: 0;
	visibility: hidden;
}
.bb-powerpack-header-scrolled #bb-header-logo .pp-photo-rollover .pp-photo-content.bbheader-scrolled .pp-photo-content-inner:last-of-type {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px){
	.fl-page-footer .text-right .fl-page-footer-nav { justify-content: center; }
}
@media (min-width:768px){
/* Footer flex */
	.footer-menu-flex nav > ul.menu {
		display: flex;
		justify-content: space-between;
		column-gap: 20px;
	}
	.footer-menu-flex nav > ul.menu > li { flex-basis: 15%; }
	.footer-menu-flex nav ul { padding-inline-start: 0; }
	.footer-menu-flex nav ul li { list-style-type: none; }
	.fl-page-footer .text-right .fl-page-footer-nav { justify-content: flex-end; }
}