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

/* Custom Classes*/
.liststyle-none .fl-module-content ul { padding-left: 0; }
@media only screen and (min-width: 481px){
	.liststyle-none .fl-module-content ul { list-style: none; }
	.listcolcount-2 .fl-module-content ul { column-count: 2; }
	.listcolcount-4 .fl-module-content ul { column-count: 4; }
}

/* 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; }
}