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

div.wp-playlist-current-item {
	height: auto;
}
.wp-playlist div.wp-playlist-current-item img {
	max-width: none;
}


body.post-type-archive-song article {padding:0px !important; margin:0px;}
body.post-type-archive-song header {margin:0px;}
body.post-type-archive-song h2 {font-size:18px;}

body.post-type-archive-song article .fl-post-meta {display:none;}
body.post-type-archive-song .fl-post-more-link, body.post-type-archive-song .post-edit-link {display:none;}

@media (min-width:767px){
	body.post-type-archive-song article {display:flex;}
	body.post-type-archive-song header {width:200px;}
	body.post-type-archive-song .fl-post-content {width: calc(100% - 200px);}
}