.activity-list .activity-item div.item-avatar img, .activity-list .activity-item.mini .activity-avatar img.FB_profile_pic, .activity-list .activity-item.mini .activity-avatar img.avatar {max-width: 77px !important;}

.buddypress-wrap .activity-header, .buddypress-wrap .activity-inner {
  font-size: 21px !important;
}

body {
	color: #000 !important;
}

.activity-header a {
	font-size: 21px !important;
}

.activity-list .activity-item .activity-header {
	font-size: 21px !important;
}


/* Added code below Thu 1/26/23 at 1:58pm to put the headphones icon for podcasts in front of the Podcasts title in Search results, because there was nothing before except a blank square generci placeholder icon. */
.bp-search-results-wrapper .bp-navs .cpt-podcast a::before {
	content: '\eeb1';
}