﻿

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}body.jetpack-subscribe-modal-open {
	overflow: hidden;
}

.jetpack-subscribe-modal {
	visibility: hidden;
	position: fixed;
	z-index: 50000; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: transparent;
	transition: all 0.4s;
}

.jetpack-subscribe-modal.open {
	background-color: rgba(0, 0, 0, 0.3);
	visibility: visible;
}

.jetpack-subscribe-modal__modal-content {
	position: relative;
	visibility: hidden;
	overflow: hidden;
	top: 100%;
	background-color: #fefefe;
	margin: 15% auto;
	width: 100%;
	max-width: 600px;
	border-radius: 10px;
	box-sizing: border-box;
	transition: all 0.4s;
	text-wrap: balance;
}

.jetpack-subscribe-modal.open .jetpack-subscribe-modal__modal-content {
	top: 0;
	visibility: visible;
}


.jetpack-subscribe-modal__modal-content p {
	text-wrap: balance;
	text-wrap: pretty;
}

@media screen and (max-width: 640px) {

	.jetpack-subscribe-modal__modal-content {
		width: 94%;
	}
}
.jetpack-subscribe-floating-button {
	position: fixed;
	z-index: 50000; 
	bottom: 0;
	right: 0;
}
