.pp-podcast:not(.postview) .pod-entry__title a {
	pointer-events: none;
}

.postview.pp-podcast {
	border-width: 0;
	background-image: none;
}

.postview .pod-info {
	border-bottom-width: 0;
}

.postview .pod-info__header {
	margin: 0;
	padding: 0 0 20px;
}

.postview .pp-podcast__single {
	display: none;
}

.postview.single-episode .pp-podcast__single {
	display: block;
}

.postview.single-episode .pp-podcast__player {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.postview.single-episode .episode-single {
	border-bottom-width: 0;
}

.postview .episode-list__search {
	margin-bottom: 30px !important;

	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.postview .episode-list__wrapper {
	height: auto;
	max-height: none;
	margin-top: -20px;
}

.postview .episode-list__load-more {
	width: auto !important;
	margin: 20px auto 0 !important;
	padding: 12px 14px !important;

	letter-spacing: 1px;

	color: #333 !important;
	border: 1px solid #65b84f !important;
	border-radius: 3px !important;
	background-color: transparent !important;
}

.postview .episode-list__load-more:hover,
.postview .episode-list__load-more:focus {
	color: #fff !important;
}

.postview .lm-button-wrapper {
	width: 100% !important;
}

.postview .pod-entry {
	padding: 20px 0;

	cursor: auto;
}

.postview .pod-entry:last-of-type {
	border-bottom-width: 0;
}

.postview .pod-entry__featured {
	position: relative;

	margin-bottom: 10px;

	cursor: pointer;

	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.1);
}

.postview .pod-entry__featured:after {
	display: block;

	width: 100%;
	padding-top: 0;

	content: '';
}

.postview .pod-entry__featured:hover .pod-entry__play {
	box-shadow: 0 0 0 4px #fff;
}

.postview .pod-entry__title {
	font-size: 16px;
	font-weight: bold;
}

.postview .pod-entry__thumb {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	overflow: hidden;

	border-radius: 5px;
}

.postview .pod-entry__thumb img {
	width: 100%;
	height: 100%;

	-o-object-fit: cover;
	   object-fit: cover;
}

.postview .pod-entry__play {
	z-index: 1;

	width: 50px;
	height: 50px;
	margin: 0;

	transition: box-shadow 0.2s;

	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}

.postview .pod-entry__play,
.postview .pod-entry__play .icon-pp-play,
.postview .pod-entry__play .icon-pp-pause {
	position: absolute;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);
}

.postview .pod-entry__play .icon-pp-play {
	font-size: 25px;

	left: calc(50% + 2px);

	color: #fff;
}

.rtl .postview .pod-entry__play .icon-pp-play {
	left: calc( 50% - 2px);
}

.postview .pod-entry__play .icon-pp-pause {
	font-size: 25px;

	display: none;

	color: #fff;
}

.postview .media-playing .icon-pp-play {
	display: none;
}

.postview .media-playing .icon-pp-pause {
	display: block;
}

.postview.land1 .pod-entry__featured:after {
	padding-top: 75%;
}

.postview.land2 .pod-entry__featured:after {
	padding-top: 66.66%;
}

.postview.port1 .pod-entry__featured:after {
	padding-top: 133.33%;
}

.postview.port2 .pod-entry__featured:after {
	padding-top: 150%;
}

.postview.wdscrn .pod-entry__featured:after {
	padding-top: 56.25%;
}

.postview.squr .pod-entry__featured:after {
	padding-top: 100%;
}

.postview.no-crop .pod-entry__featured:after {
	display: none;
}

.postview.no-crop .pod-entry__thumb {
	position: relative;
}

.postview.topleftcrop .pod-entry__thumb {
	background-position: top left;
}

.postview.topleftcrop .pod-entry__thumb img {
	-o-object-position: top left;
	   object-position: top left;
}

.postview.topcentercrop .pod-entry__thumb {
	background-position: top center;
}

.postview.topcentercrop .pod-entry__thumb img {
	-o-object-position: top center;
	   object-position: top center;
}

.postview.bottomleftcrop .pod-entry__thumb {
	background-position: bottom left;
}

.postview.bottomleftcrop .pod-entry__thumb img {
	-o-object-position: bottom left;
	   object-position: bottom left;
}

.postview.bottomcentercrop .pod-entry__thumb {
	background-position: bottom center;
}

.postview.bottomcentercrop .pod-entry__thumb img {
	-o-object-position: bottom center;
	   object-position: bottom center;
}

.lv2 .pod-entry__wrapper {
	display: flex;

	align-items: center;
	align-content: flex-start;
}

.lv2 .pod-entry__featured {
	margin: 0 10px 0 0;

	flex-basis: 60px;
}

.lv2 .pod-entry__featured .pod-entry__play,
.lv2 .pod-entry__featured .pod-entry__play:hover {
	box-shadow: none;
}

.lv2 .pod-entry__content {
	flex: 1;
	align-self: stretch;
}

.lv2 .pod-entry__play {
	width: 30px;
	height: 30px;

	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.lv2 .pod-entry__play .icon-pp-play {
	font-size: 20px;

	left: calc(50% + 2px);
}

.rtl .lv2 .pod-entry__play .icon-pp-play {
	left: calc( 50% - 2px);
}

.lv2 .pod-entry__play .icon-pp-pause {
	font-size: 20px;
}

.lv2 .pod-entry__title {
	font-size: 15px !important;
	line-height: 1.5;

	margin-bottom: 0;
}

.lv2 .pod-entry__date {
	text-transform: inherit;
}

.lv3 .pod-entry,
.lv4 .pod-entry {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.lv3 .pod-entry__wrapper,
.lv4 .pod-entry__wrapper {
	display: flex;

	align-items: center;
	align-content: flex-start;
}

.lv3 .pod-entry__featured,
.lv4 .pod-entry__featured {
	margin: 0 15px 0 0;

	background-color: transparent;

	flex-basis: 35px;
}

.lv3 .pod-entry__featured:after,
.lv4 .pod-entry__featured:after {
	display: none;
}

.lv3 .pod-entry__featured:hover .pod-entry__play,
.lv4 .pod-entry__featured:hover .pod-entry__play {
	box-shadow: none;
}

.lv3 .pod-entry__content,
.lv4 .pod-entry__content {
	flex: 1;
	align-self: stretch;
}

.lv3 .pod-entry__play,
.lv4 .pod-entry__play {
	position: relative;
	top: auto;
	left: auto;

	width: 35px;
	height: 35px;

	transform: none;

	background: #65b84f;
	box-shadow: none;
}

.lv3 .pod-entry__play .icon-pp-play,
.lv4 .pod-entry__play .icon-pp-play {
	font-size: 20px;

	left: calc(50% + 2px);
}

.rtl .lv3 .pod-entry__play .icon-pp-play,
.rtl
.lv4 .pod-entry__play .icon-pp-play {
	left: calc( 50% - 2px);
}

.lv3 .pod-entry__play .icon-pp-pause,
.lv4 .pod-entry__play .icon-pp-pause {
	font-size: 20px;
}

.lv3 .pod-entry__title,
.lv4 .pod-entry__title {
	font-size: 15px !important;
	font-weight: normal !important;
	line-height: 1.5;

	margin-bottom: 0;
}

.lv3 .pod-entry__date,
.lv4 .pod-entry__date {
	font-style: italic;

	text-transform: inherit;
}

.lv3 .pod-entry__author,
.lv4 .pod-entry__author {
	font-weight: bold !important;
}

.lv3 .episode-list__search input[type='text'],
.lv4 .episode-list__search input[type='text'] {
	height: 30px !important;
	padding: 10px 10px 10px 30px !important;
}

.lv3 button.episode-list__load-more,
.lv4 button.episode-list__load-more {
	font-size: 14px !important;

	padding: 0.75em 1.125em !important;
}

.lv4 .pod-entry {
	margin: 10px 0;
	padding: 10px;

	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.lv4 .pod-entry:last-of-type {
	border-bottom-width: 1px;
}

.gv2 .pod-entry__wrapper {
	display: flex;
	flex-direction: column;

	height: 100%;

	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.gv2 .pod-entry__wrapper:hover {
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.25), 0 9px 9px rgba(0, 0, 0, 0.22);
}

.gv2 .pod-entry__featured {
	margin-bottom: 0;

	border-radius: 5px 5px 0 0;
}

.gv2 .pod-entry__play {
	top: auto;
	right: auto;
	bottom: -20px;
	left: 20px;

	width: 40px;
	height: 40px;

	transform: none;

	background-color: #65b84f;
	box-shadow: 0 0 0 4px #fff;
}

.gv2 .pod-entry__play .icon-pp-play {
	left: calc(50% + 2px);
}

.gv2 .pod-entry__play .icon-pp-play,
.gv2 .pod-entry__play .icon-pp-pause {
	color: #fff;
}

.gv2 .pod-entry__thumb {
	border-radius: 5px 5px 0 0;
}

.gv2 .pod-entry__content {
	padding: 30px 20px 20px;

	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.gv2 .pod-entry__title {
	font-weight: normal !important;
}

.pp-modal-window {
	position: fixed;
	z-index: 99999;
	right: 0;
	bottom: 0;
	left: 0;

	visibility: hidden;
	overflow: hidden;

	width: 100%;

	transition: opacity 0.2s, visibility 0.2s;
	pointer-events: none;

	opacity: 0;
	background-color: #fff;
}

.pp-modal-window.pp-modal-open {
	visibility: visible;

	pointer-events: auto;

	opacity: 1;
}

.pp-modal-window.modal-view {
	top: 0;

	overflow-y: scroll;

	height: 100%;
	padding: 45px 5% 20px;
}

.admin-bar .pp-modal-window.modal-view {
	height: calc( 100% - 46px);
	margin-top: 46px;
}

.pp-modal-window.modal-view button.pp-modal-close {
	top: 4px;
	right: 5%;

	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	background-color: rgba(255, 255, 255, 0.85) !important;
}

.pp-modal-close {
	font-size: 18px;

	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;

	display: block;

	width: 40px;
	height: 40px;
	padding: 0;

	transition: none !important;
}

.pp-modal-close .icon-pp-x,
.pp-modal-close .icon-pp-maximize {
	display: none;
}

.inline-view .pp-modal-close .icon-pp-maximize {
	display: inline-block;
}

.inline-view .pp-modal-close .icon-pp-minimize {
	display: none;
}

.media-paused .pp-modal-close .icon-pp-maximize,
.media-paused .pp-modal-close .icon-pp-minimize {
	display: none;
}

.media-paused .pp-modal-close .icon-pp-x {
	display: inline-block;
}

.pp-modal-wrapper {
	width: 100%;
}

.pp-modal-wrapper .pp-podcast__player .ppjs__script-button {
	display: none;
}

.pp-modal-wrapper .wp-video {
	max-width: 100%;
}

.pp-modal-wrapper .episode-single__header {
	display: none;
}

.modal-view .pp-modal-wrapper {
	max-width: 800px;
	margin: 0 auto;
}

.modal-view .pp-modal-wrapper .episode-single__header {
	display: block;
}

.modal-view .pp-modal-wrapper .episode-single__close {
	display: none;
}

.modal-view .pp-modal-wrapper .episode-single__title {
	padding-right: 0;
}

.modal-view .pp-modal-wrapper .pod-content__episode {
	display: block !important;

	border-bottom-width: 0;
}

.modal-view .pp-modal-wrapper .episode-single__wrapper {
	font-size: 16px;
	line-height: 1.618;

	margin-bottom: 0;
	padding: 20px 0 0;
}

.modal-view .pp-modal-wrapper .episode-single__wrapper .episode-single__header {
	display: none;
}

.modal-view .pp-modal-wrapper .pp-podcast__player {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.inline-view {
	overflow: visible;
}

.inline-view .ppjs__audio-controls {
	flex-direction: row;

	height: auto;
	margin: 0;
	padding: 10px 0;

	align-items: center;
	justify-content: flex-start;
	order: 2;
}

.inline-view .ppjs__audio-controls .ppjs__img-wrapper {
	display: none;
}

.inline-view .ppjs__audio-controls .ppjs__img-wrapper img {
	border-radius: 0;
}

.inline-view .ppjs__audio-controls .ppjs__button {
	margin: 0 5px;
}

.inline-view .ppjs__audio-controls .ppjs__button.ppjs__playpause-button {
	margin: 0 10px;
}

.inline-view .ppjs__audio-timer {
	display: none !important;
}

.inline-view .ppjs__audio-timer .ppjs__time {
	display: inline-block;
}

.inline-view .ppjs__audio-timer .ppjs__duration-container:before {
	display: inline-block;

	padding: 0 5px;

	content: '\002F';
}

.inline-view .ppjs__control_btns {
	margin: 0 !important;

	justify-content: flex-start !important;
}

.inline-view .ppjs__head-container {
	width: auto;

	flex-basis: auto;
}

.inline-view .ppjs__head-container .head-wrapper {
	font-size: 13px;

	display: none;
}

.inline-view .ppjs__head-container .ppjs__podcast-title {
	overflow: hidden;

	max-width: 95%;

	white-space: nowrap;
	text-overflow: ellipsis;
}

.inline-view .ppjs__secondary-controls {
	display: flex;

	align-items: center;
	flex: 1;
}

.inline-view .pp-modal-close {
	font-size: 18px;

	top: calc(50% + 6px);
	right: 0;

	transform: translateY(calc( -50% - 3px));
}

.inline-view.media-paused .pp-modal-close {
	font-size: 16px;
}

.inline-view .ppjs__audio .ppjs__controls {
	display: flex;
	flex-direction: column;
}

.inline-view .ppjs__img-wrapper {
	width: 65px;
	height: 65px;
}

.inline-view .ppjs__audio .ppjs__share-button ul.ppshare__social,
.inline-view .ppjs__audio .ppjs__play-rate-button ul.play-rate-list {
	top: auto;
	bottom: 100%;
}

.no-scroll {
	position: fixed;

	overflow: scroll;

	width: 100%;
}

@media only screen and (min-width: 450px) {

	.postview.wide-player .pod-info__header {
		padding: 0 0 30px;
	}

	.postview.wide-player .pod-entry__title {
		font-size: 17px;
		font-weight: bold;
		float: none;
		overflow: visible;
		max-width: none;
		white-space: normal;
		text-overflow: clip;
	}

	.postview.wide-player .pod-entry__date {
		font-weight: normal;
		display: inline-block;
		float: none;
		min-width: 0;
		text-transform: capitalize;
	}

	.postview.wide-player .pod-entry__author,
	.postview.wide-player .pod-entry__author:before {
		display: inline-block;
	}

	.lv1.wide-player .pod-entry__wrapper {
		display: flex;
		align-items: center;
		align-content: flex-start;
	}

	.lv1.wide-player .pod-entry__featured {
		margin: 0 20px 0 0;
		flex-basis: 100px;
	}

	.lv1.wide-player .pod-entry__content {
		flex: 1;
		align-self: stretch;
	}

	.gv1.wide-player .episode-list__wrapper,
	.gv2.wide-player .episode-list__wrapper {
		display: flex;
		width: calc( 100% + 30px) !important;
		max-width: 100vw;
		margin-top: -20px;
		margin-right: -15px;
		margin-left: -15px;
		flex-wrap: wrap;
	}

	.gv1.wide-player .episode-list__wrapper .episode-list__search-results,
	.gv2.wide-player .episode-list__wrapper .episode-list__search-results {
		width: 100%;
		flex-wrap: wrap;
		flex-basis: 100%;
	}

	.gv1.wide-player .episode-list__wrapper .toggled-on.episode-search,
	.gv2.wide-player .episode-list__wrapper .toggled-on.episode-search {
		display: flex;
	}

	.gv1.wide-player .pod-entry,
	.gv2.wide-player .pod-entry {
		max-width: 50%;
		padding: 20px 15px;
		border-bottom-width: 0;
		flex-basis: 50%;
	}
}

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

	.lv1.wide-player .pod-entry__featured {
		flex-basis: 150px;
	}

	.lv4 .pod-entry {
		padding: 20px;
	}

	.lv4 .pod-entry__featured {
		margin: 0 20px 0 0;
		flex-basis: 50px;
	}

	.lv4 .pod-entry__play {
		width: 50px;
		height: 50px;
	}

	.lv4 .pod-entry__play .icon-pp-play {
		font-size: 30px;
	}

	.lv4 .pod-entry__play .icon-pp-pause {
		font-size: 30px;
	}

	.lv4 .pod-entry__title {
		font-size: 18px !important;
	}

	.modal-view .pp-modal-wrapper .episode-single__title {
		font-size: 32px;
		line-height: 1.2;
	}

	.inline-view .ppjs__audio-controls .ppjs__img-wrapper {
		display: block;
	}

	.inline-view .ppjs__audio-controls {
		padding: 0;
	}

	.inline-view .ppjs__audio-controls .ppjs__button {
		margin: 0 10px;
	}

	.inline-view .ppjs__audio-controls .ppjs__button.ppjs__playpause-button {
		margin: 0 20px;
	}

	.inline-view .pp-modal-close {
		right: 10px;
	}
}

@media only screen and (min-width: 768px) {

	.gv1.medium-player .pod-entry,
	.gv2.medium-player .pod-entry {
		max-width: 33.333%;
		flex-basis: 33.333%;
	}

	.gv1.medium-player.columns-2 .pod-entry,
	.gv2.medium-player.columns-2 .pod-entry {
		max-width: 50%;
		flex-basis: 50%;
	}

	.pp-modal-window.modal-view {
		background-color: rgba(0, 0, 0, 0.95);
	}

	.pp-modal-window.modal-view button.pp-modal-close {
		top: 10px;
		right: 10px;
	}

	.modal-view .pp-modal-wrapper {
		margin: 60px auto;
		padding: 40px;
		background-color: #fff;
	}

	.inline-view .ppjs__audio-timer {
		position: absolute;
		top: 50%;
		right: 70px;
		display: block !important;
		height: auto;
		padding: 0;
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 1024px) {

	.gv1.medium-player.columns-4 .pod-entry,
	.gv2.medium-player.columns-4 .pod-entry {
		max-width: 25%;
		flex-basis: 25%;
	}

	.gv1.medium-player.columns-5 .pod-entry,
	.gv2.medium-player.columns-5 .pod-entry {
		max-width: 20%;
		flex-basis: 20%;
	}

	.gv1.medium-player.columns-6 .pod-entry,
	.gv2.medium-player.columns-6 .pod-entry {
		max-width: 16.6667%;
		flex-basis: 16.6667%;
	}

	.admin-bar .pp-modal-window.modal-view {
		height: calc( 100% - 32px);
		margin-top: 32px;
	}

	.inline-view .ppjs__audio-timer {
		right: 80px;
	}

	.inline-view .ppjs__control_btns {
		padding: 5px;
	}

	.inline-view .ppjs__head-container {
		flex-basis: 415px;
	}

	.inline-view .ppjs__head-container .head-wrapper {
		display: block;
		width: 300px;
		max-width: 300px;
		margin-right: 30px;
		padding: 5px 30px 5px 5px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	}
}

@media only screen and (min-width: 1366px) {

	.inline-view .ppjs__audio-timer {
		right: 100px;
	}

	.inline-view .ppjs__head-container {
		flex-basis: 515px;
	}

	.inline-view .ppjs__head-container .head-wrapper {
		width: 400px;
		max-width: 400px;
	}
}






/*
     FILE ARCHIVED ON 9:27:56 Oct 31, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 14:31:32 Feb 19, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
