/*
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-archive .fl-post-meta .fl-post-author,
.fl-archive .fl-post-meta span:nth-child(2) {
	display:none;
}

/*Hiding Comments*/
.fl-comments {
	display:none;
}
/*End Hiding Comments*/


/* help format imported image and caption content on mobile */
@media screen and (max-width: 768px) {
	[class*="wp-image"],
	.wp-caption.alignleft,
	.wp-block-image .alignleft {
		width:100% !important;
	}
	.wp-caption.alignleft,
	.wp-block-image .alignleft {
		float:none !important;
	}
}

/* Donation Form style adjustments */
.donation-form .field.radio input, 
.donation-form .field.checkbox input {margin-left:-20px !important;}
input[type=text], 
input[type=password], 
input[type=email], 
input[type=tel], 
input[type=date], 
input[type=month], 
input[type=week], 
input[type=time], 
input[type=number], 
input[type=search], 
input[type=url], 
textarea {background-color:white !important;border-color:#666 !important;}