/*
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... */ 
.nol-resources-logo-list .fl-module-image-icon img {
    max-height: 56px;
    max-width: fit-content;
}
.nol-sub-footer .fl-module-image-icon img {
    max-height: 84px;
    max-width: fit-content;
}
@media screen and (max-width: 1024px){
	.nol-sub-footer .fl-module-image-icon img {
    max-height: 65px;
    max-width: fit-content;
}
}

ul.wc-item-meta li {
    display: inline-flex !important;
    padding: 0 10px 20px !important;
}
