/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/

#text-27, #text-27 .textwidget {
	padding: 0;
}

.latest-episode .main-featured-post .mini-title {
	padding: 5px;
	background-color: #FFF;
}

.woocommerce input.button[name="apply_coupon"] {
	background-color: green;
}

.single .single-featured span.mini-title {
	background-color: #FFF;
	padding: 3px;
}

.album-art img {
	border: 3px solid #333;
}

.single .single-featured .background {
	background-color: #222;
}

.single .single-featured.has-featured-image.audio-featured-image-thumbnail .background.translucent {
	background-color: #222;
}

.single .single-featured h2,
.single .single-featured .audio_player .mejs-controls .mejs-button button,
.single .mejs-container .mejs-controls .mejs-time span {
	color: #EEE;
}

.single .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: rgba(255,255,255,0.5);
}

.post-content a.more-link {
	display: block !important;
	margin: 15px 0 0 !important;
}

.post-content a.more-link::after {
	content: " »";
}

.list-of-episodes, .blog .main-content, .archive .main-content, .search .main-content { background-color: #222; }

.nopassword, .post .audio_player {
	display: none;
	visibility: hidden;
}

.single.podcaster-theme .single-featured .audio_player .mejs-controls .mejs-button button { color: #FFF; }

.single .single-featured .mejs-container.mejs-audio .mejs-controls .mejs-time span { color: #FFF; }

.podcaster-theme .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .podcaster-theme .single-featured .wp-audio-shortcode.mejs-container .mejs-controls .pod-mejs-controls-inner .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { color: #FFF; }

.post.format-gallery .featured-gallery .gallery.flexslider li.gallery-item .flex-caption p, .single .featured-gallery .gallery.flexslider li.gallery-item .flex-caption p, .post .entry-content .gallery.flexslider li.gallery-item .flex-caption p { color: #333 !important; }

h1, h2, h3, h4, h5, h6 { font-family: 'zeit-bold-italic' !important; }

.caption-container, .format-audio { font-family: 'arbeit-regular' !important; }

.next-week .content.buttons .butn { background-color: #009901 !important; }