/*
Theme Name: Floor Coverings International East Austin
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: Customized child theme for Floor Coverings International East Austin.
Author: Tribe Design
Author URI: http://tribedesign.com/
License: Copyright 2024 Tribe Design, LLC.
License URI: http://creativecommons.org/licenses/by-nc-nd/4.0/legalcode
template: bb-theme
*/

/* 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;
}
@media (max-width: 767px){
	.fl-page-footer .text-right .fl-page-footer-nav { justify-content: center; }
}
@media (min-width:768px){
	.fl-page-footer .text-right .fl-page-footer-nav { justify-content: flex-end; }
}

/* X-Twitter icon replacement, required Font Awesome plugin activated */
.fl-social-icons .fa-twitter:before { content: "\e61b"; }