/*
Theme Name:   Bfastmag Pro
Description:  Bfastmag Child theme
Author:       SEO4.net
Template:     bfastmag
Version:      1.0.0
Text Domain:  bfastmag-pro
*/

.tp-post-item-date:before {
	content: none;
}

.entry.single .tp-post-thumbnail img {
    max-height: none;
}

.featured-large img, .featured-small img {
    
    object-fit: cover;
    object-position: center;
    width: 100%;
}

#breadcrumbs{
	padding: 5px 45px;
	border-style: solid;
	border-color: #dddddd;
	border-width: 1px 0 1px 0;
}