/*
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... */ 

/*.fl-logo-text {
	font-style: italic;
}*/

body.has-blocks .fl-post-content ul, body.has-blocks .fl-post-content ol {
	max-width: 100%;
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
	align-items: center;
	justify-content: center;
}
.home .fl-post img[class*="wp-image-"], .home .fl-post img.alignnone, .home .fl-post img.alignleft, .home .fl-post img.aligncenter, .home .fl-post img.alignright {
/* 	max-height: 200px; */
}

.home .fl-post-title {
	display: none;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	flex-grow: 0;
}