/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
/* ===== Client store category grid (PowerPack Category Grid) restyle ===== */
.fl-module-pp-category-grid .pp-category{
	border:1px solid #e7e3de !important;border-radius:16px;overflow:hidden;background:#fff;
	box-shadow:0 6px 20px rgba(38,51,63,.07);transition:transform .2s,box-shadow .2s}
.fl-module-pp-category-grid .pp-category:hover{transform:translateY(-6px);box-shadow:0 18px 44px rgba(38,51,63,.17)}
.fl-module-pp-category-grid .pp-category__img{
	height:190px;display:flex;align-items:center;justify-content:center;padding:26px 26px 20px;background:#fff}
.fl-module-pp-category-grid .pp-category__img img{
	max-height:118px !important;max-width:82% !important;width:auto !important;height:auto !important;object-fit:contain}
.fl-module-pp-category-grid .pp-category__content{
	background:#26333f;display:flex;align-items:center;justify-content:center;min-height:76px;padding:14px 18px;text-align:center}
.fl-module-pp-category-grid .pp-category__content,
.fl-module-pp-category-grid .pp-category__title_wrapper,
.fl-module-pp-category-grid .pp-category__title,
.fl-module-pp-category-grid .pp-category__content a{color:#fff !important;font-weight:700;line-height:1.2;font-size:16.5px;margin:0}
.fl-module-pp-category-grid .pp-category:hover .pp-category__content{background:#db5327}
