/*****
Theme Name: MH Newsdesk Child Theme for TM
Theme URI: https://mhthemes.com/themes/mh/newsdesk/
Description: This is a child theme for MH Newsdesk WordPress theme to make customizations much easier for you. By using this child theme you make sure, that you keep your changes after an update of the parent theme.
Author: Matt W.
Author URI: https://mhthemes.com/
Template: mh_newsdesk
Version: 1.0.4
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*****/

/* Various tweaks for TM use */

/* Addition of Taboola whitespace between end article and start of advert block */
#taboola-below-article:before {
    content: '\A';
    white-space: pre;
}

/* Restyling native WP player for podcasts */
.wp-playlist-current-item .wp-playlist-item-title {
	font-size: 16px; }

.wp-playlist-current-item { border-bottom: solid black; }

.wp-playlist-light .wp-playlist-caption {overflow: visible; white-space: normal; margin: auto;}

.wp-playlist-light
{
  box-shadow: 3px 3px 0 #e2e2e2;
}

.wp-playlist-item {
  padding: 10px 0;
  border-bottom-color: #efefef;
}

.wp-playlist-item:last-child {
  padding-bottom: 0;
}

.wp-playlist-playing {
  font-weight: normal;
  border-bottom-color: #db4e88;
}

.wp-playlist-item-length {
  top: 10px;
}