@charset "UTF-8";
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
background-color: transparent;
border: none;
font-size: 1em;
}
.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
padding-right: 8px;
padding-left: 20px;
}
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline;
list-style: none;
padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
background-color: transparent;
border: none;
font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
margin-left: 5px;
padding: 0;
max-width: 100%;
resize: none;
height: 18px;
vertical-align: bottom;
font-family: sans-serif;
overflow: hidden;
word-break: keep-all;
}
.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051;
}
.select2-results {
display: block;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none;
}
.select2-results__option--selectable {
cursor: pointer;
}
.select2-container--open .select2-dropdown {
left: 0;
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-search--dropdown {
display: block;
padding: 4px;
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
display: none;
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0);
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--default
.select2-selection--single
.select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
height: 26px;
margin-right: 20px;
padding-right: 0px;
}
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
color: #999;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
float: left;
}
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
left: 1px;
right: auto;
}
.select2-container--default.select2-container--disabled
.select2-selection--single {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
display: none;
}
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
padding-bottom: 5px;
padding-right: 5px;
position: relative;
}
.select2-container--default
.select2-selection--multiple.select2-selection--clearable {
padding-right: 25px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
cursor: pointer;
font-weight: bold;
height: 20px;
margin-right: 10px;
margin-top: 5px;
position: absolute;
right: 0;
padding: 1px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: inline-block;
margin-left: 5px;
margin-top: 5px;
padding: 0;
padding-left: 20px;
position: relative;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
white-space: nowrap;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__display {
cursor: default;
padding-left: 2px;
padding-right: 5px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
background-color: transparent;
border: none;
border-right: 1px solid #aaa;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
color: #999;
cursor: pointer;
font-size: 1em;
font-weight: bold;
padding: 0 4px;
position: absolute;
left: 0;
top: 0;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover,
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:focus {
background-color: #f1f1f1;
color: #333;
outline: none;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__display {
padding-left: 5px;
padding-right: 2px;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
border-left: 1px solid #aaa;
border-right: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__clear {
float: left;
margin-left: 10px;
margin-right: auto;
}
.select2-container--default.select2-container--focus
.select2-selection--multiple {
border: solid black 1px;
outline: 0;
}
.select2-container--default.select2-container--disabled
.select2-selection--multiple {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
display: none;
}
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
padding-left: 0;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -1em;
padding-left: 2em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -2em;
padding-left: 3em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -3em;
padding-left: 4em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -4em;
padding-left: 5em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -5em;
padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
padding: 0;
}
.select2-container--default .select2-results__option--disabled {
color: #999;
}
.select2-container--default .select2-results__option--selected {
background-color: #ddd;
}
.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
background-color: #5897fb;
color: white;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb;
}
.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--classic
.select2-selection--single
.select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
height: 26px;
margin-right: 20px;
}
.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
color: #999;
}
.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
float: left;
}
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
background: transparent;
border: none;
}
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0;
padding-bottom: 5px;
padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
display: none;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
display: inline-block;
margin-left: 5px;
margin-top: 5px;
padding: 0;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__display {
cursor: default;
padding-left: 2px;
padding-right: 5px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
background-color: transparent;
border: none;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
color: #888;
cursor: pointer;
font-size: 1em;
font-weight: bold;
padding: 0 4px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
color: #555;
outline: none;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__display {
padding-left: 5px;
padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open
.select2-selection--multiple {
border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none;
}
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
color: grey;
}
.select2-container--classic
.select2-results__option--highlighted.select2-results__option--selectable {
background-color: #3875d7;
color: white;
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb;
}.ez-media-uploader {
position: relative;
padding: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 250px;
border: 2px dashed #ccc;
background-color: #f1f1f1;
border-radius: 5px;
}
.ezmu__old-files,
.ezmu-dictionary {
display: none;
}
.ezmu__media-picker-section,
.ezmu__preview-section,
.ezmu__status-section {
display: none;
width: 100%;
}
.ezmu__drop-zone-section {
display: none;
height: 100%;
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 999;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
overflow: hidden;
background: #f2f2f2;
}
.ezmu__media-picker-section.show,
.ezmu__preview-section.show,
.ezmu__status-section.show {
display: block; }
.ezmu__media-picker-section.ezmu--show,
.ezmu__preview-section.ezmu--show,
.ezmu__status-section.ezmu--show {
display: block; }
.ez-media-uploader.highlight {
border-color: #2b2b2b;
}
.ez-media-uploader.highlight *,
.ez-media-uploader.drag-enter * {
pointer-events: none;
}
.ez-media-uploader.highlight .ezmu__drop-zone-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ezmu__media-picker-controls {
text-align: center;
}
.ezmu__media-picker-icon-wrap-upload {
margin-bottom: 20px;
display: inline-block;
margin-bottom: 20px;
width: 60px;
height: 60px;
vertical-align: bottom;
}
.ezmu__media-picker-icon-wrap-avater {
display: inline-block;
width: 100px;
height: 100px;
vertical-align: bottom;
}
.ezmu__icon {
display: inline-block;
background-repeat: no-repeat !important;
background-position: center;
background-size: contain;
width: 100%;
height: 100%;
-webkit-filter: invert(48%) sepia(0%) saturate(2537%) hue-rotate(86deg) brightness(118%) contrast(119%);
filter: invert(48%) sepia(0%) saturate(2537%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
.ezmu-icon-upload {
background-image: url(//www.bundesvereinigung-kabarett.de/wp-content/plugins/directorist/assets/images/cloud-upload-alt-solid.svg);
}
.ezmu-icon-avater {
background-image: url(//www.bundesvereinigung-kabarett.de/wp-content/plugins/directorist/assets/images/user-alt-solid.svg);
}
.ezmu__media-picker-buttons {
margin-top: 20px;
text-align: center;
}
.ezmu__upload-button-wrap {
display: inline-block;
}
input[type="file"].ezmu__file-input {
display: none;
}
input[type="file"].ezmu__file-input + .ezmu__input-label {
cursor: pointer;
}
.ezmu__btn {
display: inline-block;
margin-bottom: 0.5rem;
padding: 8px 15px;
color: #fff;
cursor: pointer;
border: none;
border-radius: 4px;
-webkit-transition: all ease-in-out 300ms;
-o-transition: all ease-in-out 300ms;
transition: all ease-in-out 300ms;
background-color: #2b2b2b;
background-color:#fff;
color:#2b2b2b;
-webkit-box-shadow: 0 12px 8px -10px#ccc;
box-shadow: 0 12px 8px -10px#ccc;
}
.ezmu__btn:hover {
color: #fff;
background-color: #007bff;
}
.ezmu__loading-section {
display: none;
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
background-color: #f2f2f2;
z-index: -99;
}
.ezmu__loading-section.ezmu--show {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 9999;
}
.ezmu__loading-icon {
font-size: 4rem;
}
.ezmu__loading-icon-img {
width: 64px;
height: auto;
-webkit-animation: ezmuSpin linear infinite 2s;
animation: ezmuSpin linear infinite 2s;
}
.ezmu__loading-icon-img-bg {
width: 64px;
height: 64px;
display: inline-block;
background-image: url(//www.bundesvereinigung-kabarett.de/wp-content/plugins/directorist/assets/images/spinner-solid.svg);
background-repeat: no-repeat !important;
background-position: center;
background-size: contain;
-webkit-animation: ezmuSpin linear infinite 2s;
animation: ezmuSpin linear infinite 2s;
}
@-webkit-keyframes ezmuSpin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes ezmuSpin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.ezmu__thumbnail-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 15px;
}
.ezmu__thumbnail-list-item {
position: relative;
border-radius: 5px;
overflow: hidden;
max-width: calc(50% - 7.5px);
-ms-flex-preferred-size: calc(50% - 7.5px);
flex-basis: calc(50% - 7.5px);
}
.ezmu__featured_tag {
position: absolute;
top: 5px;
left: 5px;
padding: 5px 10px;
color: #000;
border-radius: 3px;
display: inline-block;
font-size: 12px;
background-color: rgba(255, 255, 255, 0.8);
}
.ezmu__thumbnail-list-item_front {
position: absolute;
z-index: 99;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.ezmu__thumbnail-front-item {
position: absolute;
}
.ezmu__front-item__close {
right: 5px;
top: 5px;
}
.ezmu__front-item__close-icon {
position: relative;
width: 25px;
height: 25px;
border-radius: 50%;
color: #222;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
-webkit-transition: background-color ease-in .2s;
-o-transition: background-color ease-in .2s;
transition: background-color ease-in .2s;
background-color: rgba(255, 255, 255, 0.8);
background-image: url(//www.bundesvereinigung-kabarett.de/wp-content/plugins/directorist/assets/images/times-solid-dark.svg);
background-repeat: no-repeat !important;
background-size: 8px;
background-position: center;
}
.ezmu__front-item__close-icon:hover {
color: #fff;
background-color: rgba(255, 0, 0, 0.7);
background-image: url(//www.bundesvereinigung-kabarett.de/wp-content/plugins/directorist/assets/images/times-solid-light.svg);
}
.ezmu__front-item__close-icon-img {
width: 12px;
}
.ezmu__front-item__close-btn {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 99;
}
.ezmu__front-item__featured {
display: none;
top: 5px;
left: 5px;
}
.ezmu__front-item__featured.ezmu--show {
display: block;
}
.ezmu__front-item__featured-text {
position: static;
background-color: rgba(255, 255, 255, 0.8);
padding: 5px 10px;
color: #000;
border-radius: 3px;
display: inline-block;
font-size: 12px;
}
.ezmu__front-item__thumbnail-size {
bottom: 5px;
right: 5px;
}
.ezmu__front-item__thumbnail-size-text {
position: static;
display: inline-block;
background-color: rgba(255, 255, 255, 0.8);
padding: 5px;
border-radius: 3px;
font-size: 12px;
}
.ezmu__front-item__thumbnail-size-text.has-error {
color: #fff;
background-color: rgba(255, 32, 32, 0.8);
}
.ezmu__front-item__sort-buttons {
position: absolute;
bottom: 5px;
left: 5px;
}
.ezmu__front-item__sort-button {
position: relative;
width: 30px;
height: 30px;
display: inline-block;
cursor: pointer;
text-align: center;
border: none;
-webkit-transition: background-color ease-in .1s;
-o-transition: background-color ease-in .1s;
transition: background-color ease-in .1s;
background-color: rgba(255, 255, 255, 0.8);
background-position: center;
background-repeat: no-repeat !important;
background-size: 12px;
font-size: 10px;
}
.ezmu__front-item__sort-button.ezmu--sort-up {
background-image: url(//www.bundesvereinigung-kabarett.de/wp-content/plugins/directorist/assets/images/chevron-right-solid.svg);
border-radius: 0 3px 3px 0;
}
.ezmu__front-item__sort-button.ezmu--sort-down {
background-image: url(//www.bundesvereinigung-kabarett.de/wp-content/plugins/directorist/assets/images/chevron-left-solid.svg);
border-radius: 3px 0 0 3px;
}
.ezmu__front-item__sort-button:hover {
background-color: rgba(255, 255, 255, 1);
}
.ezmu__front-item__sort-button-skin {
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 99;
}
.ezmu__thumbnail-list-item_back {
width: 140px;
height: 140px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #d4d4d4;
}
@media screen and (max-width: 1399px) and (min-width: 1199px) {
.ezmu__thumbnail-list-item_back{
width: 100px;
height: 100px;
}
}
.ezmu__thumbnail-img {
display: block;
width: 100%;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
}
.ezmu__thumbnail-img-bg {
display: block;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat !important;
background-size: 100px 100px;
background-image: url(//www.bundesvereinigung-kabarett.de/wp-content/plugins/directorist/assets/images/file-solid.svg);
}
.ezmu__thumbnail-icon {
display: block;
margin: 0 auto;
width: 100px;
height: 100px;
-o-object-fit: contain;
object-fit: contain;
}
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater {
min-width: 140px;
width: 140px;
height: 140px;
border-radius: 50%;
}
@media screen and (max-width: 1399px) and (min-width: 1199px) {
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater{
min-width: 100px;
width: 100px;
height: 100px;
}
}
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater .ezmu__thumbnail-img {
-o-object-fit: cover;
object-fit: cover;
}
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater .ezmu__front-item__close {
top: unset;
right: unset;
bottom: 10px;
left: 50%;
-webkit-transform: scale(0.9) translateX(-50%);
-ms-transform: scale(0.9) translateX(-50%);
transform: scale(0.9) translateX(-50%);
}
.ezmu__info-list {
padding: 0;
margin: 0;
text-align: center;
max-width: 800px;
width: 100%;
}
.ezmu__info-list-item {
list-style: none;
display: inline-block;
margin-bottom: 5px;
margin-right: 20px;
color:#777;
font-size: 14px;
-webkit-transition: all ease-in-out 300ms;
-o-transition: all ease-in-out 300ms;
transition: all ease-in-out 300ms;
}
.ezmu__info-list-item::before {
content: ' ';
display: inline-block;
margin-right: 5px;
margin-top: 4px;
width: 14px;
height: 14px;
background-repeat: no-repeat;
background-position: center;
background-size: 8px 8px;
background-image: url(//www.bundesvereinigung-kabarett.de/wp-content/plugins/directorist/assets/images/info-solid.svg);
background-color:#c4c4c4;
vertical-align: top;
border-radius: 50%;
-webkit-transition: all ease-in-out 300ms;
-o-transition: all ease-in-out 300ms;
transition: all ease-in-out 300ms;
}
.ezmu__info-list-item.is-featured {
color: #1aa663;
}
.ezmu__info-list-item.is-featured::before {
background-image: url(//www.bundesvereinigung-kabarett.de/wp-content/plugins/directorist/assets/images/info-solid-light.svg);
background-color: #1aa663;
}
.ezmu__info-list-item.has-error {
color: #f25454;
}
.ezmu__info-list-item.has-error::before {
background-image: url(//www.bundesvereinigung-kabarett.de/wp-content/plugins/directorist/assets/images/info-solid-light.svg);
background-color: #f25454;
}
.ezmu_alert {
margin: 10px auto;
max-width: 300px;
width: 100%;
text-align: center;
padding: 5px;
border-radius: 3px;
color: gray;
background-color:#fff;
}
.ezmu_alert_error {
color:#600000;
background-color:#fbb;
}
.ezmu__titles-area {
display: block;
}
.ezmu__title-1,
.ezmu__title-2,
.ezmu__title-3 {
display: block;
margin-bottom: 1rem;
text-align: center;
}
.ezmu__title-1 {
font-size: 2rem;
}
.ezmu__title-2 {
font-size: 1.5rem;
}
.ezmu__title-3 {
font-size: 1.2rem;
}@font-face {
font-family: "swiper-icons";
src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
font-weight: 400;
font-style: normal;
} :root {
--swiper-theme-color: #007aff; }
:host {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
z-index: 1;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
display: block;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
transition-timing-function: var(
--swiper-wrapper-transition-timing-function,
initial
);
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
touch-action: pan-y;
}
.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
display: block;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
transform-style: preserve-3d;
}
.swiper-3d {
perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
transform-style: preserve-3d;
} .swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
content: "";
flex-shrink: 0;
order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
> .swiper-wrapper
> .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
> .swiper-wrapper
> .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}  .swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: linear-gradient(
to left,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-3d .swiper-slide-shadow-right {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-3d .swiper-slide-shadow-top {
background-image: linear-gradient(
to top,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .swiper-virtual .swiper-slide {
-webkit-backface-visibility: hidden;
transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
content: "";
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
height: 1px;
width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
width: 1px;
height: var(--swiper-virtual-size);
}
:root {
--swiper-navigation-size: 44px; }
.swiper-button-prev,
.swiper-button-next {
position: absolute;
top: var(--swiper-navigation-top-offset, 50%);
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
width: 100%;
height: 100%;
object-fit: contain;
transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
left: var(--swiper-navigation-sides-offset, 10px);
right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
}
.swiper-button-lock {
display: none;
} .swiper-button-prev:after,
.swiper-button-next:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
content: "next";
} :root { }
.swiper-pagination {
position: absolute;
text-align: center;
transition: 300ms opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
display: none !important;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: var(--swiper-pagination-bottom, 8px);
top: var(--swiper-pagination-top, auto);
left: 0;
width: 100%;
} .swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: var(
--swiper-pagination-bullet-width,
var(--swiper-pagination-bullet-size, 8px)
);
height: var(
--swiper-pagination-bullet-height,
var(--swiper-pagination-bullet-size, 8px)
);
display: inline-block;
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet:only-child {
display: none !important;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
right: var(--swiper-pagination-right, 8px);
left: var(--swiper-pagination-left, auto);
top: 50%;
transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
.swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px;
}
.swiper-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
display: inline-block;
transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
transition: 200ms transform, 200ms right;
} .swiper-pagination-fraction {
color: var(--swiper-pagination-fraction-color, inherit);
} .swiper-pagination-progressbar {
background: var(
--swiper-pagination-progressbar-bg-color,
rgba(0, 0, 0, 0.25)
);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
width: 100%;
height: var(--swiper-pagination-progressbar-size, 4px);
left: 0;
top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
width: var(--swiper-pagination-progressbar-size, 4px);
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-lock {
display: none;
}
:root { }
.swiper-scrollbar {
border-radius: var(--swiper-scrollbar-border-radius, 10px);
position: relative;
touch-action: none;
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
position: absolute;
left: var(--swiper-scrollbar-sides-offset, 1%);
bottom: var(--swiper-scrollbar-bottom, 4px);
top: var(--swiper-scrollbar-top, auto);
z-index: 50;
height: var(--swiper-scrollbar-size, 4px);
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
position: absolute;
left: var(--swiper-scrollbar-left, auto);
right: var(--swiper-scrollbar-right, 4px);
top: var(--swiper-scrollbar-sides-offset, 1%);
z-index: 50;
width: var(--swiper-scrollbar-size, 4px);
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
border-radius: var(--swiper-scrollbar-border-radius, 10px);
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
} .swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain;
} .swiper-slide-zoomed {
cursor: move;
touch-action: none;
} .swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active {
pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper.swiper-cube {
overflow: visible;
}
.swiper-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
content: "";
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
} .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper.swiper-flip {
overflow: visible;
}
.swiper-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
} .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper-creative .swiper-slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
transform-origin: center bottom;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}body.stop-scrolling{
height:100%;
overflow:hidden
}
.sweet-overlay{
background-color:#000;
-ms-filter:"alpha(opacity=40)";
background-color:rgba(0,0,0,.4);
position:fixed;
left:0;
right:0;
top:0;
bottom:0;
display:none;
z-index:10000
}
.sweet-alert{
background-color:#fff;
font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
width:478px;
padding:17px;
border-radius:5px;
text-align:center;
position:fixed;
left:50%;
top:50%;
margin-left:-256px;
margin-top:-200px;
overflow:hidden;
display:none;
z-index:99999
}
@media all and (max-width:540px){
.sweet-alert{
width:auto;
margin-left:0;
margin-right:0;
left:15px;
right:15px
}
}
.sweet-alert h2{
color:#575757;
font-size:30px;
text-align:center;
font-weight:600;
text-transform:none;
position:relative;
margin:25px 0;
padding:0;
line-height:40px;
display:block
}
.sweet-alert p{
color:#797979;
font-size:16px;
text-align:center;
font-weight:300;
position:relative;
text-align:inherit;
float:none;
margin:0;
padding:0;
line-height:normal
}
.sweet-alert fieldset{
border:0;
position:relative
}
.sweet-alert .sa-error-container{
background-color:#f1f1f1;
margin-left:-17px;
margin-right:-17px;
overflow:hidden;
padding:0 10px;
max-height:0;
webkit-transition:padding .15s,max-height .15s;
transition:padding .15s,max-height .15s
}
.sweet-alert .sa-error-container.show{
padding:10px 0;
max-height:100px;
webkit-transition:padding .2s,max-height .2s;
transition:padding .25s,max-height .25s
}
.sweet-alert .sa-error-container .icon{
display:inline-block;
width:24px;
height:24px;
border-radius:50%;
background-color:#ea7d7d;
color:#fff;
line-height:24px;
text-align:center;
margin-right:3px
}
.sweet-alert .sa-error-container p{
display:inline-block
}
.sweet-alert .sa-input-error{
position:absolute;
top:29px;
right:26px;
width:20px;
height:20px;
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5);
-webkit-transform-origin:50% 50%;
transform-origin:50% 50%;
-webkit-transition:all .1s;
transition:all .1s
}
.sweet-alert .sa-input-error::after,.sweet-alert .sa-input-error::before{
content:"";
width:20px;
height:6px;
background-color:#f06e57;
border-radius:3px;
position:absolute;
top:50%;
margin-top:-4px;
left:50%;
margin-left:-9px
}
.sweet-alert .sa-input-error::before{
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
.sweet-alert .sa-input-error::after{
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
.sweet-alert .sa-input-error.show{
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
.sweet-alert input{
width:100%;
box-sizing:border-box;
border-radius:3px;
border:1px solid #d7d7d7;
height:43px;
margin-top:10px;
margin-bottom:17px;
font-size:18px;
box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
padding:0 12px;
display:none;
-webkit-transition:all .3s;
transition:all .3s
}
.sweet-alert input:focus{
outline:0;
box-shadow:0 0 3px #c4e6f5;
border:1px solid #b4dbed
}
.sweet-alert input:focus::-moz-placeholder{
transition:opacity .3s 30ms ease;
opacity:.5
}
.sweet-alert input:focus:-ms-input-placeholder{
transition:opacity .3s 30ms ease;
opacity:.5
}
.sweet-alert input:focus::-webkit-input-placeholder{
transition:opacity .3s 30ms ease;
opacity:.5
}
.sweet-alert input::-moz-placeholder{
color:#bdbdbd
}
.sweet-alert input:-ms-input-placeholder{
color:#bdbdbd
}
.sweet-alert input::-webkit-input-placeholder{
color:#bdbdbd
}
.sweet-alert.show-input input{
display:block
}
.sweet-alert .sa-confirm-button-container{
display:inline-block;
position:relative
}
.sweet-alert .la-ball-fall{
position:absolute;
left:50%;
top:50%;
margin-left:-27px;
margin-top:4px;
opacity:0;
visibility:hidden
}
.sweet-alert button{
background-color:#8cd4f5;
color:#fff;
border:0;
box-shadow:none;
font-size:17px;
font-weight:500;
-webkit-border-radius:4px;
border-radius:5px;
padding:10px 32px;
margin:26px 5px 0 5px;
cursor:pointer
}
.sweet-alert button:focus{
outline:0;
box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)
}
.sweet-alert button:hover{
background-color:#7ecff4
}
.sweet-alert button:active{
background-color:#5dc2f1
}
.sweet-alert button.cancel{
background-color:#c1c1c1
}
.sweet-alert button.cancel:hover{
background-color:#b9b9b9
}
.sweet-alert button.cancel:active{
background-color:#a8a8a8
}
.sweet-alert button.cancel:focus{
box-shadow:rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important
}
.sweet-alert button[disabled]{
opacity:.6;
cursor:default
}
.sweet-alert button.confirm[disabled]{
color:transparent
}
.sweet-alert button.confirm[disabled]~.la-ball-fall{
opacity:1;
visibility:visible;
transition-delay:0
}
.sweet-alert button::-moz-focus-inner{
border:0
}
.sweet-alert[data-has-cancel-button=false] button{
box-shadow:none!important
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{
padding-bottom:40px
}
.sweet-alert .sa-icon{
width:80px;
height:80px;
border:4px solid gray;
-webkit-border-radius:40px;
border-radius:40px;
border-radius:50%;
margin:20px auto;
padding:0;
position:relative;
box-sizing:content-box
}
.sweet-alert .sa-icon.sa-error{
border-color:#f27474
}
.sweet-alert .sa-icon.sa-error .sa-x-mark{
position:relative;
display:block
}
.sweet-alert .sa-icon.sa-error .sa-line{
position:absolute;
height:5px;
width:47px;
background-color:#f27474;
display:block;
top:37px;
border-radius:2px
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
left:17px
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
right:16px
}
.sweet-alert .sa-icon.sa-warning{
border-color:#f8bb86
}
.sweet-alert .sa-icon.sa-warning .sa-body{
position:absolute;
width:5px;
height:47px;
left:50%;
top:10px;
-webkit-border-radius:2px;
border-radius:2px;
margin-left:-2px;
background-color:#f8bb86
}
.sweet-alert .sa-icon.sa-warning .sa-dot{
position:absolute;
width:7px;
height:7px;
-webkit-border-radius:50%;
border-radius:50%;
margin-left:-3px;
left:50%;
bottom:10px;
background-color:#f8bb86
}
.sweet-alert .sa-icon.sa-info{
border-color:#c9dae1
}
.sweet-alert .sa-icon.sa-info::before{
content:"";
position:absolute;
width:5px;
height:29px;
left:50%;
bottom:17px;
border-radius:2px;
margin-left:-2px;
background-color:#c9dae1
}
.sweet-alert .sa-icon.sa-info::after{
content:"";
position:absolute;
width:7px;
height:7px;
border-radius:50%;
margin-left:-3px;
top:19px;
background-color:#c9dae1
}
.sweet-alert .sa-icon.sa-success{
border-color:#a5dc86
}
.sweet-alert .sa-icon.sa-success::after,.sweet-alert .sa-icon.sa-success::before{
content:"";
-webkit-border-radius:40px;
border-radius:40px;
border-radius:50%;
position:absolute;
width:60px;
height:120px;
background:#fff;
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
.sweet-alert .sa-icon.sa-success::before{
-webkit-border-radius:120px 0 0 120px;
border-radius:120px 0 0 120px;
top:-7px;
left:-33px;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
-webkit-transform-origin:60px 60px;
transform-origin:60px 60px
}
.sweet-alert .sa-icon.sa-success::after{
-webkit-border-radius:0 120px 120px 0;
border-radius:0 120px 120px 0;
top:-11px;
left:30px;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
-webkit-transform-origin:0 60px;
transform-origin:0 60px
}
.sweet-alert .sa-icon.sa-success .sa-placeholder{
width:80px;
height:80px;
border:4px solid rgba(165,220,134,.2);
-webkit-border-radius:40px;
border-radius:40px;
border-radius:50%;
box-sizing:content-box;
position:absolute;
left:-4px;
top:-4px;
z-index:2
}
.sweet-alert .sa-icon.sa-success .sa-fix{
width:5px;
height:90px;
background-color:#fff;
position:absolute;
left:28px;
top:8px;
z-index:1;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line{
height:5px;
background-color:#a5dc86;
display:block;
border-radius:2px;
position:absolute;
z-index:2
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{
width:25px;
left:14px;
top:46px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{
width:47px;
right:8px;
top:38px;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
.sweet-alert .sa-icon.sa-custom{
background-size:contain;
border-radius:0;
border:0;
background-position:center center;
background-repeat:no-repeat
}
@-webkit-keyframes showSweetAlert{
0%{
transform:scale(.7);
-webkit-transform:scale(.7)
}
45%{
transform:scale(1.05);
-webkit-transform:scale(1.05)
}
80%{
transform:scale(.95);
-webkit-transform:scale(.95)
}
100%{
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes showSweetAlert{
0%{
transform:scale(.7);
-webkit-transform:scale(.7)
}
45%{
transform:scale(1.05);
-webkit-transform:scale(1.05)
}
80%{
transform:scale(.95);
-webkit-transform:scale(.95)
}
100%{
transform:scale(1);
-webkit-transform:scale(1)
}
}
@-webkit-keyframes hideSweetAlert{
0%{
transform:scale(1);
-webkit-transform:scale(1)
}
100%{
transform:scale(.5);
-webkit-transform:scale(.5)
}
}
@keyframes hideSweetAlert{
0%{
transform:scale(1);
-webkit-transform:scale(1)
}
100%{
transform:scale(.5);
-webkit-transform:scale(.5)
}
}
@-webkit-keyframes slideFromTop{
0%{
top:0
}
100%{
top:50%
}
}
@keyframes slideFromTop{
0%{
top:0
}
100%{
top:50%
}
}
@-webkit-keyframes slideToTop{
0%{
top:50%
}
100%{
top:0
}
}
@keyframes slideToTop{
0%{
top:50%
}
100%{
top:0
}
}
@-webkit-keyframes slideFromBottom{
0%{
top:70%
}
100%{
top:50%
}
}
@keyframes slideFromBottom{
0%{
top:70%
}
100%{
top:50%
}
}
@-webkit-keyframes slideToBottom{
0%{
top:50%
}
100%{
top:70%
}
}
@keyframes slideToBottom{
0%{
top:50%
}
100%{
top:70%
}
}
.showSweetAlert[data-animation=pop]{
-webkit-animation:showSweetAlert .3s;
animation:showSweetAlert .3s
}
.showSweetAlert[data-animation=none]{
-webkit-animation:none;
animation:none
}
.showSweetAlert[data-animation=slide-from-top]{
-webkit-animation:slideFromTop .3s;
animation:slideFromTop .3s
}
.showSweetAlert[data-animation=slide-from-bottom]{
-webkit-animation:slideFromBottom .3s;
animation:slideFromBottom .3s
}
.hideSweetAlert[data-animation=pop]{
-webkit-animation:hideSweetAlert .2s;
animation:hideSweetAlert .2s
}
.hideSweetAlert[data-animation=none]{
-webkit-animation:none;
animation:none
}
.hideSweetAlert[data-animation=slide-from-top]{
-webkit-animation:slideToTop .4s;
animation:slideToTop .4s
}
.hideSweetAlert[data-animation=slide-from-bottom]{
-webkit-animation:slideToBottom .3s;
animation:slideToBottom .3s
}
@-webkit-keyframes animateSuccessTip{
0%{
width:0;
left:1px;
top:19px
}
54%{
width:0;
left:1px;
top:19px
}
70%{
width:50px;
left:-8px;
top:37px
}
84%{
width:17px;
left:21px;
top:48px
}
100%{
width:25px;
left:14px;
top:45px
}
}
@keyframes animateSuccessTip{
0%{
width:0;
left:1px;
top:19px
}
54%{
width:0;
left:1px;
top:19px
}
70%{
width:50px;
left:-8px;
top:37px
}
84%{
width:17px;
left:21px;
top:48px
}
100%{
width:25px;
left:14px;
top:45px
}
}
@-webkit-keyframes animateSuccessLong{
0%{
width:0;
right:46px;
top:54px
}
65%{
width:0;
right:46px;
top:54px
}
84%{
width:55px;
right:0;
top:35px
}
100%{
width:47px;
right:8px;
top:38px
}
}
@keyframes animateSuccessLong{
0%{
width:0;
right:46px;
top:54px
}
65%{
width:0;
right:46px;
top:54px
}
84%{
width:55px;
right:0;
top:35px
}
100%{
width:47px;
right:8px;
top:38px
}
}
@-webkit-keyframes rotatePlaceholder{
0%{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
5%{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
12%{
transform:rotate(-405deg);
-webkit-transform:rotate(-405deg)
}
100%{
transform:rotate(-405deg);
-webkit-transform:rotate(-405deg)
}
}
@keyframes rotatePlaceholder{
0%{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
5%{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
12%{
transform:rotate(-405deg);
-webkit-transform:rotate(-405deg)
}
100%{
transform:rotate(-405deg);
-webkit-transform:rotate(-405deg)
}
}
.animateSuccessTip{
-webkit-animation:animateSuccessTip .75s;
animation:animateSuccessTip .75s
}
.animateSuccessLong{
-webkit-animation:animateSuccessLong .75s;
animation:animateSuccessLong .75s
}
.sa-icon.sa-success.animate::after{
-webkit-animation:rotatePlaceholder 4.25s ease-in;
animation:rotatePlaceholder 4.25s ease-in
}
@-webkit-keyframes animateErrorIcon{
0%{
transform:rotateX(100deg);
-webkit-transform:rotateX(100deg);
opacity:0
}
100%{
transform:rotateX(0);
-webkit-transform:rotateX(0);
opacity:1
}
}
@keyframes animateErrorIcon{
0%{
transform:rotateX(100deg);
-webkit-transform:rotateX(100deg);
opacity:0
}
100%{
transform:rotateX(0);
-webkit-transform:rotateX(0);
opacity:1
}
}
.animateErrorIcon{
-webkit-animation:animateErrorIcon .5s;
animation:animateErrorIcon .5s
}
@-webkit-keyframes animateXMark{
0%{
transform:scale(.4);
-webkit-transform:scale(.4);
margin-top:26px;
opacity:0
}
50%{
transform:scale(.4);
-webkit-transform:scale(.4);
margin-top:26px;
opacity:0
}
80%{
transform:scale(1.15);
-webkit-transform:scale(1.15);
margin-top:-6px
}
100%{
transform:scale(1);
-webkit-transform:scale(1);
margin-top:0;
opacity:1
}
}
@keyframes animateXMark{
0%{
transform:scale(.4);
-webkit-transform:scale(.4);
margin-top:26px;
opacity:0
}
50%{
transform:scale(.4);
-webkit-transform:scale(.4);
margin-top:26px;
opacity:0
}
80%{
transform:scale(1.15);
-webkit-transform:scale(1.15);
margin-top:-6px
}
100%{
transform:scale(1);
-webkit-transform:scale(1);
margin-top:0;
opacity:1
}
}
.animateXMark{
-webkit-animation:animateXMark .5s;
animation:animateXMark .5s
}
@-webkit-keyframes pulseWarning{
0%{
border-color:#f8d486
}
100%{
border-color:#f8bb86
}
}
@keyframes pulseWarning{
0%{
border-color:#f8d486
}
100%{
border-color:#f8bb86
}
}
.pulseWarning{
-webkit-animation:pulseWarning .75s infinite alternate;
animation:pulseWarning .75s infinite alternate
}
@-webkit-keyframes pulseWarningIns{
0%{
background-color:#f8d486
}
100%{
background-color:#f8bb86
}
}
@keyframes pulseWarningIns{
0%{
background-color:#f8d486
}
100%{
background-color:#f8bb86
}
}
.pulseWarningIns{
-webkit-animation:pulseWarningIns .75s infinite alternate;
animation:pulseWarningIns .75s infinite alternate
}
@-webkit-keyframes rotate-loading{
0%{
transform:rotate(0)
}
100%{
transform:rotate(360deg)
}
}
@keyframes rotate-loading{
0%{
transform:rotate(0)
}
100%{
transform:rotate(360deg)
}
} .la-ball-fall,.la-ball-fall>div{
position:relative;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.la-ball-fall{
display:block;
font-size:0;
color:#fff
}
.la-ball-fall.la-dark{
color:#333
}
.la-ball-fall>div{
display:inline-block;
float:none;
background-color:currentColor;
border:0 solid currentColor
}
.la-ball-fall{
width:54px;
height:18px
}
.la-ball-fall>div{
width:10px;
height:10px;
margin:4px;
border-radius:100%;
opacity:0;
-webkit-animation:ball-fall 1s ease-in-out infinite;
-moz-animation:ball-fall 1s ease-in-out infinite;
-o-animation:ball-fall 1s ease-in-out infinite;
animation:ball-fall 1s ease-in-out infinite
}
.la-ball-fall>div:nth-child(1){
-webkit-animation-delay:-.2s;
-moz-animation-delay:-.2s;
-o-animation-delay:-.2s;
animation-delay:-.2s
}
.la-ball-fall>div:nth-child(2){
-webkit-animation-delay:-.1s;
-moz-animation-delay:-.1s;
-o-animation-delay:-.1s;
animation-delay:-.1s
}
.la-ball-fall>div:nth-child(3){
-webkit-animation-delay:0;
-moz-animation-delay:0;
-o-animation-delay:0;
animation-delay:0
}
.la-ball-fall.la-sm{
width:26px;
height:8px
}
.la-ball-fall.la-sm>div{
width:4px;
height:4px;
margin:2px
}
.la-ball-fall.la-2x{
width:108px;
height:36px
}
.la-ball-fall.la-2x>div{
width:20px;
height:20px;
margin:8px
}
.la-ball-fall.la-3x{
width:162px;
height:54px
}
.la-ball-fall.la-3x>div{
width:30px;
height:30px;
margin:12px
}
@-webkit-keyframes ball-fall{
0%{
opacity:0;
-webkit-transform:translateY(-145%);
transform:translateY(-145%)
}
10%{
opacity:.5
}
20%{
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
80%{
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
90%{
opacity:.5
}
100%{
opacity:0;
-webkit-transform:translateY(145%);
transform:translateY(145%)
}
}
@-moz-keyframes ball-fall{
0%{
opacity:0;
-moz-transform:translateY(-145%);
transform:translateY(-145%)
}
10%{
opacity:.5
}
20%{
opacity:1;
-moz-transform:translateY(0);
transform:translateY(0)
}
80%{
opacity:1;
-moz-transform:translateY(0);
transform:translateY(0)
}
90%{
opacity:.5
}
100%{
opacity:0;
-moz-transform:translateY(145%);
transform:translateY(145%)
}
}
@-o-keyframes ball-fall{
0%{
opacity:0;
-o-transform:translateY(-145%);
transform:translateY(-145%)
}
10%{
opacity:.5
}
20%{
opacity:1;
-o-transform:translateY(0);
transform:translateY(0)
}
80%{
opacity:1;
-o-transform:translateY(0);
transform:translateY(0)
}
90%{
opacity:.5
}
100%{
opacity:0;
-o-transform:translateY(145%);
transform:translateY(145%)
}
}
@keyframes ball-fall{
0%{
opacity:0;
-webkit-transform:translateY(-145%);
-moz-transform:translateY(-145%);
-o-transform:translateY(-145%);
transform:translateY(-145%)
}
10%{
opacity:.5
}
20%{
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0)
}
80%{
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0)
}
90%{
opacity:.5
}
100%{
opacity:0;
-webkit-transform:translateY(145%);
-moz-transform:translateY(145%);
-o-transform:translateY(145%);
transform:translateY(145%)
}
}

.pp-podcast[id^=pp-podcast-],
.pp-modal-window {
font-size: 16px;
line-height: 1.33;
font-weight: normal;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
box-sizing: border-box;
}
.pp-podcast[id^=pp-podcast-] *,
.pp-podcast[id^=pp-podcast-] *:before,
.pp-podcast[id^=pp-podcast-] *:after,
.pp-modal-window *,
.pp-modal-window *:before,
.pp-modal-window *:after {
box-sizing: inherit;
min-width: 0;
}
.pp-podcast[id^=pp-podcast-],
.pp-podcast[id^=pp-podcast-] button,
.pp-podcast[id^=pp-podcast-] input,
.pp-podcast[id^=pp-podcast-] .ppjs__audio-timer,
.pp-podcast[id^=pp-podcast-] .ppjs__time-float,
.pp-modal-window,
.pp-modal-window button,
.pp-modal-window input,
.pp-modal-window .ppjs__audio-timer,
.pp-modal-window .ppjs__time-float {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
}
.pp-podcast[id^=pp-podcast-] button,
.pp-modal-window button {
line-height: 1 !important;
}
.pp-podcast[id^=pp-podcast-] a.button:disabled,
.pp-podcast[id^=pp-podcast-] a.button.disabled,
.pp-podcast[id^=pp-podcast-] a.button:disabled[disabled],
.pp-podcast[id^=pp-podcast-] button.disabled,
.pp-podcast[id^=pp-podcast-] button[disabled],
.pp-podcast[id^=pp-podcast-] input[type=button][disabled],
.pp-podcast[id^=pp-podcast-] input[type=reset][disabled],
.pp-podcast[id^=pp-podcast-] input[type=submit][disabled],
.pp-modal-window a.button:disabled,
.pp-modal-window a.button.disabled,
.pp-modal-window a.button:disabled[disabled],
.pp-modal-window button.disabled,
.pp-modal-window button[disabled],
.pp-modal-window input[type=button][disabled],
.pp-modal-window input[type=reset][disabled],
.pp-modal-window input[type=submit][disabled] {
opacity: 0.4;
}
.pp-podcast[id^=pp-podcast-] a.button:disabled:hover,
.pp-podcast[id^=pp-podcast-] a.button.disabled:hover,
.pp-podcast[id^=pp-podcast-] a.button:disabled[disabled]:hover,
.pp-podcast[id^=pp-podcast-] button.disabled:hover,
.pp-podcast[id^=pp-podcast-] button[disabled]:hover,
.pp-podcast[id^=pp-podcast-] input[type=button][disabled]:hover,
.pp-podcast[id^=pp-podcast-] input[type=reset][disabled]:hover,
.pp-podcast[id^=pp-podcast-] input[type=submit][disabled]:hover,
.pp-modal-window a.button:disabled:hover,
.pp-modal-window a.button.disabled:hover,
.pp-modal-window a.button:disabled[disabled]:hover,
.pp-modal-window button.disabled:hover,
.pp-modal-window button[disabled]:hover,
.pp-modal-window input[type=button][disabled]:hover,
.pp-modal-window input[type=reset][disabled]:hover,
.pp-modal-window input[type=submit][disabled]:hover {
cursor: not-allowed;
}
.pp-podcast[id^=pp-podcast-] p,
.pp-modal-window p {
font-size: 16px !important;
margin-bottom: 1.33rem !important;
}
.pp-podcast[id^=pp-podcast-] a,
.pp-modal-window a {
color: #65b84f;
text-decoration: none !important;
border-bottom-width: 0;
box-shadow: none !important;
background-image: none !important;
}
.pp-podcast[id^=pp-podcast-] a:hover,
.pp-modal-window a:hover {
text-decoration: none;
}
.pp-podcast[id^=pp-podcast-] a:focus,
.pp-modal-window a:focus {
outline: thin dotted;
outline-offset: -0.05em;
}
.pp-podcast[id^=pp-podcast-] h1,
.pp-podcast[id^=pp-podcast-] h2,
.pp-podcast[id^=pp-podcast-] h3,
.pp-podcast[id^=pp-podcast-] h4,
.pp-podcast[id^=pp-podcast-] h5,
.pp-podcast[id^=pp-podcast-] h6,
.pp-podcast[id^=pp-podcast-] b,
.pp-podcast[id^=pp-podcast-] strong,
.pp-modal-window h1,
.pp-modal-window h2,
.pp-modal-window h3,
.pp-modal-window h4,
.pp-modal-window h5,
.pp-modal-window h6,
.pp-modal-window b,
.pp-modal-window strong {
margin: 20px 0 !important;
color: currentColor;
}
.pp-podcast[id^=pp-podcast-] h1,
.pp-modal-window h1 {
font-size: 20px !important;
}
.pp-podcast[id^=pp-podcast-] h2,
.pp-modal-window h2 {
font-size: 20px !important;
}
.pp-podcast[id^=pp-podcast-] h3,
.pp-modal-window h3 {
font-size: 18px !important;
}
.pp-podcast[id^=pp-podcast-] h4,
.pp-modal-window h4 {
font-size: 16px !important;
}
.pp-podcast[id^=pp-podcast-] h5,
.pp-modal-window h5 {
font-size: 15px !important;
}
.pp-podcast[id^=pp-podcast-] h6,
.pp-modal-window h6 {
font-size: 14px !important;
}
.pp-podcast[id^=pp-podcast-] .pod-entry__title a,
.pp-modal-window .pod-entry__title a {
text-decoration: none;
color: #333333 !important;
}
.pp-podcast[id^=pp-podcast-] .pod-entry__title a:hover, .pp-podcast[id^=pp-podcast-] .pod-entry__title a:focus,
.pp-modal-window .pod-entry__title a:hover,
.pp-modal-window .pod-entry__title a:focus {
color: #333333 !important;
}
.pp-podcast[id^=pp-podcast-] img,
.pp-modal-window img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
.pp-modal-window {
color: #333333 !important;
}
button.pod-button {
display: inline-block;
position: relative;
background-color: #65b84f;
border: none;
border-radius: 0 !important;
height: auto !important;
color: #ffffff;
letter-spacing: normal;
padding: 0.665em 0.9975em;
text-transform: capitalize;
line-height: 1 !important;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
text-decoration: none;
margin: 0 !important;
background: none !important;
cursor: pointer;
text-align: center;
font-size: 1em;
box-shadow: none !important;
}
button.pod-button:hover, button.pod-button:focus {
background-color: #65b84f;
background-image: none;
box-shadow: none;
border-width: 0;
}
button.pp-modal-close {
box-shadow: none !important;
color: #333333 !important;
letter-spacing: normal;
line-height: 1 !important;
margin: 0 !important;
cursor: pointer;
}
.pp-podcast button,
.pp-podcast input {
max-height: none !important;
min-height: 0 !important;
}
.pp-podcast button::after,
.pp-podcast input::after {
opacity: 0;
}
.pp-podcast .icon,
.pp-modal-window .icon {
position: relative;
top: -0.0625em;
display: inline-block;
width: 1em !important;
height: 1em !important;
vertical-align: middle;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
background-color: transparent !important;
}
.pp-podcast {
border: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
margin-bottom: 20px;
border-radius: 8px;
clear: both;
opacity: 0;
transition: 0.5s opacity ease;
}
.pp-podcast.pp-podcast-added {
opacity: 1;
}
.pp-podcast.playerview {
background-color: #ffffff;
}
.pp-podcast__extra {
margin-bottom: 20px;
}
.pp-podcast.pp-shared-episode.playerview .episode-list {
display: none !important;
}
.widget .pp-podcast {
margin-bottom: 0;
}
.pp-podcast,
.pp-podcast p {
color: #333333 !important;
}
.pp-podcast,
.pp-podcast * {
box-sizing: border-box;
}
.pp-podcast .wp-video {
margin-bottom: 0 !important;
}
audio.pp-podcast-episode {
opacity: 0;
}
.pp-podcast__wrapper {
position: relative;
}
.pod-content {
padding: 0;
font-size: 15px;
position: relative;
}
.pod-info {
position: relative;
}
.pod-info:after {
display: table;
content: "";
clear: both;
}
.playerview .pod-info {
display: none;
}
.playerview.header-hidden.header-toggle .pod-info, .playerview.header-visible.header-toggle .pod-info {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #ffffff;
color: #333333;
z-index: 10;
overflow: hidden;
overflow-y: auto;
}
.playerview.header-hidden.header-toggle .pod-info__header, .playerview.header-visible.header-toggle .pod-info__header {
border-bottom-width: 0;
}
.playerview.header-toggle.light-color .pod-info {
background-color: #333333 !important;
}
.pod-info__header {
padding: 20px 20px 10px;
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.postview .pod-info__header {
border-bottom-width: 0;
}
.pod-info__header:after {
display: block;
content: "";
clear: both;
}
.pod-info__toggle {
cursor: pointer;
margin: 0 0 0 auto !important;
line-height: 1 !important;
box-shadow: none !important;
padding: 0 !important;
background-color: transparent !important;
color: #333333 !important;
font-size: 16px !important;
border-width: 0 !important;
width: 40px;
height: 40px;
position: absolute;
top: 0;
right: 0;
z-index: 9;
}
.pod-info__toggle .icon-pp-x {
display: none;
}
.pod-info__toggle.toggled-on .icon-pp-x {
display: inline-block;
}
.pod-info__toggle.toggled-on .icon-pp-info {
display: none;
}
.pod-info__toggle:hover, .pod-info__toggle:focus {
background-color: transparent;
box-shadow: none;
}
.pod-info__toggle:hover,
.pod-info__toggle:hover *, .pod-info__toggle:focus,
.pod-info__toggle:focus * {
color: #333333 !important;
}
.pod-header__image {
width: 100%;
margin-bottom: 20px;
position: relative;
}
.narrow-player .pod-header__image + .pod-header__items {
margin-top: 0;
}
.pod-header__image .pod-header__image-wrapper {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
}
.pod-header__image .pod-header__image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
}
.narrow-player .pod-header__items {
margin-top: 60px;
}
.pod-header:after {
display: table;
content: "";
clear: both;
}
.pod-items__title {
font-size: 15px;
line-height: 1.25;
font-weight: bold;
margin-bottom: 5px;
}
.pod-items__desc {
font-size: 15px;
margin-bottom: 10px;
}
.pod-items__menu {
clear: both;
}
.pod-items__menu .podcast-menu ul {
font-size: 12px;
margin: 0;
padding: 0;
}
.pod-items__menu .podcast-menu {
border-bottom-width: 0;
box-shadow: none;
line-height: 1.33 !important;
}
.pod-items__menu .menu-item {
display: inline-block;
margin: 0 !important;
padding: 10px 15px !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
border-radius: 0 !important;
background-color: transparent !important;
font-weight: bold;
}
.pod-items__menu .menu-item:first-child {
margin-left: 0;
}
.pod-items__menu .menu-item a:hover, .pod-items__menu .menu-item a:focus {
text-decoration: underline !important;
}
.pod-items__menu .menu-item a .icon {
font-size: 20px !important;
margin-right: 5px !important;
}
.pod-items__menu .menu-item .sub-listen-text {
display: none;
}
.pod-items__menu ul.pod-menu {
margin: 0;
padding: 0;
list-style: none;
}
.pod-items__navi-menu {
width: 100%;
display: flex;
flex-wrap: wrap;
position: relative;
}
.pod-items__navi-menu .podcast-menu {
display: none;
position: absolute;
z-index: 9999;
right: -100%;
top: 120%;
width: 180px;
margin: 0 !important;
padding: 0 !important;
border-radius: 8px;
background-color: #fff;
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.pod-items__navi-menu .podcast-menu li {
display: block;
}
.pod-items__navi-menu .podcast-menu li a {
display: block;
width: 100%;
color: #333333 !important;
}
.pod-items__navi-menu .pod-items__menu {
position: relative;
}
.pod-items__navi-menu .pod-items__menu.toggled-window .podcast-menu {
display: block;
}
.playerview .pod-info .pod-items__navi-menu {
display: none;
}
.pod-items__navi-menu a.subscribe-item {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
font-size: 20px;
display: flex;
align-items: center;
margin-right: 5px;
width: 40px;
height: 40px;
}
.pod-items__navi-menu a.subscribe-item .icon {
width: 1.15em !important;
height: 1.15em !important;
left: 50%;
transform: translateX(-50%);
top: 0;
font-size: 18px;
}
.pod-items__navi-menu a.subscribe-item .sub-text,
.pod-items__navi-menu a.subscribe-item .sub-listen-text {
display: none;
}
.pod-items__navi-menu a.subscribe-item .pp-amazon-subscribe-btn {
display: block;
width: 100%;
}
.pod-items__navi-menu a.subscribe-item .pp-amazon-subscribe-icon {
display: flex;
flex-direction: column;
padding: 3px;
}
.pod-items__navi-menu a.subscribe-item .pp-amazon-subscribe-icon .icon {
height: 10px !important;
width: auto !important;
}
.pod-items__navi-menu button.pod-items__menu-open {
font-size: 18px !important;
background-color: transparent !important;
color: #333333 !important;
width: 40px !important;
height: 40px !important;
padding: 0 !important;
margin: 0 !important;
}
.pod-items__navi-menu button.pod-items__menu-open .icon {
width: 1em !important;
height: 1em !important;
}
.pod-items__navi-menu button.pod-items__menu-open .btn-icon-wrap {
display: inline-block;
}
.episode-list {
display: none;
}
.list-default .episode-list {
display: block;
}
.postview .episode-list, .pp-modal-tabs-list .episode-list {
display: block !important;
}
.episode-list__filters {
display: flex;
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 20px !important;
}
.episode-list__search {
position: relative;
padding: 5px 0 !important;
margin: 0 !important;
flex: 1;
}
.episode-list__search label {
margin: 0 !important;
padding: 0 !important;
}
.episode-list__search input[type=text] {
width: 100%;
height: 40px !important;
background-color: transparent !important;
background-image: none !important;
color: #333333 !important;
border-width: 0 !important;
border-radius: 0 !important;
font-size: 14px !important;
padding: 13px !important;
padding-left: 30px !important;
margin-bottom: 0 !important;
box-shadow: none !important;
outline: none !important;
line-height: 1 !important;
}
.episode-list__search input[type=text]::-ms-clear {
display: none;
}
.episode-list__search input[type=text]::placeholder {
color: #606060;
line-height: 1;
}
.episode-list__filter-dropdown {
flex-basis: 20%;
min-width: 100px !important;
}
.episode-list__filter-select {
border-width: 0 0 0 1px !important;
box-shadow: none !important;
border-radius: 0 !important;
width: 100% !important;
padding: 0.875em !important;
border-color: #e6e6e6 !important;
cursor: pointer;
line-height: 1 !important;
background-color: transparent !important;
-webkit-appearance: auto !important;
appearance: auto !important;
background: none !important;
}
.episode-list__clear-search.pod-button {
background-color: #f0f0f0 !important;
padding: 8px !important;
margin-left: 5px !important;
color: rgba(0, 0, 0, 0.3) !important;
border-width: 0 !important;
border-radius: 5px !important;
font-size: 20px !important;
display: none;
min-height: 0 !important;
}
.episode-list__clear-search.pod-button:hover, .episode-list__clear-search.pod-button:focus {
background-color: transparent;
color: #333333 !important;
}
.episode-list__search-icon {
color: rgba(0, 0, 0, 0.3) !important;
border-width: 0 !important;
font-size: 20px !important;
position: absolute;
top: 30px;
min-height: 0 !important;
display: block;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.episode-list__wrapper {
overflow-x: hidden;
overflow-y: auto;
width: 100% !important;
height: auto;
}
button.episode-list__load-more {
display: block;
border-width: 0 !important;
border-radius: 0 !important;
background-color: transparent !important;
background: none !important;
color: currentColor !important;
box-shadow: none !important;
width: 100%;
padding: 16px 20px !important;
height: auto !important;
line-height: 1 !important;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
margin: 0 !important;
cursor: pointer;
}
button.episode-list__load-more:hover, button.episode-list__load-more:focus {
background-color: transparent !important;
}
.episode-list__search-results {
display: none;
}
.episode-single {
display: none;
position: relative;
background-color: #ffffff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.episode-single__wrapper {
padding: 20px;
width: 100% !important;
max-height: 400px;
overflow-y: scroll;
}
.episode-single__header {
padding-bottom: 20px;
}
.episode-single__header .single-author {
color: #606060;
margin-left: 5px;
}
.episode-single__author {
font-size: 15px;
}
.episode-single__title {
padding-right: 40px;
font-size: 17px;
}
.episode-single__description, .pp-podcast .episode-single__description,
.episode-single__description p,
.pp-podcast .episode-single__description p {
margin-bottom: 10px !important;
}
.episode-single__description .pp-podcast {
display: none;
}
.episode-single__link {
display: block;
}
.episode-single__close {
cursor: pointer;
margin: 0 !important;
line-height: 1 !important;
padding: 0 !important;
background-color: transparent !important;
color: currentColor;
font-size: 20px !important;
border-width: 0 !important;
position: absolute;
box-shadow: none !important;
right: 20px;
top: 20px;
width: 40px;
height: 40px;
}
.episode-single__close:hover, .episode-single__close:focus {
background-color: transparent !important;
}
.episode-single__close:hover,
.episode-single__close:hover *, .episode-single__close:focus,
.episode-single__close:focus * {
color: currentColor !important;
}
.pod-entry {
padding: 10px 20px;
cursor: pointer;
position: relative;
font-size: 15px;
}
.playerview .pod-entry {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pod-entry__title {
font-size: 15px;
margin-bottom: 3px;
}
.activeEpisode .pod-entry__title a, .activeEpisode .pod-entry__title a:focus {
outline: none;
}
.pod-entry__date {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #606060;
display: inline-block;
}
.playerview .pod-entry.activeEpisode {
background-color: rgba(101, 184, 79, 0.1);
}
.pod-entry .pod-entry__author {
font-size: 12px;
color: #606060;
letter-spacing: 1px;
clear: both;
display: inline-block;
font-weight: bold;
}
.pod-entry .pod-entry__author:before {
display: inline-block;
margin: 0 5px;
content: "·";
}
.ppjs__container {
position: relative;
max-width: 100%;
}
.ppjs__container:focus {
outline: none;
}
.ppjs__container-fullscreen {
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 1000;
}
.ppjs__container-fullscreen .ppjs__mediaelement,
.ppjs__container-fullscreen video {
height: 100% !important;
width: 100% !important;
}
.ppjs__container { }
.ppjs__container video::-webkit-media-controls,
.ppjs__container video::-webkit-media-controls-panel,
.ppjs__container video::-webkit-media-controls-panel-container,
.ppjs__container video::-webkit-media-controls-start-playback-button {
-webkit-appearance: none;
display: none !important;
}
.ppjs__container.ppjs__audio {
width: 100% !important;
min-width: 0 !important;
height: auto !important;
}
.ppjs__video video {
margin-bottom: 0 !important;
}
.ppjs__button > button, .ppjs__button > a.button {
color: #ffffff !important;
background: none !important;
}
.ppjs__iframe-overlay {
height: 100%;
position: absolute;
width: 100%;
}
.ppjs__fullscreen {
overflow: hidden;
}
.ppjs__fullscreen-button .icon-pp-minimize {
display: none;
}
.ppjs__fullscreen-button.ppjs__unfullscreen .icon-pp-minimize {
display: block;
}
.ppjs__fullscreen-button.ppjs__unfullscreen .icon-pp-maximize {
display: none;
}
.ppjs__background {
left: 0;
position: absolute;
top: 0;
}
.ppjs__mediaelement {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.ppjs__poster {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
left: 0;
position: absolute;
top: 0;
z-index: 1;
}
.ppjs__poster-img {
border: 0;
padding: 0;
}
:root .ppjs__poster-img {
display: none;
}
.ppjs__overlay {
align-items: center;
display: flex;
justify-content: center;
left: 0;
position: absolute;
top: 0;
background-color: rgba(0, 0, 0, 0.2);
}
.ppjs__overlay-play {
cursor: pointer;
}
.ppjs__overlay-button, .ppjs__overlay-loading {
color: #ffffff;
font-size: 60px;
padding: 0;
margin: 0;
line-height: 1;
}
.ppjs__overlay-loading {
animation: ppjs__loading-spinner 1s linear infinite;
z-index: 1;
}
.ppjs__layer {
z-index: 1;
}
.ppjs__poster img {
width: 100% !important;
height: 100% !important;
object-fit: cover;
}
.ppjs__controls {
bottom: 0;
display: flex;
height: 40px;
left: 0;
list-style-type: none;
margin: 0;
padding: 0 10px;
position: absolute;
width: 100%;
z-index: 1;
}
.ppjs__controls:not([style*="display: none"]) {
background: rgba(255, 0, 0, 0.7);
background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.ppjs__audio .ppjs__controls {
position: relative;
display: block;
height: auto;
background: none;
padding: 0;
}
.ppjs__controls button .icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.ppjs__time-rail {
font-size: 10px;
height: 40px;
line-height: 10px;
margin: 0;
width: 32px;
}
.ppjs__audio-controls {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px 0 10px;
background-color: transparent;
margin: 0 20px;
}
.ppjs__audio-controls .ppjs__secondary-controls {
width: 100%;
}
.ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button,
.ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button {
margin: 0 auto;
display: block;
}
.ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:hover,
.ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:hover *, .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:focus,
.ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:focus *,
.ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:hover,
.ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:hover *,
.ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:focus,
.ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:focus * {
color: #333333 !important;
}
.ppjs__audio-controls .ppjs__secondary-controls .ppjs__control_btns {
display: flex;
justify-content: space-between;
margin: 20px 0 10px;
}
.rtl .ppjs__audio-controls .ppjs__secondary-controls .ppjs__control_btns {
flex-direction: row-reverse;
}
.ppjs__audio-controls .dyna-msg-title {
display: none;
}
.ppjs__audio-time-rail {
display: flex;
background-color: rgba(0, 0, 0, 0.08);
}
.ppjs__audio-timer {
display: flex;
padding: 0 20px 10px;
justify-content: space-between;
height: 20px;
align-items: center;
}
.rtl .ppjs__audio-timer {
flex-direction: row-reverse;
}
.ppjs__audio .ppjs__button {
width: auto;
height: auto;
position: relative;
display: inline-block;
margin: 0 5px;
}
.ppjs__audio .ppjs__button:first-of-type {
margin-left: 0;
}
.ppjs__audio .ppjs__button:last-of-type {
margin-right: 0;
}
.ppjs__audio .ppjs__button > button, .ppjs__audio .ppjs__button > a.button {
position: relative;
font-size: 20px !important;
width: 40px;
height: 40px;
padding: 0 !important;
color: #333333 !important;
box-shadow: none !important;
}
.ppjs__audio .ppjs__button > button .icon, .ppjs__audio .ppjs__button > a.button .icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.ppjs__audio .ppjs__button > button::after, .ppjs__audio .ppjs__button > a.button::after {
display: none !important;
}
.ppjs__audio .ppjs__button.ppjs__jump-forward-button > button, .ppjs__audio .ppjs__button.ppjs__jump-forward-button > a.button, .ppjs__audio .ppjs__button.ppjs__skip-backward-button > button, .ppjs__audio .ppjs__button.ppjs__skip-backward-button > a.button, .ppjs__audio .ppjs__button.ppjs__cc-button > button, .ppjs__audio .ppjs__button.ppjs__cc-button > a.button {
font-size: 28px !important;
}
.ppjs__audio .ppjs__button.ppjs__cc-button {
display: none;
}
.ppjs__audio .ppjs__button.ppjs__share-button > button .icon, .ppjs__audio .ppjs__button.ppjs__share-button > a.button .icon {
top: calc(50% + 1px);
}
.ppjs__audio .ppjs__button .play-rate-text {
line-height: 18px !important;
letter-spacing: 0 !important;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 36px;
height: 22px;
border-radius: 12px;
border: 0.09em solid rgba(0, 0, 0, 0.3);
}
.ppjs__audio .ppjs__button .play-rate-text .pp-rate {
display: inline;
font-size: 12px !important;
position: relative;
top: -2px;
}
.ppjs__audio .ppjs__button .play-rate-text .pp-times {
font-size: 9px !important;
position: relative;
top: -2px;
}
.ppjs__audio .ppjs__button .play-rate-list {
padding: 15px !important;
border-radius: 8px;
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
position: absolute;
bottom: 100%;
left: 10%;
width: 250px;
z-index: 9999;
background-color: #ffffff;
display: none;
margin: 0 !important;
}
.rtl .ppjs__audio .ppjs__button .play-rate-list {
right: 10%;
left: auto;
}
.ppjs__audio .ppjs__button .play-rate-list li {
display: inline-block;
line-height: 1 !important;
margin: 0 5px 0 0;
border-width: 0;
padding: 0 !important;
}
.ppjs__audio .ppjs__button .play-rate-list li:last-of-type {
margin: 0;
}
.ppjs__audio .ppjs__button .play-rate-list li a {
display: block;
padding: 5px 0;
width: 40px;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 4px;
font-size: 14px !important;
color: #333333 !important;
}
.ppjs__audio .ppjs__button .play-rate-list li a:hover, .ppjs__audio .ppjs__button .play-rate-list li a:focus {
background-color: #f0f0f0;
}
.ppjs__audio .ppjs__button.toggled-window .play-rate-list {
display: block;
}
.ppjs__audio .ppjs__button.ppjs__playpause-button {
position: relative;
margin: 0 10px;
}
.ppjs__audio .ppjs__button.ppjs__playpause-button button {
font-size: 28px !important;
margin: 0;
position: relative;
}
.ppjs__audio .ppjs__button.ppjs__playpause-button button .icon-pp-play {
left: calc(50% + 1px);
}
.rtl .ppjs__audio .ppjs__button.ppjs__playpause-button button .icon-pp-play {
left: calc(50% - 1px);
}
.ppjs__audio .ppjs__button.ppjs__playpause-button button .icon-pp-pause,
.ppjs__audio .ppjs__button.ppjs__playpause-button button .icon-pp-refresh {
display: none;
}
.ppjs__audio .ppjs__button.ppjs__playpause-button button.buffering .icon-pp-play {
display: none;
}
.ppjs__audio .ppjs__button.ppjs__playpause-button button.buffering .icon-pp-refresh {
display: block;
animation: ppjs__btn-spinner 1s linear infinite;
}
.ppjs__audio .ppjs__button.ppjs__playpause-button button.playing .icon-pp-play {
display: none;
}
.ppjs__audio .ppjs__button.ppjs__playpause-button button.playing .icon-pp-pause {
display: block;
}
.ppjs__audio .ppjs__button.ppjs__playpause-button button,
.ppjs__audio .ppjs__button.ppjs__playpause-button button *, .ppjs__audio .ppjs__button.ppjs__playpause-button button:hover,
.ppjs__audio .ppjs__button.ppjs__playpause-button button:hover *, .ppjs__audio .ppjs__button.ppjs__playpause-button button:focus,
.ppjs__audio .ppjs__button.ppjs__playpause-button button:focus * {
color: #65b84f !important;
}
.pp-social-shared .ppjs__audio .ppjs__button.ppjs__playpause-button button {
animation: bounce 1.5s ease-in-out 0.25s;
}
.ppjs__audio .ppjs__button.ppjs__skip-next-button, .ppjs__audio .ppjs__button.ppjs__skip-prev-button {
display: none;
}
.inline-view .ppjs__audio .ppjs__button.ppjs__skip-next-button, .inline-view .ppjs__audio .ppjs__button.ppjs__skip-prev-button {
display: inline-block;
}
.ppjs__video .ppjs__button {
width: 40px;
flex-basis: 40px;
}
.ppjs__video .ppjs__button button {
font-size: 16px;
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.ppjs__video .ppjs__button.ppjs__playpause-button button .icon-pp-pause,
.ppjs__video .ppjs__button.ppjs__playpause-button button .icon-pp-refresh {
display: none;
}
.ppjs__video .ppjs__button.ppjs__playpause-button button.buffering .icon-pp-play {
display: none;
}
.ppjs__video .ppjs__button.ppjs__playpause-button button.buffering .icon-pp-refresh {
display: block;
animation: ppjs__btn-spinner 1s linear infinite;
}
.ppjs__video .ppjs__button.ppjs__playpause-button button.playing .icon-pp-play {
display: none;
}
.ppjs__video .ppjs__button.ppjs__playpause-button button.playing .icon-pp-pause {
display: block;
}
.ppjs__video .ppjs__video-timer {
flex: 1;
display: flex;
}
.ppjs__video .ppjs__currenttime,
.ppjs__video .ppjs__time-total,
.ppjs__video .ppjs__duration {
position: relative;
top: 50%;
transform: translateY(-50%);
display: block;
}
.ppjs__button > button, .ppjs__button > a.button {
background-color: transparent;
border: 0;
cursor: pointer;
display: block;
height: 20px;
overflow: hidden;
padding: 0 !important;
position: absolute;
text-decoration: none;
width: 20px;
border-radius: 0;
}
.ppjs__button > button:hover, .ppjs__button > a.button:hover {
background-color: transparent;
box-shadow: none;
border-width: 0;
}
.ppjs__button > button:focus, .ppjs__button > a.button:focus {
outline: dotted 1px #999;
background-color: transparent;
}
.ppjs__list-reveal {
display: flex;
justify-content: space-between;
padding: 0 20px;
}
.postview .ppjs__list-reveal {
display: none !important;
}
.rtl .ppjs__list-reveal {
flex-direction: row-reverse;
}
.pp-podcast.single-episode .ppjs__list-reveal {
display: none;
}
.ppjs__list-reveal .ppjs__button {
width: auto;
height: auto;
position: relative;
display: inline-block;
margin: 0 5px;
}
.ppjs__list-reveal .ppjs__button:first-of-type {
margin-left: 0;
}
.ppjs__list-reveal .ppjs__button:last-of-type {
margin-right: 0;
}
.ppjs__list-reveal .ppjs__button > button, .ppjs__list-reveal .ppjs__button > a.button {
position: relative;
font-size: 20px !important;
width: 40px;
height: 40px;
padding: 0 !important;
color: #333333 !important;
box-shadow: none !important;
}
.ppjs__list-reveal .ppjs__button > button .icon, .ppjs__list-reveal .ppjs__button > a.button .icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.ppjs__list-reveal .ppjs__button > button .icon-pp-hide-list, .ppjs__list-reveal .ppjs__button > a.button .icon-pp-hide-list {
display: none;
}
.ppjs__list-reveal .ppjs__button > button.toggled-on .icon-pp-hide-list, .ppjs__list-reveal .ppjs__button > a.button.toggled-on .icon-pp-hide-list {
display: inline-block;
}
.ppjs__list-reveal .ppjs__button > button.toggled-on .icon-pp-show-list, .ppjs__list-reveal .ppjs__button > a.button.toggled-on .icon-pp-show-list {
display: none;
}
.list-default .ppjs__list-reveal .ppjs__button > button .icon-pp-hide-list, .list-default .ppjs__list-reveal .ppjs__button > a.button .icon-pp-hide-list {
display: inline-block;
}
.list-default .ppjs__list-reveal .ppjs__button > button .icon-pp-show-list, .list-default .ppjs__list-reveal .ppjs__button > a.button .icon-pp-show-list {
display: none;
}
.list-default .ppjs__list-reveal .ppjs__button > button.toggled-on .icon-pp-hide-list, .list-default .ppjs__list-reveal .ppjs__button > a.button.toggled-on .icon-pp-hide-list {
display: none;
}
.list-default .ppjs__list-reveal .ppjs__button > button.toggled-on .icon-pp-show-list, .list-default .ppjs__list-reveal .ppjs__button > a.button.toggled-on .icon-pp-show-list {
display: inline-block;
}
.ppjs__list-reveal .ppjs__button > button::after, .ppjs__list-reveal .ppjs__button > a.button::after {
display: none !important;
}
.ppjs__container-keyboard-inactive a, .ppjs__container-keyboard-inactive a:focus,
.ppjs__container-keyboard-inactive button,
.ppjs__container-keyboard-inactive button:focus,
.ppjs__container-keyboard-inactive [role=slider],
.ppjs__container-keyboard-inactive [role=slider]:focus {
outline: 0;
}
.ppjs__time {
box-sizing: content-box;
color: currentColor;
font-size: 12px;
line-height: 10px;
font-weight: bold;
height: auto;
padding: 0;
text-align: center;
width: auto;
}
.ppjs__video .ppjs__time {
overflow: hidden;
width: auto;
min-width: 40px;
height: 40px;
text-align: center;
color: #ffffff;
}
.ppjs__time-rail {
direction: ltr;
flex-grow: 1;
height: 5px;
margin: 0;
padding: 0;
position: relative;
}
.ppjs__video .ppjs__time-rail {
height: 40px;
margin: 0 10px;
}
.ppjs__time-total, .ppjs__time-buffering, .ppjs__time-loaded, .ppjs__time-current, .ppjs__time-float, .ppjs__time-hovered, .ppjs__time-float-current, .ppjs__time-float-corner, .ppjs__time-marker {
border-radius: 2px;
cursor: pointer;
display: block;
height: 5px;
position: absolute;
}
.ppjs__time-total {
background: rgba(255, 255, 255, 0.2);
width: 100%;
}
.ppjs__time-buffering {
animation: buffering-stripes 2s linear infinite;
background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent);
background-size: 15px 15px;
width: 100%;
}
.ppjs__time-loaded {
background: rgba(255, 255, 255, 0.4);
}
.ppjs__time-current, .ppjs__time-handle-content {
background: rgba(255, 255, 255, 0.8);
}
.ppjs__time-hovered {
background: rgba(255, 255, 255, 0.5);
z-index: 10;
}
.ppjs__time-hovered.negative {
background: rgba(0, 0, 0, 0.08);
}
.rtl .ppjs__time-hovered {
display: none;
}
.ppjs__time-current, .ppjs__time-buffering, .ppjs__time-loaded, .ppjs__time-hovered {
left: 0;
transform: scaleX(0);
transform-origin: 0 0;
transition: 0.15s ease-in all;
width: 100%;
}
.rtl .ppjs__time-current, .rtl .ppjs__time-buffering, .rtl .ppjs__time-loaded, .rtl .ppjs__time-hovered {
transform-origin: 100% 0;
}
.ppjs__time-buffering {
transform: scaleX(1);
}
.ppjs__time-hovered {
transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.ppjs__time-hovered.no-hover {
transform: scaleX(0);
}
.ppjs__time-handle, .ppjs__time-handle-content {
border: 4px solid transparent;
cursor: pointer;
left: 0;
position: absolute;
transform: translateX(0);
z-index: 11;
}
.ppjs__time-handle-content {
border: 6px solid #65b84f;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
border-radius: 50%;
height: 12px;
left: -4px;
top: -8px;
transform: scale(1);
width: 12px;
}
.ppjs__time-float {
background: #333333;
border: solid 1px #333333;
bottom: 100%;
color: #ffffff;
display: none;
height: 17px;
margin-bottom: 9px;
position: absolute;
text-align: center;
transform: translateX(-50%);
width: 36px;
}
.ppjs__time-float-current {
display: block;
left: 0;
margin: 2px;
text-align: center;
width: 30px;
}
.ppjs__time-float-corner {
border: solid 5px #333333;
border-color: #333333 transparent transparent;
border-radius: 0;
display: block;
height: 0;
left: 50%;
line-height: 0;
position: absolute;
top: 100%;
transform: translateX(-50%);
width: 0;
}
.ppjs__time__long-video .ppjs__time-float {
margin-left: -23px;
width: 64px;
}
.ppjs__time__long-video .ppjs__time-float-current {
width: 60px;
}
.ppjs__time__broadcast {
color: #ffffff;
height: 10px;
position: absolute;
top: 15px;
width: 100%;
}
.ppjs__time__overlay-error {
position: relative;
}
.ppjs__time__overlay-error > img {
left: 0;
position: absolute;
top: 0;
z-index: -1;
}
.ppjs__time__cannotplay,
.ppjs__time__cannotplay a {
color: #ffffff;
font-size: 14px;
}
.ppjs__time__cannotplay {
position: relative;
}
.ppjs__time__cannotplay p,
.ppjs__time__cannotplay a {
display: inline-block;
padding: 0 15px;
width: 100%;
}
.rtl .ppjs__time-rail {
direction: rtl;
}
.rtl .ppjs__time-current, .rtl .ppjs__time-buffering, .rtl .ppjs__time-loaded, .rtl .ppjs__time-hovered {
right: 0;
left: auto;
}
.rtl .ppjs__time-handle, .rtl .ppjs__time-handle-content {
right: 0;
left: auto;
}
.rtl .ppjs__time-handle-content {
right: -7px;
left: auto;
}
.rtl .ppjs__time-float {
transform: translateX(calc(50% + 18px));
}
.rtl .ppjs__time-float-current {
right: 0;
left: auto;
}
.rtl .ppjs__time-float-corner {
right: 50%;
left: auto;
transform: translateX(50%);
}
.rtl .ppjs__time__long-video .ppjs__time-float {
margin-right: -23px;
margin-left: auto;
}
.rtl .ppjs__time__overlay-error {
position: relative;
}
.rtl .ppjs__time__overlay-error > img {
right: 0;
left: auto;
}
@keyframes ppjs__loading-spinner {
0% {
transform: rotate(0deg);
transform-origin: center;
}
100% {
transform: rotate(360deg);
transform-origin: center;
}
}
@keyframes ppjs__btn-spinner {
0% {
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
}
@keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
.pp-copylink-msg {
display: none;
}
.pp-link-copied {
position: relative;
display: inline-block;
}
.pp-link-copied .pp-copylink-msg {
display: block;
visibility: visible;
opacity: 1;
width: 70px;
font-size: 14px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 1;
bottom: 100%;
left: 50%;
margin-left: -35px;
animation-duration: 0.5s;
animation-delay: 1s;
animation-name: hideMethod;
animation-fill-mode: forwards;
}
.pp-link-copied .pp-copylink-msg::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
input.pp-copylink {
width: 100%;
padding: 8px !important;
}
@keyframes bounce {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.2);
opacity: 0.8;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.ppjs__img-wrapper {
width: 100%;
margin-bottom: 20px;
position: relative;
}
.ppjs__img-wrapper img {
border-radius: 3px;
}
.ppjs__img-wrapper.noimg {
display: none !important;
}
.ppjs__img-wrapper .ppjs__img-btn-cover {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
}
.ppjs__img-wrapper .ppjs__img-btn-cover img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ppjs__head-container,
.ppjs__secondary-controls {
width: 100%;
}
.head-wrapper {
flex: 1;
}
.ppjs__podcast-title {
display: none;
}
.ppjs__episode-title {
font-size: 14px;
font-weight: bold;
line-height: 1.25;
}
a.ppjs__episode-excerpt {
display: block;
font-size: 13px;
line-height: 1.5;
}
a.ppjs__episode-excerpt:focus {
outline: none !important;
}
a.ppjs__episode-excerpt:focus .ppjs__more {
outline: thin dotted !important;
}
a.ppjs__episode-excerpt .ppjs__excerpt-content {
color: #333333;
}
.pp-modal-window a.ppjs__episode-excerpt {
display: none !important;
}
a.ppjs__episode-excerpt .ppjs__more {
color: #65b84f;
}
.ppjs__offscreen {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal;
}
.pp-podcast {
animation-duration: 0.001s;
animation-name: playerAdded;
}
.episode-single__description .pp-podcast {
animation: none;
}
.ppjs__additional_controls {
display: none;
}
@keyframes playerAdded {
from {
opacity: 0.01;
}
to {
opacity: 0;
}
}
@keyframes hideMethod {
from {
opacity: 1;
visibility: visible;
}
to {
opacity: 0;
visibility: hidden;
}
}
@keyframes ppjs__epi-loading {
50% {
background-size: 70%;
}
100% {
background-position: 125% 0;
}
}
.pp-podcast .wp-video {
max-width: 100%;
}
.pp-podcast .mejs__offscreen,
.pp-podcast .mejs__container {
display: none;
}
.ppjs__controls { }
.ppjs__controls input[type=range] {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 5px !important;
background: #d2d2d2 !important;
border-radius: 10px;
outline: none !important;
margin: 0 !important;
padding: 0 !important;
position: relative;
z-index: 1;
cursor: pointer;
}
.ppjs__controls { }
.ppjs__controls input[type=range]::-webkit-slider-runnable-track {
width: 100% !important;
height: 5px !important;
background: linear-gradient(to right, var(--pp-accent-color, #65b84f) 0%, var(--pp-accent-color, #65b84f) var(--pp-progress-value, 0%), var(--pp-buffered-color, rgba(0, 0, 0, 0.1)) var(--pp-progress-value, 0%), var(--pp-buffered-color, rgba(0, 0, 0, 0.1)) var(--buffered-width, 0%), var(--pp-light-bg-color, #d2d2d2) var(--buffered-width, 0%), var(--pp-light-bg-color, #d2d2d2) 100%) !important;
border-radius: 10px !important;
box-shadow: none !important;
}
.ppjs__controls { }
.ppjs__controls input[type=range]::-moz-range-track {
width: 100% !important;
height: 5px !important;
background: linear-gradient(to right, var(--pp-accent-color, #65b84f) 0%, var(--pp-accent-color, #65b84f) var(--pp-progress-value, 0%), var(--pp-buffered-color, rgba(0, 0, 0, 0.1)) var(--pp-progress-value, 0%), var(--pp-buffered-color, rgba(0, 0, 0, 0.1)) var(--buffered-width, 0%), var(--pp-light-bg-color, #d2d2d2) var(--buffered-width, 0%), var(--pp-light-bg-color, #d2d2d2) 100%) !important;
border-radius: 10px !important;
box-shadow: none !important;
}
.ppjs__controls input[type=range]::-ms-track {
width: 100% !important;
height: 5px !important;
background: linear-gradient(to right, var(--pp-accent-color, #65b84f) 0%, var(--pp-accent-color, #65b84f) var(--pp-progress-value, 0%), var(--pp-buffered-color, rgba(0, 0, 0, 0.1)) var(--pp-progress-value, 0%), var(--pp-buffered-color, rgba(0, 0, 0, 0.1)) var(--buffered-width, 0%), var(--pp-light-bg-color, #d2d2d2) var(--buffered-width, 0%), var(--pp-light-bg-color, #d2d2d2) 100%) !important;
border-radius: 10px !important;
box-shadow: none !important;
}
.ppjs__controls input[type=range]::-ms-fill-upper {
background: #ddd !important;
}
.ppjs__controls { }
.ppjs__controls input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
width: 4px;
height: 4px;
background: var(--pp-accent-color, #65b84f);
border: 1px solid var(--pp-accent-color, #65b84f);
border-radius: 50%;
position: relative;
top: -4px;
opacity: 0;
-webkit-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
.ppjs__controls input[type=range]::-moz-range-thumb {
-webkit-appearance: none;
width: 4px;
height: 4px;
background: var(--pp-accent-color, #65b84f);
border: 1px solid var(--pp-accent-color, #65b84f);
border-radius: 50%;
opacity: 0;
-moz-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
.ppjs__controls input[type=range]::-ms-thumb {
-webkit-appearance: none;
width: 4px;
height: 4px;
background: var(--pp-accent-color, #65b84f);
border: none;
border-radius: 50%;
opacity: 0;
-ms-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
.ppjs__controls .ppjs__audio-time-rail:hover input[type=range]::-webkit-slider-thumb, .ppjs__controls .ppjs__audio-time-rail:focus input[type=range]::-webkit-slider-thumb {
width: 12px;
height: 12px;
opacity: 1;
}
.ppjs__controls .ppjs__audio-time-rail:hover input[type=range]::-moz-range-thumb, .ppjs__controls .ppjs__audio-time-rail:focus input[type=range]::-moz-range-thumb {
width: 12px;
height: 12px;
opacity: 1;
}
.ppjs__controls .ppjs__audio-time-rail:hover input[type=range]::-ms-thumb, .ppjs__controls .ppjs__audio-time-rail:focus input[type=range]::-ms-thumb {
width: 12px;
height: 12px;
opacity: 1;
}
.ppjs__controls { }
.ppjs__controls input[type=range]:active::-webkit-slider-thumb {
transform: scale(1.2);
}
.ppjs__controls input[type=range]:active::-moz-range-thumb {
transform: scale(1.2);
}
.ppjs__controls input[type=range]:active::-ms-thumb {
transform: scale(1.2);
}
.ppjs__controls { }
.ppjs__controls input[type=range]::-ms-fill-lower {
background: var(--pp-accent-color, #65b84f) !important;
height: 5px !important;
border-radius: 10px;
}
.episode-search {
display: none;
position: relative;
min-height: 100px;
}
.episode-search__loading {
font-size: 40px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.episode-search__loading .icon-pp-refresh {
animation: ppjs__loading-spinner 1s linear infinite;
}
.episode-search.toggled-on {
display: block;
}
.ppjs__audio .ppjs__share-button ul.ppshare__social,
.ppjs__video .ppjs__share-button ul.ppshare__social {
position: absolute;
z-index: 9999;
bottom: 100%;
right: 10%;
width: 230px;
padding: 5px !important;
border-radius: 8px;
display: none;
background-color: #ffffff;
margin: 0 !important;
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.hide-download .ppjs__audio .ppjs__share-button ul.ppshare__social,
.hide-download .ppjs__video .ppjs__share-button ul.ppshare__social {
width: 190px;
}
.hide-social .ppjs__audio .ppjs__share-button ul.ppshare__social,
.hide-social .ppjs__video .ppjs__share-button ul.ppshare__social {
width: auto;
}
.rtl .ppjs__audio .ppjs__share-button ul.ppshare__social,
.rtl .ppjs__video .ppjs__share-button ul.ppshare__social {
left: 10%;
right: auto;
}
.ppjs__audio .ppjs__share-button ul.ppshare__social li,
.ppjs__video .ppjs__share-button ul.ppshare__social li {
display: block;
float: left;
border-width: 0 !important;
margin: 0 5px 0 0 !important;
padding: 0 !important;
font-size: 20px !important;
line-height: 1 !important;
}
.ppjs__audio .ppjs__share-button ul.ppshare__social li:last-of-type,
.ppjs__video .ppjs__share-button ul.ppshare__social li:last-of-type {
margin-right: 0 !important;
}
.ppjs__audio .ppjs__share-button ul.ppshare__social li a,
.ppjs__video .ppjs__share-button ul.ppshare__social li a {
position: relative;
display: block;
width: 100%;
color: #333333 !important;
width: 40px;
height: 40px;
border-radius: 100%;
}
.ppjs__audio .ppjs__share-button ul.ppshare__social li a:hover, .ppjs__audio .ppjs__share-button ul.ppshare__social li a:focus,
.ppjs__video .ppjs__share-button ul.ppshare__social li a:hover,
.ppjs__video .ppjs__share-button ul.ppshare__social li a:focus {
background-color: #f0f0f0;
}
.ppjs__audio .ppjs__share-button ul.ppshare__social li a .icon,
.ppjs__video .ppjs__share-button ul.ppshare__social li a .icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.ppjs__audio .ppjs__share-button ul.ppshare__social:after,
.ppjs__video .ppjs__share-button ul.ppshare__social:after {
display: table;
content: "";
clear: both;
}
.ppjs__audio .ppjs__share-button.toggled-window ul.ppshare__social,
.ppjs__video .ppjs__share-button.toggled-window ul.ppshare__social {
display: block;
}
.hide-share .ppjs__audio .ppjs__share-button, .hide-social .ppjs__audio .ppjs__share-button, .hide-download .ppjs__audio .ppjs__share-button .ppshare-item.download,
.hide-share .ppjs__video .ppjs__share-button,
.hide-social .ppjs__video .ppjs__share-button,
.hide-download .ppjs__video .ppjs__share-button .ppshare-item.download {
display: none !important;
}
.ppjs__video .ppjs__download-alt-button,
.ppjs__audio .ppjs__download-alt-button {
display: none;
}
.hide-social .ppjs__video .ppjs__download-alt-button,
.hide-social .ppjs__audio .ppjs__download-alt-button {
display: inline-block;
}
.pp-player__amsg {
display: none;
}
.msg-playing .pp-player__amsg {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
background-color: rgba(255, 255, 255, 0.95);
}
.pp-player__amsg .ppjs__script-button,
.pp-player__amsg .ppjs__share-button,
.pp-player__amsg .ppjs__play-rate-button,
.pp-player__amsg .ppjs__skip-prev-button,
.pp-player__amsg .ppjs__skip-next-button {
opacity: 0;
pointer-events: none;
}
.pp-player__amsg a.ppjs__episode-excerpt {
display: none !important;
}
.msg-playing {
position: relative;
}
.pod-launch {
display: flex;
justify-content: space-between;
padding: 0 20px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.has-featured.narrow-player.light-color .pod-launch {
background-color: rgba(0, 0, 0, 0.85);
}
.pod-launch button.pod-launch__button {
background-color: transparent !important;
color: #333333 !important;
width: 40px !important;
height: 40px !important;
padding: 0 !important;
margin: 0 !important;
font-size: 20px !important;
}
.pod-launch button.pod-launch__button .icon {
width: 1em !important;
height: 1em !important;
}
.pod-launch button.pod-launch__button .icon-pp-x {
display: none;
}
.pod-launch button.pod-launch__button.toggled-on {
font-size: 16px !important;
}
.pod-launch button.pod-launch__button.toggled-on .icon-pp-x {
display: inline-block;
}
.pod-launch button.pod-launch__button.toggled-on .icon-pp-podcast {
display: none;
}
.single-episode .pod-launch button.pod-launch__button, .single-audio .pod-launch button.pod-launch__button {
display: none;
}
.pod-launch .podcast-menu {
top: auto;
bottom: 120%;
}
.narrow-player.has-featured .pod-launch .podcast-menu {
top: 120%;
bottom: auto;
right: auto;
left: -50%;
}
.pod-launch a.subscribe-item {
margin-right: 15px;
}
.pp-podcast.light-color.lv4[id^=pp-podcast-] .pod-entry {
border-color: rgba(255, 255, 255, 0.5);
}
.pp-podcast.light-color.lv4[id^=pp-podcast-] .pod-entry__date {
color: #f7f7f7;
}
.pp-podcast.light-color.lv4[id^=pp-podcast-] .pod-entry .pod-entry__author {
color: #f7f7f7;
}
.pp-podcast.light-color.lv4[id^=pp-podcast-] .pod-entry__title a {
color: #ffffff !important;
}
.pp-podcast.light-color.lv4[id^=pp-podcast-] .pod-entry__title a:hover, .pp-podcast.light-color.lv4[id^=pp-podcast-] .pod-entry__title a:focus {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-],
.pp-podcast.light-text.postview[id^=pp-podcast-],
.inline-view.light-color {
border-color: rgba(255, 255, 255, 0.5);
}
.pp-podcast.light-color.playerview[id^=pp-podcast-],
.pp-podcast.light-color.playerview[id^=pp-podcast-] p,
.pp-podcast.light-color.playerview[id^=pp-podcast-] a.subscribe-item,
.pp-podcast.light-color.playerview[id^=pp-podcast-] button.pod-items__menu-open,
.pp-podcast.light-color.playerview[id^=pp-podcast-] button.pod-launch__button,
.pp-podcast.light-text.postview[id^=pp-podcast-],
.pp-podcast.light-text.postview[id^=pp-podcast-] p,
.pp-podcast.light-text.postview[id^=pp-podcast-] a.subscribe-item,
.pp-podcast.light-text.postview[id^=pp-podcast-] button.pod-items__menu-open,
.pp-podcast.light-text.postview[id^=pp-podcast-] button.pod-launch__button,
.inline-view.light-color,
.inline-view.light-color p,
.inline-view.light-color a.subscribe-item,
.inline-view.light-color button.pod-items__menu-open,
.inline-view.light-color button.pod-launch__button {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] a.subscribe-item,
.pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-launch,
.pp-podcast.light-text.postview[id^=pp-podcast-] a.subscribe-item,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-launch,
.inline-view.light-color a.subscribe-item,
.inline-view.light-color .pod-launch {
border-color: rgba(255, 255, 255, 0.6);
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-single,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-single,
.inline-view.light-color .episode-single {
border-color: rgba(255, 255, 255, 0.5);
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-single__header .single-author,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-single__header .single-author,
.inline-view.light-color .episode-single__header .single-author {
color: #f7f7f7;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-single__close:hover,
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-single__close:hover *, .pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-single__close:focus,
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-single__close:focus *,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-single__close:hover,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-single__close:hover *,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-single__close:focus,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-single__close:focus *,
.inline-view.light-color .episode-single__close:hover,
.inline-view.light-color .episode-single__close:hover *,
.inline-view.light-color .episode-single__close:focus,
.inline-view.light-color .episode-single__close:focus * {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-info,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-info,
.inline-view.light-color .pod-info {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-info__header,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-info__header,
.inline-view.light-color .pod-info__header {
border-color: rgba(255, 255, 255, 0.5);
}
.pod-header-title + .pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-info__header,
.pod-header-title + .pp-podcast.light-text.postview[id^=pp-podcast-] .pod-info__header,
.pod-header-title + .inline-view.light-color .pod-info__header {
border-color: rgba(255, 255, 255, 0.5);
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-info__toggle,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-info__toggle,
.inline-view.light-color .pod-info__toggle {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-info__toggle:hover,
.pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-info__toggle:hover *, .pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-info__toggle:focus,
.pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-info__toggle:focus *,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-info__toggle:hover,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-info__toggle:hover *,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-info__toggle:focus,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-info__toggle:focus *,
.inline-view.light-color .pod-info__toggle:hover,
.inline-view.light-color .pod-info__toggle:hover *,
.inline-view.light-color .pod-info__toggle:focus,
.inline-view.light-color .pod-info__toggle:focus * {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-entry,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-entry,
.inline-view.light-color .pod-entry {
border-color: rgba(255, 255, 255, 0.5);
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-entry__date,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-entry__date,
.inline-view.light-color .pod-entry__date {
color: #f7f7f7;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-entry .pod-entry__author,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-entry .pod-entry__author,
.inline-view.light-color .pod-entry .pod-entry__author {
color: #f7f7f7;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-list__search,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-list__search,
.inline-view.light-color .episode-list__search {
border-color: rgba(255, 255, 255, 0.5);
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-list__search input[type=text],
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-list__search input[type=text],
.inline-view.light-color .episode-list__search input[type=text] {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-list__search input[type=text]::placeholder,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-list__search input[type=text]::placeholder,
.inline-view.light-color .episode-list__search input[type=text]::placeholder {
color: #f7f7f7;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-list__search-icon, .pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-list__clear-search.pod-button,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-list__search-icon,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-list__clear-search.pod-button,
.inline-view.light-color .episode-list__search-icon,
.inline-view.light-color .episode-list__clear-search.pod-button {
color: rgba(255, 255, 255, 0.6) !important;
background-color: transparent !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-list__clear-search.pod-button:hover, .pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-list__clear-search.pod-button:focus,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-list__clear-search.pod-button:hover,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-list__clear-search.pod-button:focus,
.inline-view.light-color .episode-list__clear-search.pod-button:hover,
.inline-view.light-color .episode-list__clear-search.pod-button:focus {
color: rgba(255, 255, 255, 0.6) !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-list__load-more,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-list__load-more,
.inline-view.light-color .episode-list__load-more {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-list__filter-select,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-list__filter-select,
.inline-view.light-color .episode-list__filter-select {
color: #ffffff !important;
background-color: rgba(0, 0, 0, 0.85) !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:hover,
.pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:hover *, .pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:focus,
.pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:focus *,
.pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:hover,
.pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:hover *,
.pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:focus,
.pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:focus *,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:hover,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:hover *,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:focus,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:focus *,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:hover,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:hover *,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:focus,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:focus *,
.inline-view.light-color .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:hover,
.inline-view.light-color .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:hover *,
.inline-view.light-color .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:focus,
.inline-view.light-color .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button button:focus *,
.inline-view.light-color .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:hover,
.inline-view.light-color .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:hover *,
.inline-view.light-color .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:focus,
.inline-view.light-color .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button a.button:focus * {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__audio .ppjs__button > button, .pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__audio .ppjs__button > a.button,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__audio .ppjs__button > button,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__audio .ppjs__button > a.button,
.inline-view.light-color .ppjs__audio .ppjs__button > button,
.inline-view.light-color .ppjs__audio .ppjs__button > a.button {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__list-reveal .ppjs__button > button,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__list-reveal .ppjs__button > button,
.inline-view.light-color .ppjs__list-reveal .ppjs__button > button {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__time-float,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__time-float,
.inline-view.light-color .ppjs__time-float {
background: #ffffff;
border: solid 1px #ffffff;
color: #333333;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__time-float-corner,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__time-float-corner,
.inline-view.light-color .ppjs__time-float-corner {
border: solid 5px #ffffff;
border-color: #ffffff transparent transparent;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] a.ppjs__episode-excerpt .ppjs__excerpt-content,
.pp-podcast.light-text.postview[id^=pp-podcast-] a.ppjs__episode-excerpt .ppjs__excerpt-content,
.inline-view.light-color a.ppjs__episode-excerpt .ppjs__excerpt-content {
color: #ffffff;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-entry__title a,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-entry__title a,
.inline-view.light-color .pod-entry__title a {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-entry__title a:hover, .pp-podcast.light-color.playerview[id^=pp-podcast-] .pod-entry__title a:focus,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-entry__title a:hover,
.pp-podcast.light-text.postview[id^=pp-podcast-] .pod-entry__title a:focus,
.inline-view.light-color .pod-entry__title a:hover,
.inline-view.light-color .pod-entry__title a:focus {
color: #ffffff !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-].modern.wide-player .ppjs__controls input[type=range],
.pp-podcast.light-text.postview[id^=pp-podcast-].modern.wide-player .ppjs__controls input[type=range],
.inline-view.light-color.modern.wide-player .ppjs__controls input[type=range] {
background: rgba(255, 255, 255, 0.25) !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-].modern.wide-player input[type=range]::-moz-range-track,
.pp-podcast.light-text.postview[id^=pp-podcast-].modern.wide-player input[type=range]::-moz-range-track,
.inline-view.light-color.modern.wide-player input[type=range]::-moz-range-track {
border-color: rgba(255, 255, 255, 0.25) !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-] .episode-list__filters,
.pp-podcast.light-text.postview[id^=pp-podcast-] .episode-list__filters,
.inline-view.light-color .episode-list__filters {
border-color: rgba(255, 255, 255, 0.5);
}
.pp-podcast.light-accent[id^=pp-podcast-] button.pod-button,
.pp-modal-window.light-accent button.pod-button {
color: #333333;
}
.pp-podcast.light-accent[id^=pp-podcast-] .episode-list__load-more:hover, .pp-podcast.light-accent[id^=pp-podcast-] .episode-list__load-more:focus,
.pp-modal-window.light-accent .episode-list__load-more:hover,
.pp-modal-window.light-accent .episode-list__load-more:focus {
color: currentColor !important;
}
.pp-podcast.light-accent[id^=pp-podcast-] .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button.ppjs__playpause-button .ppjs__play-button .ppjs__arrow:after,
.pp-modal-window.light-accent .ppjs__audio-controls .ppjs__secondary-controls .ppjs__button.ppjs__playpause-button .ppjs__play-button .ppjs__arrow:after {
border-color: transparent transparent transparent #333333;
}
.pp-podcast.light-accent[id^=pp-podcast-].lv3 .pod-entry__play .icon-pp-play, .pp-podcast.light-accent[id^=pp-podcast-].lv3 .pod-entry__play .icon-pp-pause, .pp-podcast.light-accent[id^=pp-podcast-].lv4 .pod-entry__play .icon-pp-play, .pp-podcast.light-accent[id^=pp-podcast-].lv4 .pod-entry__play .icon-pp-pause, .pp-podcast.light-accent[id^=pp-podcast-].gv2 .pod-entry__play .icon-pp-play, .pp-podcast.light-accent[id^=pp-podcast-].gv2 .pod-entry__play .icon-pp-pause,
.pp-modal-window.light-accent.lv3 .pod-entry__play .icon-pp-play,
.pp-modal-window.light-accent.lv3 .pod-entry__play .icon-pp-pause,
.pp-modal-window.light-accent.lv4 .pod-entry__play .icon-pp-play,
.pp-modal-window.light-accent.lv4 .pod-entry__play .icon-pp-pause,
.pp-modal-window.light-accent.gv2 .pod-entry__play .icon-pp-play,
.pp-modal-window.light-accent.gv2 .pod-entry__play .icon-pp-pause {
color: #333333;
}
.pp-podcast.light-accent[id^=pp-podcast-].lv3 .ppjs__play-button .ppjs__arrow:after,
.pp-modal-window.light-accent.lv3 .ppjs__play-button .ppjs__arrow:after {
border-color: transparent transparent transparent #333333;
}
.pp-podcast.light-accent[id^=pp-podcast-] .postview .episode-list__load-more:hover, .pp-podcast.light-accent[id^=pp-podcast-] .postview .episode-list__load-more:focus,
.pp-modal-window.light-accent .postview .episode-list__load-more:hover,
.pp-modal-window.light-accent .postview .episode-list__load-more:focus {
color: #333333 !important;
}
.legacy.pp-podcast[id^=pp-podcast-] {
line-height: 1.5;
}
.modern .ppjs__podcast-title {
display: block;
}
.modern .ppjs__episode-excerpt {
display: none;
}
.modern .pod-entry__content {
display: flex;
align-items: center;
}
.modern .pod-entry__title {
margin-left: 10px;
margin-bottom: 0;
cursor: pointer;
flex: 1;
}
.modern .pod-entry__mplay,
.modern .pod-entry__mscript {
color: currentColor !important;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.modern .pod-entry__mplay {
border: 1px solid currentColor !important;
border-radius: 50%;
height: 25px;
width: 25px;
}
.modern .pod-entry__mplay .icon {
top: 0;
}
.modern .pod-entry__mplay .icon-pp-pause {
display: none;
}
.modern .activeEpisode .pod-entry__mplay .icon-pp-pause {
display: block;
}
.modern .activeEpisode .pod-entry__mplay .icon-pp-play {
display: none;
}
.modern .pod-entry__mscript {
display: none;
}
.modern .ppjs__time {
display: none;
}
.modern.pp-modal-window .ppjs__head-container {
flex: 1;
}
.modern.pp-modal-window .ppjs__head-content {
display: flex;
flex: 1;
}
.modern.pp-modal-window .pod-entry__mscript {
display: none;
}
.modern.pp-modal-window .pod-entry__content {
display: flex;
align-items: center;
}
.modern.pp-modal-window .pod-entry__mplay {
display: flex;
align-items: center;
justify-content: center;
}
.modern.pp-modal-window .pod-entry__mplay {
border: 1px solid currentColor;
border-radius: 50%;
height: 25px;
width: 25px;
}
.modern.pp-modal-window .pod-entry__mplay .icon {
top: 0;
}
.modern.pp-modal-window .pod-entry__mplay .icon-pp-pause {
display: none;
}
.modern.pp-modal-window .media-playing {
background-color: transparent !important;
}
.modern.pp-modal-window .media-playing .pod-entry__mplay .icon-pp-pause {
display: block;
}
.modern.pp-modal-window .media-playing .pod-entry__mplay .icon-pp-play {
display: none;
}
.modern.pp-modal-window .pod-entry__title {
margin-left: 10px;
margin-bottom: 0;
}
.pp-user-feedback {
display: none;
}
@media only screen and (min-width: 450px){
.wide-player .pod-content {
font-size: 16px;
}
.wide-player .pod-content__list {
width: 100% !important;
}
.wide-player.playerview.header-visible .pod-info {
display: block;
position: static !important;
}
.wide-player .pod-info__header {
padding: 20px;
}
.wide-player .pod-header__image {
width: 100px;
margin: 0 0 0 20px;
float: right;
}
.wide-player .pod-header__items {
width: calc(100% - 120px);
float: left;
}
.wide-player .pod-items__title {
font-size: 20px;
line-height: 1.5;
}
.wide-player .pod-items__desc {
margin-bottom: 20px;
}
.wide-player .pod-items__menu .podcast-menu ul {
font-size: 14px;
}
.wide-player .pod-info .pod-items__navi-menu .pod-items__menu {
display: flex;
align-items: center;
}
.playerview.wide-player .pod-info .pod-items__navi-menu {
display: flex;
}
.wide-player .episode-list {
display: block !important;
}
.episode-list__filter-dropdown {
min-width: 150px !important;
}
.pp-podcast.legacy .episode-list__filter-dropdown {
min-width: 100px !important;
}
.episode-list__wrapper {
max-height: 300px;
}
.pp-podcast.pp-no-scroll .episode-list__wrapper {
max-height: none;
}
.episode-list__wrapper::-webkit-scrollbar {
-webkit-appearance: none;
width: 0;
}
.episode-list__wrapper::-webkit-scrollbar-track {
background: transparent;
}
.episode-list__wrapper::-webkit-scrollbar-thumb {
background: transparent;
border-radius: 8px;
}
.episode-list__wrapper:hover::-webkit-scrollbar {
width: 8px;
}
.episode-list__wrapper:hover::-webkit-scrollbar-track {
background: #f1f1f1;
}
.episode-list__wrapper:hover::-webkit-scrollbar-thumb {
background: rgba(136, 136, 136, 0.8);
}
.wide-player .episode-single__title, .pp-modal-wrapper .episode-single__title {
font-size: 20px;
}
.wide-player .pod-entry:after {
display: block;
content: "";
clear: both;
}
.wide-player .pod-entry .pod-entry__title {
max-width: calc(95% - 100px);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: left;
}
.wide-player .pod-entry .pod-entry__date {
display: block;
min-width: 85px;
float: right;
}
.wide-player .pod-entry .pod-entry__author {
display: block;
font-weight: normal;
}
.wide-player .pod-entry .pod-entry__author:before {
display: none;
}
.wide-player .ppjs__audio-controls, .pp-modal-window .ppjs__audio-controls {
flex-direction: row;
flex-wrap: wrap;
margin: 0 auto;
padding: 20px 20px 10px;
height: auto;
align-items: center;
justify-content: flex-start;
}
.wide-player .ppjs__audio-controls .ppjs__secondary-controls .ppjs__control_btns, .pp-modal-window .ppjs__audio-controls .ppjs__secondary-controls .ppjs__control_btns {
justify-content: center;
margin: 20px 0 0;
}
.wide-player.legacy .ppjs__audio-controls .ppjs__secondary-controls .ppjs__control_btns {
justify-content: space-between;
}
.wider-player.legacy .ppjs__audio-controls .ppjs__secondary-controls .ppjs__control_btns {
justify-content: center;
}
.wide-player .ppjs__audio-controls .dyna-msg-title, .pp-modal-window .ppjs__audio-controls .dyna-msg-title {
font-size: 15px;
max-width: 95%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.wide-player .ppjs__audio-time-rail, .modal-view .ppjs__audio-time-rail {
margin: 0 20px;
border-radius: 5px;
}
.modal-view .ppjs__audio .ppjs__button {
margin: 0 10px;
}
.wide-player .ppjs__audio .ppjs__button .play-rate-list, .pp-modal-window .ppjs__audio .ppjs__button .play-rate-list {
bottom: auto;
top: 100%;
}
.wide-player .ppjs__audio .ppjs__button.ppjs__skip-next-button, .wide-player .ppjs__audio .ppjs__button.ppjs__skip-prev-button {
display: inline-block;
}
.single-episode .ppjs__audio .ppjs__button.ppjs__skip-next-button, .single-audio .ppjs__audio .ppjs__button.ppjs__skip-next-button, .single-episode .ppjs__audio .ppjs__button.ppjs__skip-prev-button, .single-audio .ppjs__audio .ppjs__button.ppjs__skip-prev-button {
display: none;
}
.wide-player .ppjs__list-reveal, .pp-modal-window .ppjs__list-reveal {
display: none;
}
.wide-player .ppjs__list-reveal .ppjs__button, .pp-modal-window .ppjs__list-reveal .ppjs__button {
margin: 0 10px;
}
.wide-player .ppjs__list-reveal .ppjs__button > button, .pp-modal-window .ppjs__list-reveal .ppjs__button > button, .wide-player .ppjs__list-reveal .ppjs__button > a.button, .pp-modal-window .ppjs__list-reveal .ppjs__button > a.button {
width: 45px;
height: 45px;
}
.wide-player .ppjs__img-wrapper, .pp-modal-window .ppjs__img-wrapper {
width: 100px;
margin: 0 20px 0 0;
}
.ppjs__head-container,
.ppjs__secondary-controls {
flex-basis: 100%;
}
.wide-player .ppjs__head-container, .pp-modal-window .ppjs__head-container {
display: flex;
flex-basis: 100%;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.medium-player.legacy .ppjs__podcast-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.inline-view .ppjs__episode-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.wide-player .ppjs__episode-title, .pp-modal-window .ppjs__episode-title {
font-size: 16px;
line-height: 1.5;
}
.pp-modal-window .ppjs__audio-controls {
align-items: flex-end;
}
.pp-modal-window .ppjs__audio-controls .ppjs__podcast-title {
display: block;
}
.wide-player .ppjs__audio .ppjs__share-button ul.ppshare__social, .pp-modal-window .ppjs__audio .ppjs__share-button ul.ppshare__social,
.wide-player .ppjs__video .ppjs__share-button ul.ppshare__social,
.pp-modal-window .ppjs__video .ppjs__share-button ul.ppshare__social {
bottom: auto;
top: 100%;
}
.wide-player .pod-launch {
padding: 0 10px;
}
.wide-player.header-visible .pod-launch {
display: none !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-].lv3.wide-player .pod-content__list, .pp-podcast.light-color.playerview[id^=pp-podcast-].legacy.wide-player .pod-content__list,
.pp-podcast.light-text.postview[id^=pp-podcast-].lv3.wide-player .pod-content__list,
.pp-podcast.light-text.postview[id^=pp-podcast-].legacy.wide-player .pod-content__list,
.inline-view.light-color.lv3.wide-player .pod-content__list,
.inline-view.light-color.legacy.wide-player .pod-content__list {
border-color: rgba(255, 255, 255, 0.5);
}
.pp-podcast.light-color.playerview[id^=pp-podcast-].modern.wide-player .ppjs__audio .ppjs__time-handle-content,
.pp-podcast.light-text.postview[id^=pp-podcast-].modern.wide-player .ppjs__audio .ppjs__time-handle-content,
.inline-view.light-color.modern.wide-player .ppjs__audio .ppjs__time-handle-content {
border-color: #fff;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-].modern.wide-player .ppjs__audio .ppjs__audio-time-rail,
.pp-podcast.light-text.postview[id^=pp-podcast-].modern.wide-player .ppjs__audio .ppjs__audio-time-rail,
.inline-view.light-color.modern.wide-player .ppjs__audio .ppjs__audio-time-rail {
background-color: rgba(255, 255, 255, 0.05);
}
.pp-podcast.light-color.playerview[id^=pp-podcast-].modern.wide-player .ppjs__audio .ppjs__button .play-rate-text,
.pp-podcast.light-text.postview[id^=pp-podcast-].modern.wide-player .ppjs__audio .ppjs__button .play-rate-text,
.inline-view.light-color.modern.wide-player .ppjs__audio .ppjs__button .play-rate-text {
border-color: rgba(255, 255, 255, 0.3);
}
.pp-podcast.light-color.playerview[id^=pp-podcast-].modern.wide-player .episode-list__search input[type=text],
.pp-podcast.light-text.postview[id^=pp-podcast-].modern.wide-player .episode-list__search input[type=text],
.inline-view.light-color.modern.wide-player .episode-list__search input[type=text] {
border-color: rgba(255, 255, 255, 0.5) !important;
}
.pp-podcast.light-color.playerview[id^=pp-podcast-].modern.wide-player .pod-entry:nth-of-type(2n):not(.activeEpisode),
.pp-podcast.light-text.postview[id^=pp-podcast-].modern.wide-player .pod-entry:nth-of-type(2n):not(.activeEpisode),
.inline-view.light-color.modern.wide-player .pod-entry:nth-of-type(2n):not(.activeEpisode) {
background-color: rgba(255, 255, 255, 0.05);
}
.pp-podcast.light-color.playerview[id^=pp-podcast-].modern.wide-player .ppjs__audio-timer,
.pp-podcast.light-text.postview[id^=pp-podcast-].modern.wide-player .ppjs__audio-timer,
.inline-view.light-color.modern.wide-player .ppjs__audio-timer {
color: rgba(255, 255, 255, 0.65);
}
.pp-podcast.light-accent[id^=pp-podcast-].modern.wide-player .ppjs__audio .ppjs__button.ppjs__playpause-button > button *, .pp-podcast.light-accent[id^=pp-podcast-].modern.wide-player .ppjs__audio .ppjs__button.ppjs__playpause-button > a.button *,
.pp-modal-window.light-accent.modern.wide-player .ppjs__audio .ppjs__button.ppjs__playpause-button > button *,
.pp-modal-window.light-accent.modern.wide-player .ppjs__audio .ppjs__button.ppjs__playpause-button > a.button * {
color: #333333 !important;
}
.pp-podcast.light-accent[id^=pp-podcast-].modern.wide-player .ppjs__audio .ppjs__button.ppjs__playpause-button .icon,
.pp-modal-window.light-accent.modern.wide-player .ppjs__audio .ppjs__button.ppjs__playpause-button .icon {
fill: #333333 !important;
}
.modern.wide-player {
background-color: #fcfcfd;
border-bottom-width: 1px;
}
.modern.wide-player.header-toggle .pod-info {
top: 10px;
left: 10px;
bottom: 10px;
right: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.modern.wide-player .episode-list__wrapper {
max-height: 285px;
}
.modern.wide-player.pp-no-scroll .episode-list__wrapper {
max-height: none;
}
.modern.wide-player .episode-single {
margin-top: 15px;
}
.modern.wide-player .pod-entry {
cursor: inherit;
padding: 10px 20px;
}
.modern.wide-player .pod-entry:nth-of-type(2n):not(.activeEpisode) {
background-color: rgba(0, 0, 0, 0.035);
}
.modern.wide-player .ppjs__audio-controls {
padding: 20px 20px 25px;
}
.modern.wide-player .ppjs__audio-controls .ppjs__secondary-controls .ppjs__control_btns {
justify-content: center;
flex-basis: 100%;
}
.modern.wide-player .ppjs__img-wrapper {
width: 120px;
height: 120px;
}
.modern.wide-player .ppjs__head-content {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
align-self: stretch;
min-height: 80px;
}
.modern.wide-player .ppjs__head-content .head-wrapper {
display: flex;
flex-direction: column;
}
.modern.wide-player .ppjs__head-content .head-wrapper .ppjs__podcast-title {
order: 1;
}
.modern.wide-player .ppjs__episode-title {
font-size: 18px;
line-height: 1.33;
}
.modern.wide-player.single-episode .ppjs__podcast-title, .modern.wide-player.single-audio .ppjs__podcast-title {
font-size: 17px;
}
.modern.wide-player.single-episode .ppjs__episode-title, .modern.wide-player.single-audio .ppjs__episode-title {
font-size: 20px;
}
.modern.wide-player.single-episode .pp-podcast__single, .modern.wide-player.single-audio .pp-podcast__single {
margin-bottom: 10px;
}
.modern.wide-player .ppjs__secondary-controls {
align-self: baseline;
display: flex;
align-items: flex-end;
justify-content: space-between;
}
.modern.wide-player .ppjs__audio .ppjs__button {
margin: 0 5px;
align-self: center;
}
.modern.wide-player .ppjs__audio .ppjs__button:first-of-type {
margin-left: 0;
}
.modern.wide-player .ppjs__audio .ppjs__button.ppjs__jump-forward-button > button, .modern.wide-player .ppjs__audio .ppjs__button.ppjs__jump-forward-button > a.button, .modern.wide-player .ppjs__audio .ppjs__button.ppjs__skip-backward-button > button, .modern.wide-player .ppjs__audio .ppjs__button.ppjs__skip-backward-button > a.button {
font-size: 24px !important;
}
.modern.wide-player .ppjs__audio .ppjs__button.ppjs__playpause-button > button, .modern.wide-player .ppjs__audio .ppjs__button.ppjs__playpause-button > a.button {
font-size: 22px !important;
background-color: #65b84f !important;
border-radius: 50%;
width: 46px;
height: 46px;
}
.modern.wide-player .ppjs__audio .ppjs__button.ppjs__playpause-button > button *, .modern.wide-player .ppjs__audio .ppjs__button.ppjs__playpause-button > a.button * {
color: #ffffff !important;
}
.modern.wide-player .ppjs__audio .ppjs__button.ppjs__playpause-button .icon {
fill: #ffffff !important;
}
.modern.wide-player .ppjs__audio .ppjs__button .play-rate-text {
width: 30px;
height: 20px;
border-radius: 5px;
}
.modern.wide-player .ppjs__audio .ppjs__button.ppjs__playpause-button {
order: -1;
margin-left: 0;
}
.modern.wide-player .ppjs__audio .ppjs__button.ppjs__play-rate-button {
order: 3;
margin-left: 5px;
}
.modern.wide-player .ppjs__audio .ppjs__button.ppjs__skip-prev-button {
order: 1;
}
.modern.wide-player .ppjs__audio .ppjs__button.ppjs__skip-backward-button {
order: 2;
}
.modern.wide-player .ppjs__audio .ppjs__button.ppjs__jump-forward-button {
order: 3;
}
.modern.wide-player .ppjs__audio .ppjs__button.ppjs__skip-next-button {
order: 4;
}
.modern.wide-player .ppjs__audio .ppjs__button.ppjs__cc-button {
order: 5;
}
.modern.wide-player .ppjs__audio .ppjs__button.ppjs__download-alt-button, .modern.wide-player .ppjs__audio .ppjs__button.ppjs__share-button {
order: 6;
margin-left: auto;
margin-right: 0;
position: relative;
right: -10px;
}
.modern.wide-player .ppjs__skip-prev-button,
.modern.wide-player .ppjs__skip-next-button {
display: none !important;
}
.modern.wide-player .ppjs__audio .ppjs__time-rail,
.modern.wide-player .ppjs__audio .ppjs__time-total,
.modern.wide-player .ppjs__audio .ppjs__time-buffering,
.modern.wide-player .ppjs__audio .ppjs__time-loaded,
.modern.wide-player .ppjs__audio .ppjs__time-hovered,
.modern.wide-player .ppjs__audio .ppjs__time-current {
height: 7px;
border-radius: 7px;
}
.modern.wide-player .ppjs__audio .ppjs__time-handle-content {
top: -7px;
border-color: #262626;
}
.modern.wide-player .ppjs__audio .ppjs__audio-time-rail {
background-color: rgba(0, 0, 0, 0.1);
}
.modern.wide-player .ppjs__audio .ppjs__time-loaded {
background: rgba(0, 0, 0, 0.08);
}
.modern.wide-player .ppjs__audio .ppjs__time-current {
background: rgba(0, 0, 0, 0.16);
}
.modern.wide-player .ppjs__audio .ppjs__time-hovered {
background: rgba(0, 0, 0, 0.1);
}
.modern.wide-player .ppjs__atime-container {
display: flex;
margin: 0 20px;
}
.modern.wide-player .ppjs__atime-container .ppjs__time {
display: block;
}
.modern.wide-player .ppjs__atime-container .ppjs__audio-time-rail {
flex: 1;
align-self: center;
}
.modern.wide-player .ppjs__atime-container .ppjs__currenttime-container {
order: -1;
}
.modern.wide-player .ppjs__audio-timer {
display: none;
}
.modern.wide-player .pod-entry__mscript {
display: flex;
height: 35px;
width: 35px;
position: relative;
z-index: 1;
margin-left: auto;
}
.modern.wide-player .pod-entry__mscript:hover {
background-color: rgba(0, 0, 0, 0.08);
border-radius: 50%;
transition: background-color 800ms;
}
.modern.wide-player .ppjs__img-btn {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
border-radius: 8px;
}
.modern.wide-player .pod-launch {
padding: 5px 20px;
}
.modern.wide-player .pod-launch .pod-items__navi-menu {
align-items: center;
}
.modern.wide-player .pod-launch a.subscribe-item {
margin-right: 10px;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 8px;
width: 35px;
height: 35px;
}
.modern.wide-player.single-audio .pod-launch, .modern.wide-player.single-episode .pod-launch {
padding: 0 10px;
}
.modern.wide-player.single-audio .pod-launch a.subscribe-item, .modern.wide-player.single-episode .pod-launch a.subscribe-item {
border-width: 0;
}
}
@media only screen and (min-width: 640px){
.wide-player .pod-items__navi-menu .podcast-menu {
right: auto;
left: 0;
}
.pp-modal-window .ppjs__audio .ppjs__button.ppjs__skip-next-button, .pp-modal-window .ppjs__audio .ppjs__button.ppjs__skip-prev-button {
display: inline-block;
}
.single-episode .ppjs__audio .ppjs__button.ppjs__skip-next-button, .single-audio .ppjs__audio .ppjs__button.ppjs__skip-next-button, .single-episode .ppjs__audio .ppjs__button.ppjs__skip-prev-button, .single-audio .ppjs__audio .ppjs__button.ppjs__skip-prev-button {
display: none;
}
.medium-player .ppjs__podcast-title, .pp-modal-window .ppjs__podcast-title {
display: block;
}
.medium-player a.ppjs__episode-excerpt, .pp-modal-window a.ppjs__episode-excerpt {
font-size: 15px;
line-height: 1.33;
width: 95%;
}
.medium-player.legacy a.ppjs__episode-excerpt {
display: none !important;
}
.legacy.medium-player .episode-single__header {
display: none;
}
.legacy.medium-player .episode-list__wrapper {
max-height: 465px;
min-height: 465px;
height: 465px;
}
.legacy.medium-player .episode-list__search + .episode-list__wrapper {
max-height: 414px;
min-height: 414px;
height: 414px;
}
.legacy.medium-player .pod-content__list {
width: 38% !important;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.legacy.medium-player .pp-podcast__single {
width: 62%;
float: right;
height: 465px;
overflow: hidden;
padding-bottom: 10px;
}
.legacy.medium-player.single-episode .pp-podcast__single {
width: 100%;
height: auto;
float: none;
}
.legacy.medium-player .pod-content__episode {
display: block !important;
max-height: calc(100% - 170px);
background-color: transparent;
overflow: hidden;
overflow-y: auto;
border-bottom-width: 0;
}
.legacy.medium-player.has-featured .pod-content__episode {
max-height: calc(100% - 200px);
}
.legacy.medium-player .episode-single__close,
.legacy.medium-player .ppjs__script-button {
display: none;
}
.legacy.medium-player .pod-entry__title {
max-width: none;
float: none;
}
.legacy.medium-player .pod-entry__date {
display: inline-block;
min-width: none;
float: none;
font-weight: normal;
text-transform: capitalize;
}
.legacy.medium-player .pod-entry__author {
display: none;
}
.legacy.medium-player .episode-single__title {
padding-right: 0;
}
.legacy.medium-player.media-video .pp-podcast__single {
overflow: auto;
}
.legacy.medium-player.media-video .pod-content__episode {
max-height: none;
overflow: visible;
}
.legacy.medium-player.media-video .pp-podcast__player {
padding: 20px 20px 0;
}
.legacy.medium-player.no-header .episode-list__wrapper, .legacy.medium-player.header-hidden .episode-list__wrapper {
max-height: 534px;
min-height: 534px;
height: 534px;
}
.legacy.medium-player.no-header .episode-list__search + .episode-list__wrapper, .legacy.medium-player.header-hidden .episode-list__search + .episode-list__wrapper {
max-height: 483px;
min-height: 483px;
height: 483px;
}
.legacy.medium-player.no-header .pp-podcast__single, .legacy.medium-player.header-hidden .pp-podcast__single {
height: 550px;
}
.legacy.medium-player.no-header.single-audio .pp-podcast__single, .legacy.medium-player.no-header.single-episode .pp-podcast__single, .legacy.medium-player.header-hidden.single-audio .pp-podcast__single, .legacy.medium-player.header-hidden.single-episode .pp-podcast__single {
height: auto;
}
.modern.wide-player:not(.single-episode) .ppjs__skip-prev-button,
.modern.wide-player:not(.single-episode) .ppjs__skip-next-button {
display: inline-block !important;
}
.modern.wide-player .pod-launch .podcast-menu {
width: 400px;
}
.modern.wide-player .pod-launch .podcast-menu .pod-menu {
display: flex;
flex-wrap: wrap;
margin: 5px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-width: 1px 0 0 1px;
}
.modern.wide-player .pod-launch .podcast-menu .menu-item {
flex-basis: 33.33%;
border: 1px solid rgba(0, 0, 0, 0.1);
border-width: 0 1px 1px 0 !important;
padding: 10px !important;
}
.modern.wide-player .pod-launch .podcast-menu .menu-item span.subscribe-item {
display: flex;
flex-direction: column;
align-items: center;
}
.modern.wide-player .pod-launch .podcast-menu .menu-item .sub-item-text {
font-size: 13px !important;
}
}
@media only screen and (min-width: 768px){
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item {
width: auto;
color: #333333 !important;
padding: 5px;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 8px;
margin: 3px 6px 3px 0;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item.pp-badge {
min-width: 150px;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item .icon {
left: auto;
transform: none;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item .sub-text {
display: block;
line-height: 1;
margin-left: 5px;
font-size: 14px;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item .sub-listen-text {
display: block;
font-size: 12px;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item .sub-item-text {
font-weight: bold;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item.apple-sub .sub-listen-text {
font-size: 10px;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item.apple-sub .sub-item-text {
font-size: 15px;
font-weight: 500;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item.google-sub .sub-item-text {
font-size: 14px;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item.spotify-sub .sub-listen-text {
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
margin-right: 5px;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item.spotify-sub .sub-item-text {
color: #1db954;
font-family: sans-serif;
font-size: 15px;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item.spotify-sub .sub-text {
margin-left: 3px;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item.tunein-sub .icon {
font-size: 24px !important;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item.iheart-sub .icon {
align-self: end;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item .pp-amazon-subscribe-icon {
flex-direction: row;
padding: 0 3px;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item .pp-amazon-subscribe-icon .icon-pp-amazon {
width: 60px !important;
height: 20px !important;
position: relative;
top: 2px;
}
.wide-player .pod-info .pod-items__navi-menu a.subscribe-item .pp-amazon-subscribe-icon .icon-pp-music {
position: relative;
top: -3px;
width: 45px !important;
height: 20px !important;
margin-left: 4px;
}
.wide-player .ppjs__audio-controls .ppjs__secondary-controls .ppjs__control_btns, .pp-modal-window .ppjs__audio-controls .ppjs__secondary-controls .ppjs__control_btns {
margin: 10px 0 0;
}
.wider-player .ppjs__audio .ppjs__button, .pp-modal-window .ppjs__audio .ppjs__button {
margin: 0 10px;
}
.wider-player.legacy .ppjs__audio .ppjs__button {
margin: 0 5px;
}
.wider-player .ppjs__audio .ppjs__button > button, .wider-player .ppjs__audio .ppjs__button > a.button {
width: 46px;
height: 46px;
}
}
@media only screen and (min-width: 1024px){
.pp-podcast.light-color.playerview[id^=pp-podcast-] .ppjs__head-container .head-wrapper,
.pp-podcast.light-text.postview[id^=pp-podcast-] .ppjs__head-container .head-wrapper,
.inline-view.light-color .ppjs__head-container .head-wrapper {
border-color: rgba(255, 255, 255, 0.5);
}
}