.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.penci_bl_followers_message .penci-bf-tooltip-inner {
display: inline-block;
margin-left: 4px;
}
.penci-bf-display-none {
display: none;
}
.message_stack_success,
.message_stack_error {
padding: 6px 20px;
background-color: #ffa8a8 !important;
font-size: 16px;
font-weight: normal;
margin-bottom: 10px;
}
.message_stack_success {
background-color: #d3e69f !important;
}
@media only screen and (max-width: 380px) {
#penci_bl_unsubscribe_email, #penci_bl_unsubscribe_submit {
width: 100%;
}
}
.penci-bf-follow-btn-wrapper button:hover,
.penci-bf-follow-btn-wrapper button {
padding: 0;
background: transparent;
line-height: inherit;
text-transform: none;
font-weight: inherit;
font-size: inherit;
color: var(--pcheading-cl);
font-family: inherit;
}
.pcbf-size-meta_size button,
.pcbf-size-meta_size button:hover {
color: inherit;
}
.penci-bf-unsubscribe-email-error {
display: none;
}
.penci-bf-btn {
font-weight: bold !important;
} .penci-bf-paging {
margin-top: 30px;
text-align: center;
}
.penci-bf-paging .penci-bf-tablenav-pages {
display: block;
}
.penci-bf-paging .penci-bf-tablenav-pages a,
.penci-bf-tablenav-pages span.current, .penci-bf-tablenav-pages span.disabled {
display: block;
padding: 11px 10px;
max-width: 400px;
margin: 0 auto;
border: 1px solid var(--pcborder-cl);
line-height: 1.4;
text-align: center;
transition: all .25s;
-webkit-transition: all .25s;
background: #fff;
}
.penci-bf-paging .penci-bf-tablenav-pages a:hover {
color: #fff;
background: var(--pcaccent-cl);
border-color: var(--pcaccent-cl);
}
.penci-bf-paging .penci-bf-tablenav-pages a.loading-posts i {
animation-name: pencirotate;
-o-animation-name: pencirotate;
-ms-animation-name: pencirotate;
-webkit-animation-name: pencirotate;
-moz-animation-name: pencirotate;
animation-duration: 0.8s;
-o-animation-duration: 0.8s;
-ms-animation-duration: 0.8s;
-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-timing-function: linear;
-o-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
.penci-bf-paging .penci-bf-tablenav-pages a.loading-posts span.ajaxdot:after {
content: "...";
font-size: inherit;
color: inherit;
font-family: inherit;
font-weight: inherit;
} table.penci-bf-follow-post-table,
table.penci-bf-follow-term-table,
table.penci-bf-follow-author-table {
width: 100%;
}
tr.penci-bf-follow-post-row-head,
tr.penci-bf-follow-post-row-foot,
tr.penci-bf-follow-term-row-head,
tr.penci-bf-follow-term-row-foot,
tr.penci-bf-follow-author-row-head,
tr.penci-bf-follow-author-row-foot {
background-color: var(--pcbg-cl);
}
@media only screen and (max-width: 767px ) {
tr.penci-bf-follow-post-row-head, tr.penci-bf-follow-post-row-foot, tr.penci-bf-follow-term-row-head, tr.penci-bf-follow-term-row-foot, tr.penci-bf-follow-author-row-head, tr.penci-bf-follow-author-row-foot {
font-size: 12px;
}
}
tr.penci-bf-follow-author-row-body td {
padding: 8px 10px;
}
tr.penci-bf-follow-author-row-body td img {
vertical-align: middle;
}
th.penci-bf-cb-posts input[type="checkbox"],
th.penci-bf-cb-terms input[type="checkbox"],
th.penci-bf-cb-author input[type="checkbox"] {
margin: 8px 0 0 9px;
}
tr th.penci-bf-cb-authors input[type="checkbox"],
tr.penci-bf-follow-post-row-body td input[type="checkbox"],
tr.penci-bf-follow-term-row-body td input[type="checkbox"],
tr.penci-bf-follow-author-row-body td input[type="checkbox"] {
margin-left: 9px !important;
}
.penci-bf-follow-post-table th, .penci-bf-follow-term-table th, .penci-bf-follow-author-table th {
padding: 8px 0;
}
.penci-bf-follows .penci-bf-follow-author-table .penci-bf-picture img {
border-radius: 50%;
}
.penci-bf-follow-post-table td, .penci-bf-follow-term-table td,
.penci-bf-follow-post-table th, .penci-bf-follow-term-table th,
.penci-bf-follow-post-table th, .penci-bf-follow-author-table th {
vertical-align: middle;
}
.penci-bf-bulk-action-wrapper {
margin: 10px 0 30px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.penci-bf-bulk-action-wrapper .penci-bf-bulk-action {
max-width: 220px;
}
.penci-bf-bulk-action-wrapper .penci-bf-btn {
padding: 2px 15px;
}
.penci-bf-bulk-action-loader {
margin-left: 5px;
margin-top: 5px;
}
.penci-bf-no-record-message {
margin-top: 25px;
margin-bottom: 40px;
clear: both;
border: 1px solid var(--pcborder-cl);
padding: 12px 20px;
font-size: 15px;
}
.penci-bf-unsubscribe-table td {
border: none;
}
tr.penci-bf-follow-author-row-body td,
tr.penci-bf-follow-term-row-body td,
tr.penci-bf-follow-post-row-body td {
vertical-align: middle;
}
.wps_fmbp_common_vertical_align {
vertical-align: top;
}
.penci_bl_add_follower_error_second {
padding: 0 10px;
}
.followed_guest_user {
width: 23%;
}
.penci_bl_common_display_none_class {
display: none;
}
.penci-bf-follow-post-wrapper {
display: none;
}
.penci-bf-follow-term-wrapper,
.penci-bf-follow-post-wrapper {
position: absolute;
top: 10px;
right: 10px;
z-index: 99;
}
.penci-bf-follow-term-wrapper {
z-index: 999;
}
body.rtl .penci-bf-follow-term-wrapper,
body.rtl .penci-bf-follow-post-wrapper {
right: auto;
left: 10px;
}
.penci-bf-follow-term-wrapper .pencibf-following-text,
.penci-bf-follow-post-wrapper .pencibf-following-text {
font-size: 0;
}
.pcsb-meta .penci-bf-follow-post-wrapper .pencibf-following-text {
font-size: inherit;
}
.penci-bf-follow-term-wrapper .pencibf-following-text:before,
.penci-bf-follow-post-wrapper .pencibf-following-text:before {
content: '\f02e';
font-family: 'FontAwesome';
font-size: 16px;
z-index: 10;
width: 32px;
height: 32px;
line-height: 32px;
border: 1px solid #fff;
color: #fff;
text-align: center;
border-radius: 50%;
display: inline-block;
transition: background 0.3s, border 0.3s, opacity 0.3s;
background: rgba(0, 0, 0, 0.2);
vertical-align: top;
animation: unset;
}
.penci-bf-follow-term-wrapper .pencibf-following-text:hover:before,
.penci-bf-follow-post-wrapper .pencibf-following-text:hover:before,
.penci-bf-follow-term-wrapper .penci-bf-following-button .pencibf-following-text:before,
.penci-bf-follow-post-wrapper .penci-bf-following-button .pencibf-following-text:before {
background-color: var(--pcaccent-cl);
border-color: var(--pcaccent-cl);
color: #fff;
cursor: pointer;
}
.penci-bf-follow-term-wrapper .pencibf-following-text:hover:before,
.penci-bf-follow-post-wrapper .pencibf-following-text:hover:before {
opacity: 0.8;
}
.penci-bf-follow-term-wrapper.loading .pencibf-following-text:before,
.penci-bf-follow-author-wrapper.loading .pencibf-following-text:before,
.post-box-meta-single .penci-bf-follow-post-wrapper.loading .pencibf-following-text:before,
.penci-bf-follow-post-wrapper.loading .pencibf-following-text:before {
font-family: inherit !important;
line-height: 0;
display: inline-block;
content: " " !important;
animation: lds-dual-ring 0.4s linear infinite;
vertical-align: top;
width: 32px;
height: 32px;
opacity: 1;
border: 1px solid #999;
border-top-color: rgb(153, 153, 153);
border-left-color: rgb(153, 153, 153);
border-top-color: rgb(153, 153, 153);
border-left-color: rgb(153, 153, 153);
border-left-color: #fff;
border-top-color: #fff;
border-radius: 50%;
background: transparent;
}
.item-related .penci-bf-follow-post-wrapper {
top: 10px;
right: 20px;
}
body.rtl .item-related .penci-bf-follow-post-wrapper  {
right: auto;
left: 20px;
}
.penci-bf-follow-term-wrapper.pcbf-size-small,
.penci-bf-follow-post-wrapper.pcbf-size-small {
top: 5px;
right: 5px;
}
.penci-bf-follow-post-wrapper.pcbf-size-small.has-review + .penci-rv-sm-show {
top: auto;
bottom: 5px;
}
.penci-bf-follow-term-wrapper.pcbf-size-small .pencibf-following-text:before,
.penci-bf-follow-post-wrapper.pcbf-size-small .pencibf-following-text:before {
width: 26px;
height: 26px;
line-height: 26px;
font-size: 14px;
}
.penci-bf-follow-term-wrapper.pcbf-size-small.loading .pencibf-following-text:before,
.penci-bf-follow-post-wrapper.pcbf-size-small.loading .pencibf-following-text:before {
width: 26px;
height: 26px;
}
.post-box-meta-single .penci-bf-follow-post-wrapper.loading .pencibf-following-text:before {
width: 10px;
height: 10px;
margin: -3px 5px 0 0;
vertical-align: middle;
}
.penci-bf-follow-post-wrapper.has-review + .penci-rv-sm-show {
top: auto;
bottom: 15px;
}
.grid-overlay-meta .penci-bf-follow-post-wrapper.has-review + .penci-rv-sm-show {
bottom: 45px;
}
.penci-bf-follow-post-wrapper.pcbf-size-small.has-review + .penci-rv-sm-show {
bottom: 5px;
right: 5px;
top: auto;
}
body.rtl .penci-mega-thumbnail .penci-bf-follow-post-wrapper.pcbf-size-small.has-review + .penci-rv-sm-show {
right: auto;
left: 7px;
}
body.rtl .penci-mega-post .penci-bf-follow-post-wrapper {
right: auto;
left: 7px;
}
.post-entry .penci-bf-follow-post-table td,
.post-entry .penci-bf-follow-post-table th,
.post-entry .penci-bf-follow-post-table .penci-bf-follow-btn-wrapper button {
padding-left: 0;
padding-right: 0;
min-width: unset;
}
.post-entry .penci-bf-follow-author-table thead th,
.post-entry .penci-bf-follow-author-table tfoot th,
.post-entry .penci-bf-follow-author-table tbody td,
.post-entry .penci-bf-follow-post-table thead th,
.post-entry .penci-bf-follow-post-table tfoot th,
.post-entry .penci-bf-follow-post-table tbody td {
padding-left: 20px;
padding-right: 20px;
}
.archive-box .pencibf-unfollowing-text,
.archive-box .pencibf-following-text {
font-size: 12px;
vertical-align: middle;
}
.penci-owl-featured-area .item {
position: relative;
}
.post-box-meta-single .penci-bf-follow-post-wrapper {
position: static;
}
.post-box-meta-single .penci-bf-follow-post-wrapper .pencibf-following-text:before {
content: '\f02e';
font-family: 'FontAwesome';
display: inline-block;
margin: 0 5px 0 0;
padding: 0;
border: 0;
font-size: inherit;
line-height: inherit;
width: unset;
height: unset;
background: transparent;
color: inherit !important;
vertical-align: middle;
}
.post-box-meta-single .penci-bf-follow-post-wrapper .pencibf-following-text:hover:before,
.post-box-meta-single .penci-bf-follow-post-wrapper .penci-bf-following-button .pencibf-following-text:before {
background: transparent;
color: inherit;
}
body.rtl .penci-bf-follow-author-wrapper .penci-bf-following-button .pencibf-following-text:before,
body.rtl .post-box-meta-single .pencibf-following-text:before {
margin: 0 0 0 5px;
vertical-align: baseline;
}
body.rtl .penci-bf-follow-author-wrapper .penci-bf-following-button .pencibf-following-text:before {
float: right;
}
.penci-bf-follow-author-wrapper .penci-bf-following-button .pencibf-following-text:before,
.post-box-meta-single .penci-bf-following-button .pencibf-following-text:before,
.post-box-meta-single .pencibf-following .pencibf-following-text:before {
content: '\f00c';
font-family: 'FontAwesome';
}
.penci-bf-follow-author-wrapper .penci-bf-following-button .pencibf-following-text:before {
margin: 0 5px 0 0;
}
.penci-bf-follow-post-row-body .penci-bf-follow-post-wrapper.loading .pencibf-following-text:before,
.penci-pf-post-imported button.loading:before,
.penci-pf-author-imported button.loading:before,
.penci-bf-follow-author-wrapper.loading .pencibf-following-text:before {
width: 8px;
height: 8px;
margin-right: 5px;
vertical-align: middle;
}
body.rtl .penci-bf-follow-post-row-body .penci-bf-follow-post-wrapper.loading .pencibf-following-text:before,
body.rtl .penci-pf-post-imported button.loading:before,
body.rtl .penci-pf-author-imported button.loading:before,
body.rtl .penci-bf-follow-author-wrapper.loading .pencibf-following-text:before {
margin-right: 0;
margin-left: 5px;
}
body.rtl .post-box-meta-single .penci-bf-follow-post-wrapper.loading .pencibf-following-text:before {
margin: -3px 0 0 5px;
}
.penci-bf-follow-author-wrapper button,
.penci-bf-follow-author-wrapper button:hover {
display: inline-block;
padding: 5px 10px;
border: 1px solid var(--pcaccent-cl);
color: var(--pcaccent-cl);
font-size: 12px;
line-height: 1;
transition: all 0.3s;
font-family: var(--pchead-font);
font-weight: var(--pchead-wei);
}
.penci-bf-follow-author-wrapper .penci-bf-following-button,
.penci-bf-follow-author-wrapper button:hover {
background: var(--pcaccent-cl);
color: #fff;
}
.penci-pf-post-thumbnail img,
.post-entry .penci-pf-post-thumbnail img {
max-width: 75px;
height: auto;
}
.penci-pf-saved-confirm {
padding: 30px;
border: 1px solid var(--pcborder-cl);
margin: 0 0 30px;
text-align: center;
background: #f1f1f1;
}
.penci-pf-saved-confirm .cancel {
background: #333;
color: #fff;
}
#penci-header-bookmark {
margin-left: 5px;
}
body.rtl #penci-header-bookmark {
margin-left: 0;
margin-right: 5px;
float: left;
}
.penci-bf-unsubscribe-table,
.penci-bf-unsubscribe-table tr,
.penci-bf-unsubscribe-table td {
border: 0 !important;
}
.penci-bf-unsubscribe-form {
max-width: 650px;
margin-left: auto;
margin-right: auto;
}
.penci-bf-unsubscribe-table {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
.penci-bf-email-field {
width: 75%;
padding-right: 15px;
}
body.rtl .penci-bf-email-field {
padding-right: 0;
padding-left: 15px;
}
.penci-bf-submit-field {
width: 25%;
}
.penci-bf-email-field input[type="text"],
.penci-bf-submit-field .penci-bf-btn {
padding: 0 20px;
font-size: 16px;
line-height: 46px;
}
.penci-bf-submit-field .penci-bf-btn {
display: block;
width: 100%;
line-height: 48px;
}
.penci-bf-manage-follow-terms .pcsl-inner .pcsl-iteminer,
.penci-bf-manage-follow-posts .pcsl-inner .pcsl-iteminer {
align-items: center;
}
.penci-bf-manage-follow-terms .pcsl-inner .pcsl-content,
.penci-bf-manage-follow-posts .pcsl-inner .pcsl-content {
padding: 10px 10px 10px var(--pcsl-between);
}
.penci-bf-manage-follow-terms .pcsl-inner .pcsl-thumb {
width: 49%;
}
.penci-bf-manage-follow-terms .pcsl-inner .pcsl-content {
width: 51%;
}
body.rtl .penci-bf-manage-follow-posts .pcsl-inner .pcsl-content {
padding: 10px var(--pcsl-between) 10px 10px;
}
.penci-bf-manage-follow-terms .pcsl-itemin,
.penci-bf-manage-follow-posts .pcsl-itemin {
border: 1px solid var(--pcborder-cl);
}
@media only screen and (max-width: 767px) {
.penci-bf-email-field,
.penci-bf-submit-field {
width: 100%;
padding: 0;
}
.penci-bf-submit-field {
margin-top: 20px;
}
}
.penci-bf-follows + .penci-bf-follows {
margin-top: 40px;
}
html body .jq-toast-wrap {
width: 370px;
}
html .jq-toast-single .pencpf-popup-mess {
overflow: hidden;
font-size: 13px;
}
html .jq-toast-single .pencpf-popup-mess a {
font-weight: inherit;
font-size: inherit;
border: 0;
padding: 0;
}
.jq-toast-wrap .pencpf-popup-mess-wrapper {
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin: -20px;
background: var(--pcbg-cl);
}
.jq-toast-wrap .pencpf-popup-mess-wrapper .pencpf-popup-thumb {
width: 100px;
height: 100px;
border: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.jq-toast-wrap .pencpf-popup-mess-wrapper .pencpf-popup-ct-area {
width: calc(100% - 100px);
padding: 10px 15px;
color: var(--pctext-cl);
display: flex;
flex-wrap: wrap;
align-content: center;
}
body.rtl .jq-toast-wrap .pencpf-popup-mess-wrapper .pencpf-popup-ct-area {
text-align: right;
}
.jq-toast-wrap .pencpf-popup-mess-wrapper .pencpf-popup-ct-area .pencpf-popup-mess-title {
color: var(--pcaccent-cl);
font-family: var(--pchead-font);
font-weight: var(--pchead-wei);
font-size: 16px;
display: inline-block;
overflow: hidden;
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
margin-bottom: 6px;
}
html .jq-toast-wrap span.close-jq-toast-single {
font-size: 22px;
top: 8px;
opacity: 0.6;
}
.post-author .penci-bf-follow-author-wrapper {
margin-bottom: 15px;
margin-top: -5px;
}
.penci-bf-follow-author-table .penci-bf-picture {
width: 15%;
}
.penci-bf-follow-author-table .penci-bf-col-2 {
width: 25%;
}
.penci-bf-follow-author-table .penci-bf-col-action {
width: 40%;
}
.penci-bf-follow-term-table .penci-bf-follow-term-wrapper {
position: static;
}
@media only screen and (max-width: 767px) {
.penci-bf-follow-author-table-container {
overflow-x: auto;
}
.penci-bf-follow-author-table-container table {
min-width: 490px;
}
.penci-bf-follow-author-table .penci-bf-picture {
width: 10%;
}
.penci-bf-follow-author-table .penci-bf-col-2 {
width: 25%;
}
.penci-bf-follow-author-table .penci-bf-col-action {
width: 55%;
}
.penci-bf-follow-author-table .penci-bf-col-date {
min-width: 120px;
}
.post-entry .penci-bf-follow-author-table thead th, .post-entry .penci-bf-follow-author-table tfoot th, .post-entry .penci-bf-follow-author-table tbody td, .post-entry .penci-bf-follow-post-table thead th, .post-entry .penci-bf-follow-post-table tfoot th, .post-entry .penci-bf-follow-post-table tbody td {
padding-left: 5px;
padding-right: 5px;
}
}
.penci-bf-term-page {
clear: both;
margin-top: 15px;
}
.post-entry .penci-bf-follow-term-table td,
.post-entry .penci-bf-follow-term-table th {
padding-left: 20px;
padding-right: 20px;
}
body.rtl .penci-bf-follow-post-wrapper.pcbf-size-small {
right: auto;
left: 5px;
}
body.rtl .penci-bf-follow-post-wrapper.pcbf-size-small.has-review + .penci-rv-sm-show {
right: auto;
left: 5px;
}
body.rtl .close-jq-toast-single {
left: 7px;
right: auto;
}
.archive-box .penci-bf-follow-term-wrapper {
position: static;
margin: 15px 0 -10px;
}
.archive-box.pc-has-sorter .title-bar .penci-bf-follow-term-wrapper  {
text-align: left;
}
.archive-box .penci-bf-follow-term-wrapper .pencibf-following-text:before {
width: auto;
height: auto;
border: 0;
background: transparent;
color: inherit;
font-size: inherit;
line-height: inherit;
margin-right: 5px;
vertical-align: middle;
}
.archive-box .penci-bf-follow-term-wrapper.loading .pencibf-following-text:before {
width: 13px;
height: 13px;
border: 1px solid #999;
border-top-color: rgb(153, 153, 153);
border-left-color: rgb(153, 153, 153);
border-top-color: rgb(153, 153, 153);
border-left-color: rgb(153, 153, 153);
border-left-color: #fff;
border-top-color: #fff;
}
.archive-box .penci-bf-follow-term-wrapper button span{
display: inline-block;
padding: 5px 11px;
border: 1px solid var(--pcaccent-cl);
color: var(--pcaccent-cl);
font-size: 13px;
line-height: 1;
transition: all 0.3s;
font-family: var(--pchead-font);
font-weight: var(--pchead-wei);
text-transform: none;
}
.archive-box .penci-bf-follow-term-wrapper .penci-bf-following-button span,
.archive-box .penci-bf-follow-term-wrapper button:hover span{
color: #fff;
background: var(--pcaccent-cl);
}
.archive-box .penci-bf-follow-term-wrapper .penci-bf-following-button .pencibf-following-text:before {
content: '\f00c';
}
body.rtl .archive-box .penci-bf-follow-term-wrapper .pencibf-following-text:before {
margin-right: 0;
margin-left: 5px;
}
body.rtl .side-image .penci-bf-follow-post-wrapper.pcbf-size-small {
top: auto;
bottom: 5px;
}
.pcbf-size-meta_size {
position: static;
}
.pcbf-size-meta_size .pencibf-following-text:before,
.pcbf-size-meta_size.loading .pencibf-following-text:before {
width: 15px;
height: 15px;
line-height: 15px;
font-size: 7px;
margin-right: 5px;
vertical-align: middle;
}
.pcbf-size-meta_size .pencibf-following-text {
font-size: inherit;
}.penci-truncate-btn {
position: relative;
text-align: center;
margin: 60px auto;
clear: both;
}
.penci-truncate-btn:before {
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0),
rgba(255, 255, 255, 1)
);
content: "";
height: 200px;
margin-top: -200px;
left: 0;
position: absolute;
right: 0;
width: 100%;
}
.penci_login span {
display: block;
}
.penci_btn_inner_wrapper span {
font-size: 14px;
line-height: 1.65;
margin-bottom: 40px;
}
.penci-truncate-btn .penci-truncate-header {
margin-bottom: 40px;
}
.penci-truncate-btn .penci-truncate-header p {
text-align: center;
}
.penci_btn_wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.penci_btn_wrapper > div {
flex: 0 0 50%;
max-width: 375px;
padding: 0 15px;
}
.penci_btn_inner_wrapper {
border: 1px solid var(--pcborder-cl);
padding: 30px;
transition: 0.25s;
height: 100%;
display: flex;
flex-direction: column;
}
.penci_btn_inner_wrapper:hover {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}
.penci_btn_wrapper h3 {
font-size: 1.5em;
margin: 0 0 20px;
}
.penci-truncate-btn .btn_wrapper {
margin-top: auto;
}
.penci-truncate-btn .btn {
width: 80%;
display: inline-block;
padding: 0 15px;
line-height: 40px;
text-decoration: none;
background: var(--pcaccent-cl);
color: #fff;
transition: 0.2s;
font-weight: bold;
}
.penci-truncate-btn .btn:hover {
opacity: 0.7;
text-decoration: none;
}
.penci-truncate.penci-no-comment div#respond {
display: none;
}
@media only screen and (max-width: 767px) {
.penci_btn_wrapper {
display: block;
}
.penci_btn_wrapper > div {
max-width: none;
margin-bottom: 20px;
}
} .penci-frontend-status th,
.penci-frontend-status td {
border: 1px solid var(--pcborder-cl);
height: 40px;
}
.penci-frontend-status th {
background-color: #eee;
font-weight: bold;
vertical-align: middle;
}
.penci-frontend-status td {
padding: 10px;
vertical-align: bottom;
}
.penci_manage_status h3 {
margin-bottom: 0;
}
.penci_boxed {
width: 100%;
height: auto;
border: 1px solid #e0e0e0;
padding: 20px;
}
.penci_boxed > div {
display: inline-block;
}
.penci_boxed .penci_leftbox {
width: 55%;
}
.penci_boxed .penci_rightbox {
width: 44%;
text-align: right;
}
.penci_boxed span {
display: block;
padding: 5px 0;
}
.penci_boxed .penci_rightbox > a {
background: var(--pcaccent-cl);
border-radius: 3px;
color: #fff;
display: inline-block;
height: 40px;
line-height: 40px;
margin: 2px;
padding: 0 20px;
}
.penci_boxed .penci_rightbox > a:hover {
opacity: 0.7;
} .pencipw-wrapper {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
width: 100%;
margin: 0;
}
.pencipw-wrapper .package-item {
background: #fff;
text-align: center;
display: block;
padding: 30px;
border: 1px solid #eee;
margin: 1.5em 0;
position: relative;
transition: 0.2s;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-align-items: stretch;
align-items: stretch;
-webkit-flex: 1;
flex: 1;
}
.pencipw-wrapper .package-item > div:after {
content: "";
display: table;
clear: both;
}
.pencipw-wrapper .package-title h3 {
font-size: 16px;
font-weight: 500;
letter-spacing: 0.02em;
line-height: 1;
margin: 0;
text-transform: uppercase;
}
.pencipw-wrapper .package-price {
padding: 30px 0;
}
.pencipw-wrapper .package-item .package-description {
padding-left: 12%;
padding-right: 12%;
text-align: left;
}
.pencipw-wrapper .package-item .package-description ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.pencipw-wrapper .package-item .package-description li {
position: relative;
margin-bottom: 0.6em;
}
.pencipw-wrapper .package-item .package-description li:before {
font-family: FontAwesome;
content: "\f00c";
position: absolute;
left: -2em;
color: var(--pcaccent-cl);
}
.pencipw-wrapper .package-item .package-description li.exclude:before {
color: inherit;
opacity: 0.5;
content: "\f00d";
}
.pencipw-wrapper .package-price .price {
color: var(--pcheading-cl);
font-size: 54px;
line-height: 1.2;
font-weight: 400;
letter-spacing: -0.04em;
display: inline-block;
}
.pencipw-wrapper .package-price .price del {
font-size: 70%;
opacity: 0.7;
}
.pencipw-wrapper .package-price .price ins {
text-decoration: none;
}
.pencipw-wrapper .package-price .duration {
display: block;
color: var(--pcmeta-cl);
}
.pencipw-wrapper .woocommerce-Price-currencySymbol {
font-size: 0.5em;
vertical-align: super;
color: var(--pcheading-cl);
position: relative;
margin-left: -0.04em;
margin-right: 2px;
}
.pencipw-wrapper .package-item .package-list {
padding: 30px 20px 10px;
}
.pencipw-wrapper .package-list li {
margin: 0.75em 0;
}
.pencipw-wrapper .package-item .package-button {
margin-top: auto;
padding: 30px 20px 20px;
}
.pencipw_manage_status .button,
.pencipw-wrapper .package-button .btn,
.pencipw-wrapper .package-button .button {
width: 100%;
line-height: 1.8;
height: auto;
font-size: 14px;
padding: 12px 20px;
display: inline-block;
background: var(--pcaccent-cl);
color: #fff;
font-weight: bold;
border: 0;
border-radius: 0;
}
.pencipw_manage_status .button:hover,
.pencipw-wrapper .package-button .btn:hover,
.pencipw-wrapper .package-button .button:hover {
opacity: 0.7;
box-shadow: unset;
}
.pencipw_manage_status .button {
width: auto;
margin: 15px 0 0;
}
.pencipw-wrapper .package-item.featured {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
margin: 0;
position: relative;
z-index: 1;
}
.pencipw_boxed {
padding: 0 0 30px;
margin: 0 0 30px;
border-bottom: 2px solid var(--pcborder-cl);
}
.pencipw_boxed span + span {
margin-left: 30px;
display: inline-block;
}
body.rtl .pencipw_boxed span + span {
margin-left: 0;
margin-right: 30px;
}
.pencipw-frontend-status-heading {
font-size: 16px;
margin: 0 0 30px;
}
.pencipw_manage_status.no-sub .pencipw_boxed {
border: 0;
background: #fcf5f5ff;
text-align: center;
padding: 60px 30px;
}
.pencipw_manage_status.no-sub .pencipw_boxed h3 {
font-size: 18px;
}
.pencipw_popup {
max-width: 550px;
margin: 0 auto;
padding: 30px;
background: var(--pcbg-cl);
text-align: center;
}
.pencipw_popup h5 {
font-size: 22px;
}
.pencipw_popup h5 + span {
display: block;
margin: 5px 0 30px;
}
.pencipw_popup button {
display: inline-block;
padding: 0 20px;
margin: 0 5px;
line-height: 35px;
background: var(--pcaccent-cl);
color: #fff;
border: 0;
transition: 0.3s all;
}
.pencipw_popup button.no {
background: var(--pcheading-cl);
opacity: 0.5;
}
.pencipw_popup button:hover {
opacity: 0.7;
}
.pc-premium-post {
display: inline-block;
line-height: 100%;
margin-right: 5px;
}
.pc-premium-post:before {
content: "Premium:";
}
body.rtl .pc-premium-post {
margin-right: 0;
margin-left: 5px;
}
.pc-premium-post.btn,
.pencipw-hd-btn .pc-premium-post {
padding: 2px 5px;
background-color: var(--pcaccent-cl);
color: var(--pcbg-cl);
margin: 0 5px 0 0;
}
body.rtl .pc-premium-post.btn,
body.rtl .pencipw-hd-btn .pc-premium-post {
margin: 0 0 0 5px;
}
.pencipw-hd-text .pc-premium-post.btn {
padding: 0;
background-color: transparent;
color: inherit;
}
.bsui .modal-content,
.bsui .getpaid-payment-form-element .form-control {
border-radius: 0;
}
.bsui .getpaid-payment-form-element .form-control:focus {
box-shadow: unset;
outline: 0;
}
.pencipw_leftbox span {
display: inline-block;
}
.pencipw_leftbox span strong {
display: block;
}
.pencipw_rightbox {
margin: 30px 0 0;
}
.guest-mode-btn span a {
background-color: var(--pcaccent-cl);
display: inline-block;
color: #fff;
padding: 5px 20px;
font-family: var(--pchead-font);
font-weight: var(--pchead-wei);
}
.guest-mode-btn span a:hover {
text-decoration: none;
opacity: 0.8;
}
.payment_method_stripepaywall img {
width: 35px;
}
.payment_method_stripepaywall_sepa img {
width: 50px;
}
.payment_method_stripepaywall .stripe-card-element {
margin-top: 10px;
padding: 5px;
}
.penci-paywal-protect-notice {
padding: 10px 20px;
text-align: center;
background: #ffd6d6;
color: #bd0000;
margin: 30px 0;
clear: both;
font-size: 13px;
font-weight: bold;
cursor: pointer;
}
.pencipw-sh-popup .penci-truncate-btn:before {
display: none;
}
.pencipw-sh-popup {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
background: rgba(55, 55, 55, 0.8);
display: flex;
align-items: center;
opacity: 0;
visibility: hidden;
transition: 0.3s all;
}
.pencipw-sh-popup .penci-truncate-btn {
background: #fff;
width: 100%;
max-width: 770px;
border: 1px solid var(--pcborder-cl);
padding: 30px;
box-shadow: 0 6px 6px rgba(55, 55, 55, 0.1);
}
.pencipw-sh-popup.active {
opacity: 1;
visibility: visible;
}
.penci-paywal-close {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: #000;
color: #fff;
font-size: 22px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}.penci-podcast-series-info .pcpd-featured-thumb {
margin: 0 0 20px;
}
.penci-podcast-series-info h1 {
margin: 0 0 10px;
font-size: 22px;
}
.penci-podcast-series-info .penci-category-description {
margin-bottom: 15px;
}
.penci-podcast-series-meta {
font-size: 12px;
color: var(--pcmeta-cl);
}
.pencipdc_media_option {
margin-top: 10px;
}
.pencipdc_media_option ul {
font-size: 12px;
padding: 6px 0;
list-style-type: none;
}
.pencipdc_media_option li {
margin-bottom: 0;
}
.pencipdc_media_option li a,
.pencipdc_option_container .pencipdc_sharelist_podcast a {
color: var(--pcmeta-cl);
font-weight: 400;
padding: 6px 20px;
display: block;
line-height: 22px;
}
.pencipdc_media_option .pencipdc_sharelist_podcast a:hover,
.pencipdc_media_option li:hover > :not(.active),
.pencipdc_media_option li > .active,
.pencipdc_option_container .pencipdc_sharelist_podcast a:hover {
background: #f6f6f6;
color: var(--pcmeta-cl);
}
.pencipdc_media_option li:last-child {
margin: 0;
}
.pencipdc_media_option .pencipdc_meta_share {
position: unset;
}
.pencipdc_media_option .pencipdc_meta_share .pencipdc_sharelist_podcast,
.pencipdc_media_option .pencipdc_moreoption,
.pencipdc_option_container .pencipdc_meta_share .pencipdc_sharelist_podcast {
padding: 6px 0;
margin: 0;
list-style: none;
position: absolute;
background: #fff;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
min-width: 150px;
display: none;
z-index: 1041;
top: 100%;
}
.pencipdc_media_option .pencipdc_moreoption .add_to_queue .loader {
position: relative;
margin-left: 0;
margin-top: 0;
left: auto;
top: 0;
}
.pencipdc_media_option
.pencipdc_moreoption
li
.add_to_queue
span:not(:last-of-type),
.pencipdc_media_option .pencipdc_moreoption li a > .fa,
.pencipdc_option_container .follow-wrapper a > .fa,
.pencipdc_option_container .pencipdc_sharelist_podcast a > .fa {
margin-right: 6px;
font-size: 12px;
width: 12px;
height: 12px;
line-height: 12px;
}
.pencipdc_media_option
.pencipdc_media_button.more.active
~ .pencipdc_moreoption,
.pencipdc_media_option .pencipdc_meta_share.active .pencipdc_sharelist_podcast,
.pencipdc_option_container
.pencipdc_meta_share.active
.pencipdc_sharelist_podcast {
display: block;
}
.pencipdc_media_option .pencipdc_media_button {
text-align: center;
display: inline-block;
font-size: 12px;
height: 25px;
line-height: 23px;
border: 1px solid;
border-radius: 5px;
transition: 0.3s all ease-in-out;
}
.pencipdc_media_option .pencipdc_media_button:hover {
background-color: var(--pcaccent-cl);
border-color: var(--pcaccent-cl);
color: #fff;
}
.pencipdc_media_option .pencipdc_media_button.play,
.pencipdc_media_option .pencipdc_media_button.subscribe {
padding: 0 15px;
}
.pencipdc_media_option .pencipdc_media_button.add_to_queue,
.pencipdc_media_option .pencipdc_media_button.more {
margin-left: 10px;
width: 26px;
border-color: var(--pcborder-cl);
}
body.rtl .pencipdc_media_option .pencipdc_media_button.add_to_queue,
body.rtl .pencipdc_media_option .pencipdc_media_button.more {
margin-left: 0;
margin-right: 10px;
}
.pencipdc_media_option .pencipdc_media_button.add_to_queue:not(.success) {
color: var(--pcmeta-cl);
}
.add_to_queue {
position: relative;
}
.add_to_queue .loader {
position: absolute;
top: 50%;
left: 50%;
margin-top: -5px;
margin-left: -6px;
width: 10px;
height: 10px;
}
.add_to_queue .loader:before {
opacity: 1;
transition: opacity 0.2s ease;
content: "";
display: inline-block;
border: 1px solid #bbb;
border-top-color: rgb(187, 187, 187);
border-left-color: rgb(187, 187, 187);
border-left-color: #000;
border-top-color: #000;
border-radius: 50%;
vertical-align: middle;
width: 10px;
height: 10px;
animation: penci-menu-rotate 0.35s infinite linear;
position: absolute;
top: 0;
left: 0;
}
.add_to_queue .loader,
.add_to_queue .success,
.add_to_queue.loading .initial,
.add_to_queue.success .initial,
.add_to_queue.success .loader,
.pencipdc_media_button.play .loader,
.pencipdc_media_button.play.loading .initial {
display: none;
}
.add_to_queue .initial,
.add_to_queue.loading .loader,
.add_to_queue.success .success,
.pencipdc_media_button.play .initial,
.pencipdc_media_button.play.loading .loader {
display: inline-block;
}
.pencipdc_media_option .pencipdc_media_button.play span:not(:last-of-type) {
width: auto;
padding-right: 5px;
}
body.rtl
.pencipdc_media_option
.pencipdc_media_button.play
span:not(:last-of-type) {
padding-left: 5px;
padding-right: 0;
}
.pencipdc_media_option.single_episode .pencipdc_episode_length:before {
content: "\2022";
margin: 0 5px;
}
.single-post .pencipdc_singlepage .pencipdc_media_option {
margin-bottom: 30px;
}
.single-post .pencipdc_singlepage .pencipdc_media_button {
font-size: 14px;
height: 34px;
line-height: 32px;
}
.single-post .pencipdc_singlepage .pencipdc_media_button.play {
padding: 0 20px;
}
.single-post .pencipdc_singlepage .pencipdc_media_button.add_to_queue {
width: 34px;
margin-left: 10px;
}
body.rtl .single-post .pencipdc_singlepage .pencipdc_media_button.add_to_queue {
margin-left: 0;
margin-right: 10px;
}
@media only screen and (max-width: 480px) {
.single-post .pencipdc_singlepage .pencipdc_media_option {
margin-bottom: 20px;
}
}
.pencipdc_media_button.more.episode {
position: absolute;
right: 0;
top: 0;
border: unset;
}
.pencipdc_media_option.episode .play,
.pencipdc_postblock_podcast_4 .pencipdc_media_option .play {
padding: 0;
width: 26px;
}
.pencipdc_media_option.episode .pencipdc_media_button.play span,
.pencipdc_postblock_podcast_4
.pencipdc_media_option
.pencipdc_media_button.play
span {
padding: 0;
}
.pencipdc_media_option.episode .pencipdc_media_button.play span.initial,
.pencipdc_postblock_podcast_4
.pencipdc_media_option
.pencipdc_media_button.play
span.initial {
padding: 0 0 0 3px;
}
.pencipdc_media_option.overlay {
z-index: 2;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.25);
overflow: hidden;
width: 100%;
height: 100%;
transition: 0.5s ease;
}
.pencipdc_media_option.overlay .pencipdc_media_button {
color: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
border-radius: 50%;
}
.pencipdc_global_player
.pencipdc_postblock_episode_list
.pencipdc_postsmall
.pencipdc_post_meta {
padding-left: 37px;
}
.pencipdc_global_player
.pencipdc_postblock_episode_list
.pencipdc_postsmall
.pencipdc_post_title {
margin: auto;
padding: 0 37px;
}
.pencipdc_postblock_episode_list
.pencipdc_pl_xs_4
.pencipdc_postblock_content:before {
content: unset;
}
.pencipdc_viewport.pencipdc_has_player {
padding-bottom: 80px;
}
.pencipdc_playlist {
display: none;
}
.pencipdc_podcast.pencipdc_dock_player {
width: 100%;
z-index: 99;
position: fixed;
bottom: 0;
display: none;
}
.pencipdc_podcast.pencipdc_dock_player.show {
display: block;
}
@media only screen and (max-width: 960px) {
.pencipdc_podcast.pencipdc_dock_player {
z-index: 999999;
}
}
.pencipdc_player_inner {
background-color: #fff;
display: flex;
flex-direction: column;
height: auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}
.pencipdc_player_controls_wrap {
align-items: center;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0;
height: 80px;
}
.pencipdc_inner_content .pencipdc_player {
margin-bottom: 30px;
}
.pencipdc_inner_content .pencipdc_player_controls_wrap {
padding: 20px 25px;
height: auto;
}
@media only screen and (max-width: 480px) {
.pencipdc_inner_content .pencipdc_player_controls_wrap {
padding: 15px 20px;
}
.pencipdc_inner_content .pencipdc_player {
margin-bottom: 20px;
}
}
.pencipdc_main_content .pencipdc_player_inner {
border-radius: 5px;
box-shadow: none;
border: 1px solid var(--pcborder-cl);
}
.pencipdc_control_bar_left {
flex: 0 1 15%;
max-width: 15%;
}
.pencipdc_main_content .pencipdc_control_bar_left {
flex: 0 0 auto;
max-width: unset;
}
.pencipdc_control_bar_center {
flex: 0 1 70%;
max-width: 70%;
}
.pencipdc_main_content .pencipdc_control_bar_center {
flex: 0 1 100%;
max-width: unset;
}
.pencipdc_control_bar_right,
.pencipdc_control_bar_toggle_player {
flex: 0 1 15%;
max-width: 15%;
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.pencipdc_control_bar_toggle_player {
justify-content: center;
}
.pencipdc_main_content .pencipdc_control_bar_toggle_player {
display: none;
}
.pencipdc_player_control {
display: flex;
flex-flow: row nowrap;
justify-content: center;
}
.pencipdc_player_inner .pencipdc_player_control a .fa {
width: 32px;
height: 32px;
}
.pencipdc_player_inner .pencipdc_player_control a.disabled {
cursor: auto;
}
.pencipdc_player_inner
.pencipdc_player_control
a.pencipdc_player_control__previous
.fa,
.pencipdc_player_inner
.pencipdc_player_control
a.pencipdc_player_control__next
.fa {
font-size: 18px;
}
.pencipdc_player_inner .pencipdc_player_control__playlist a .fa {
font-size: 13px;
}
.pencipdc_control_bar_toggle_player .pencipdc_player_control__toggle_player,
.pencipdc_control_bar_toggle_player .pencipdc_player_control__toggle_player .fa,
.pencipdc_player_control [class*="pencipdc_player_control__"] .fa {
line-height: 30px;
text-align: center;
}
.pencipdc_player_control .pencipdc_player_control__pause .fa,
.pencipdc_player_control .pencipdc_player_control__play .fa {
border: 1px solid;
border-color: inherit;
border-radius: 32px;
}
.pencipdc_control_bar_toggle_player .pencipdc_player_control__toggle_player {
font-size: 20px;
}
.pencipdc_player_current_item {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
position: relative;
transform: translateX(0);
transition: transform 0.25s cubic-bezier(0.3, 0, 0, 1);
}
.pencipdc_player_current_item__cover {
width: 56px;
height: 56px;
position: relative;
flex-shrink: 0;
overflow: hidden;
display: none;
}
.pencipdc_player_current_item__cover img {
width: 56px;
height: 56px;
object-fit: cover;
}
.pencipdc_player_current_item__content {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0 20px;
width: 100%;
}
.pencipdc_main_content .pencipdc_player_current_item__content {
margin-right: 10px;
}
.pencipdc_player_current_item__content,
.pencipdc_player_current_item__title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-align: left;
}
.pencipdc_player_current_item__title span a {
color: var(--pcheading-cl);
font-family: var(--pchead-font);
font-size: 14px;
font-weight: var(--pchead-wei);
}
.pencipdc_main_content .pencipdc_player_current_item__cover,
.pencipdc_main_content .pencipdc_player_current_item__title {
display: none;
}
.pencipdc_player_bar {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.pencipdc_main_content .pencipdc_player_controls_wrap .pencipdc_player_bar {
display: flex;
}
.pencipdc_player_bar.volume {
max-width: 136px;
}
.pencipdc_progress_bar,
.pencipdc_volume_bar_wrapper {
height: 12px;
position: relative;
width: 100%;
}
.pencipdc_progress_bar {
margin: 0 12px;
}
.pencipdc_player_bar__current_time,
.pencipdc_player_bar__duration {
font-size: 11px;
font-weight: 400;
line-height: 16px;
letter-spacing: normal;
text-transform: none;
text-align: center;
display: flex;
justify-content: center;
opacity: 0.6;
}
.pencipdc_progress_bar__seek,
.pencipdc_volume_bar {
background-color: #c7c8cd;
border-radius: 2px;
display: flex;
height: 4px;
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.pencipdc_progress_bar__play,
.pencipdc_volume_bar__value {
background-color: var(--pcaccent-cl);
position: relative;
border-radius: 2px;
}
.pencipdc_progress_bar__ball {
position: absolute;
width: 1px;
height: 1px;
opacity: 1;
top: 50%;
left: auto;
right: 0;
z-index: 3;
content: " ";
display: block;
transition: left 20ms ease;
cursor: pointer;
outline: 0;
}
.pencipdc_progress_bar__ball:before {
display: block;
content: " ";
margin-top: -6px;
margin-left: -6px;
transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease;
background-color: #fff;
border: 0;
border-radius: 50%;
width: 12px;
height: 12px;
z-index: 100;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
opacity: 0;
}
.pencipdc_progress_bar__ball:focus:before,
[class*="pencipdc_progress_bar__"]:hover .pencipdc_progress_bar__ball:before,
[class*="pencipdc_volume_bar"]:hover .pencipdc_progress_bar__ball:before {
opacity: 1;
}
.pencipdc_player_control__playlist {
background-color: var(--pcbg-cl);
z-index: -1;
position: absolute;
bottom: 80px;
right: 0;
width: 400px;
height: auto;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
visibility: hidden;
opacity: 0;
transition: visibility 0s linear 0.3s, opacity 0.3s;
padding: 20px 30px;
}
body.rtl .pencipdc_player_control__playlist {
right: auto;
left: 0;
}
.pencipdc_player_control__playlist.show {
visibility: visible;
opacity: 1;
transition: visibility 0s linear 0s, opacity 0.3s;
}
.pencipdc_player_control__playlist .pencipdc_player_control__close_player {
top: 50%;
right: 0;
left: auto;
width: auto;
min-width: 0;
height: 55px;
line-height: 40px;
display: inline-block;
bottom: 0;
transform: translateY(-50%);
}
body.rtl
.pencipdc_player_control__playlist
.pencipdc_player_control__close_player {
right: auto;
left: 0;
}
.pencipdc_player_control
.pencipdc_player_control__playlist
.pencipdc_player_control__close_player
.fa {
font-size: 16px;
width: auto;
height: auto;
line-height: 40px;
}
.pencipdc_player_control
.pencipdc_player_control__playlist
.pencipdc_player_control__playlist_inner {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
max-height: 50vh;
width: 100%;
height: auto;
overflow-y: scroll;
padding: 0;
margin: 0;
}
.pencipdc_player_control__playlist .pencipdc_block_heading {
border-bottom: 2px solid var(--pcborder-cl);
margin: 0 0 30px;
padding: 0 0 15px;
position: relative;
}
.pencipdc_player_control__playlist .pencipdc_block_heading span {
padding: 0;
font-size: 16px;
}
.pencipdc_player_control__playlist_inner .pencipdc_playlist_item,
.pencipdc_player_control__playlist_inner > li > div {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
position: relative;
transform: translateX(0);
transition: transform 0.25s cubic-bezier(0.3, 0, 0, 1);
width: 100%;
}
.pencipdc_player_control__playlist_inner > li > div {
flex-direction: row-reverse;
text-overflow: ellipsis;
overflow: hidden;
text-align: center;
margin-bottom: 14px;
}
.pencipdc_player_control__playlist_inner > li:last-child div {
margin-bottom: 0;
}
.pencipdc_player_control__playlist_inner .item-cover {
width: 60px;
height: 60px;
overflow: hidden;
position: relative;
flex-shrink: 0;
}
.pencipdc_player_control__playlist_inner .item-cover,
.pencipdc_player_control__playlist_inner .pencipdc_playlist_item_remove {
align-self: start;
}
.pencipdc_player_control__playlist_inner .item-title_wrapper {
display: flex;
flex-direction: column;
justify-content: flex-start;
text-align: left;
margin: 0 14px;
width: auto;
}
.pencipdc_playlist_item_remove {
display: block !important;
width: 40px;
height: 50px;
line-height: 50px;
}
.pencipdc_playlist_item_remove {
font-size: 10px;
}
.pencipdc_playlist_item .fa.fa-lock {
display: none;
}
li.pencipdc_playlist_current
.pencipdc_playlist_item_remove
.penciicon-close-button:before {
content: "\f028";
font-family: "FontAwesome";
font-size: 13px;
}
.pencipdc_player_control__playlist_inner::-webkit-scrollbar {
display: none;
}
.pencipdc_player_control__playlist_inner {
-ms-overflow-style: none;
scrollbar-width: none;
}
.pencipdc_control_bar_center
.pencipdc_player_current_item__title
span
i.fa.fa-lock {
margin-right: 10px;
}
.pencipdc_player_control__repeat_off,
.pencipdc_player_control__shuffle_off,
.pencipdc_dock_player .pencipdc_player_control a {
color: var(--pcheading-cl);
}
.pencipdc_dock_player
.pencipdc_player_control
a.pencipdc_player_control__repeat,
.pencipdc_dock_player
.pencipdc_player_control
a.pencipdc_player_control__shuffle {
color: var(--pcaccent-cl);
}
.pencipdc_dock_player .pencipdc_player_control a:hover {
color: var(--pcaccent-cl);
}
.pencipdc_player_inner .pencipdc_control_bar_left .pencipdc_player_control .fa {
width: 36px;
height: 36px;
line-height: 34px;
}
.pencipdc_player_inner
.pencipdc_control_bar_left
.pencipdc_player_control__pause
.fa,
.pencipdc_player_inner
.pencipdc_control_bar_left
.pencipdc_player_control__play
.fa {
font-size: 16px;
margin: 0 10px;
}
.pencipdc_control_bar_left .pencipdc_player_control__play .fa {
border-color: #e0e0e0;
}
.pencipdc_mobile_player_wrapper {
background: var(--pcbg-cl);
display: flex;
flex-flow: column;
position: fixed;
height: 100%;
width: 100%;
padding: 0;
top: 0;
left: 0;
z-index: 999999;
-webkit-transform: translateY(100%);
transform: translateY(100%);
transition: opacity 0.2s 0.25s, max-height 0.2s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.2s 0.25s, max-height 0.2s;
transition: transform 0.3s, opacity 0.2s 0.25s, max-height 0.2s,
-webkit-transform 0.3s;
transition-timing-function: cubic-bezier(0.1, 0, 0.3, 1);
}
.pencipdc_player_control__close_player {
position: absolute;
top: 0;
right: 0;
float: none;
border: none;
height: 72px;
line-height: 72px;
text-align: center;
display: inline-block;
vertical-align: middle;
width: auto;
flex-grow: 1;
min-width: 42px;
color: inherit;
cursor: pointer;
}
.pencipdc_player_control__close_player .fa-angle-down {
font-size: 20px;
}
.pencipdc_mobile_player_wrapper .pencipdc_player_current_item_cover_container {
flex: 0 1 auto;
width: 100%;
padding: 22px 22px 0 22px;
margin: 30px auto 20px auto;
}
.pencipdc_mobile_player_wrapper .pencipdc_player_current_item__cover {
margin: auto;
width: 35vh;
height: 35vh;
}
.pencipdc_mobile_player_wrapper .pencipdc_player_current_item__cover img {
width: 100%;
height: 100%;
object-fit: cover;
top: 0;
left: 0;
max-width: 100%;
}
.pencipdc_mobile_player_wrapper
.pencipdc_player_current_item__title_wrapper
.pencipdc_player_current_item__title {
text-overflow: ellipsis;
overflow: hidden;
flex: 0 1 auto;
}
.pencipdc_mobile_player_wrapper .pencipdc_player_current_item__title_wrapper {
margin-bottom: 10px;
}
.pencipdc_mobile_player_wrapper .pencipdc_player_current_item__title {
padding: 0 24px;
text-align: center;
}
.pencipdc_mobile_player_wrapper .pencipdc_playlist {
flex: 1 1 auto;
overflow-y: scroll;
display: flex;
}
.pencipdc_mobile_player_wrapper .pencipdc_playlist_inner {
display: flex;
flex-direction: column;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
padding: 0;
margin: 0;
}
.pencipdc_mobile_player_wrapper li {
margin: 0 5px;
padding: 5px 5px 6px 12px;
}
.pencipdc_mobile_player_wrapper
.pencipdc_playlist_inner
.pencipdc_playlist_item,
.pencipdc_mobile_player_wrapper .pencipdc_playlist_inner > li > div {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
position: relative;
transform: translateX(0);
transition: transform 0.25s cubic-bezier(0.3, 0, 0, 1);
width: 100%;
}
.pencipdc_mobile_player_wrapper .pencipdc_playlist_inner > li > div {
flex-direction: row-reverse;
text-overflow: ellipsis;
overflow: hidden;
text-align: center;
}
.pencipdc_mobile_player_wrapper .pencipdc_playlist_item_remove {
opacity: 1;
}
.pencipdc_mobile_player_wrapper .pencipdc_playlist_inner .item-cover {
width: 50px;
height: 50px;
position: relative;
flex-shrink: 0;
}
.pencipdc_mobile_player_wrapper .pencipdc_playlist_inner .item-title_wrapper {
display: flex;
flex-direction: column;
justify-content: flex-start;
text-align: left;
margin: 0 14px;
width: auto;
}
.pencipdc_mobile_player_wrapper
.pencipdc_player_current_item__title
span
i.fa.fa-lock {
margin-right: 10px;
}
.pencipdc_mobile_player_wrapper .pencipdc_player_bar {
margin-bottom: 20px;
padding: 0 20px;
}
.pencipdc_mobile_player_wrapper .pencipdc_player_control {
flex: 0 1 auto;
margin: 10px auto;
display: block;
}
.pencipdc_mobile_player_wrapper
.pencipdc_player_control
[class*="pencipdc_player_control__"]:not(
.pencipdc_player_control__playlist
),
.pencipdc_mobile_player_wrapper
.pencipdc_player_control
[class*="pencipdc_player_control__"]:not(.pencipdc_player_control__playlist)
.fa {
width: 36px;
height: 36px;
line-height: 34px;
font-size: 18px;
}
.pencipdc_mobile_player_wrapper .pencipdc_player_control a {
height: 62px;
text-align: center;
display: inline-block;
vertical-align: middle;
width: auto;
flex-grow: 1;
min-width: 30px;
cursor: pointer;
}
.pencipdc_mobile_player_wrapper
.pencipdc_player_control
[class*="pencipdc_player_control__"]
.fa {
line-height: 42px;
text-align: center;
}
@media only screen and (min-width: 767px) {
.pencipdc_mobile_player_wrapper .pencipdc_player_current_item__cover {
margin: auto;
width: 20vh;
height: 20vh;
}
}
.pencipdc_control_bar_right,
.pencipdc_no_solution,
.pencipdc_player_control__mute,
.pencipdc_player_control__next,
.pencipdc_player_control__pause,
.pencipdc_player_control__previous,
.pencipdc_player_control__repeat_off,
.pencipdc_player_control__shuffle_off,
.pencipdc_player_control__stop,
.pencipdc_player_controls_wrap .pencipdc_player_bar,
.pencipdc_playlist {
display: none;
}
body.rtl .pencipdc_player_control__next i:before {
content: "\f048";
}
body.rtl .pencipdc_player_control__previous i:before {
content: "\f051";
}
@media only screen and (min-width: 960px) {
.pencipdc_control_bar_left {
flex-basis: 10%;
max-width: 10%;
}
.pencipdc_control_bar_center {
flex-basis: 90%;
max-width: 90%;
}
.pencipdc_dock_player .pencipdc_control_bar_left {
flex-basis: 30%;
max-width: 30%;
}
.pencipdc_dock_player .pencipdc_control_bar_center {
flex-basis: 40%;
max-width: 40%;
}
.pencipdc_dock_player .pencipdc_control_bar_right,
.pencipdc_dock_player .pencipdc_control_bar_toggle_player {
flex-basis: 30%;
max-width: 30%;
}
.pencipdc_control_bar_toggle_player {
display: none;
}
.pencipdc_dock_player .pencipdc_player_controls_wrap {
padding: 0 25px;
}
.pencipdc_player_controls_wrap .pencipdc_player_bar,
.pencipdc_dock_player .pencipdc_control_bar_right {
display: flex;
}
.pencipdc_dock_player .pencipdc_player_control {
justify-content: flex-start;
}
.pencipdc_dock_player .pencipdc_player_control.last {
flex-basis: 80%;
flex-direction: row;
justify-content: flex-end;
}
.pencipdc_dock_player .pencipdc_player_bar.volume {
flex-basis: 20%;
}
.pencipdc_dock_player .pencipdc_player_control__next,
.pencipdc_dock_player .pencipdc_player_control__previous,
.pencipdc_dock_player .pencipdc_player_control__stop {
display: inline;
}
.pencipdc_player_current_item__title {
text-align: center;
}
.pencipdc_playlist_item_remove {
opacity: 0;
transition: 0.3s;
}
.pencipdc_player_control__playlist_inner
li:hover
.pencipdc_playlist_item_remove,
li.pencipdc_playlist_current .pencipdc_playlist_item_remove {
opacity: 1;
}
}
@media only screen and (min-width: 960px) {
.pencipdc_player_current_item__cover {
display: inline-block;
}
.pencipdc_sidecontent .pencipdc_podcast.pencipdc_dock_player {
z-index: 3;
}
.pencipdc_sidecontent .pencipdc_dock_player_inner {
margin-left: 340px;
box-shadow: none;
}
}
@media only screen and (min-width: 960px) {
.pencipdc_boxed .pencipdc_dock_player .pencipdc_player_inner {
box-shadow: none;
}
.pencipdc_boxed .pencipdc_dock_player_inner {
max-width: 1230px;
margin: 0 auto;
position: relative;
}
.pencipdc_boxed .pencipdc_dock_player_inner .pencipdc_player_inner:before {
content: "";
width: 100%;
height: 7px;
position: absolute;
bottom: 100%;
left: 0;
background: -moz-linear-gradient(
bottom,
rgba(0, 0, 0, 0.05) 0,
rgba(0, 0, 0, 0) 100%
);
background: -webkit-linear-gradient(
bottom,
rgba(0, 0, 0, 0.05) 0,
rgba(0, 0, 0, 0) 100%
);
background: linear-gradient(
to top,
rgba(0, 0, 0, 0.05) 0,
rgba(0, 0, 0, 0) 100%
);
}
}
.pencipdc-splaylist .content-list-right.content-list-center {
position: relative;
overflow: visible !important;
justify-content: space-between !important;
align-items: center !important;
display: flex !important;
}
.pencipdc-splaylist
.content-list-right.content-list-center
.pencipdc_media_option {
margin-top: 0;
}
.pencipdc-splaylist .pencipdc_block_container.penci-grid .thumbnail {
width: 90px !important;
}
.pencipdc-splaylist .thumbnail .pencipdc_media_option {
margin: 0;
}
.pencipdc-splaylist .pencipdc-splaylist-top.img-top {
display: block;
}
.pencipdc-splaylist .pencipdc-splaylist-top.img-top .pcpd-splaylist-thumb {
margin: 0 0 15px;
}
.pencipdc-categories-wrapper,
.pencipdc-item-wrapper {
position: relative;
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin-left: -15px;
margin-right: -15px;
}
.pencipdc-categories-wrapper .pencipdc-categories-item,
.pencipdc-item-wrapper .pencipdc-item {
float: left;
width: calc(100% / 2);
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
}
.pencipdc-item-wrapper.col-3 .pencipdc-item,
.pencipdc-categories-wrapper.col-3 .pencipdc-categories-item {
width: calc(100% / 3);
}
.pencipdc-item-wrapper.col-4 .pencipdc-item,
.pencipdc-categories-wrapper.col-4 .pencipdc-categories-item {
width: calc(100% / 4);
}
.pencipdc-item-wrapper.col-5 .pencipdc-item,
.pencipdc-categories-wrapper.col-5 .pencipdc-categories-item {
width: calc(100% / 5);
}
@media only screen and (max-width: 767px) {
.pencipdc-item-wrapper.col-3 .pencipdc-item,
.pencipdc-categories-wrapper .pencipdc-categories-item,
.pencipdc-item-wrapper.mobile-col-2 .pencipdc-item,
.pencipdc-categories-wrapper.mobile-col-2 .pencipdc-categories-item {
width: calc(100% / 2);
}
.pencipdc-item-wrapper.mobile-col-3 .pencipdc-item,
.pencipdc-categories-wrapper.mobile-col-3 .pencipdc-categories-item {
width: calc(100% / 3);
}
.pencipdc-item-wrapper.mobile-col-4 .pencipdc-item,
.pencipdc-categories-wrapper.mobile-col-4 .pencipdc-categories-item {
width: calc(100% / 4);
}
.pencipdc-item-wrapper.mobile-col-1 .pencipdc-item,
.pencipdc-categories-wrapper.mobile-col-1 .pencipdc-categories-item {
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
.pencipdc-item-wrapper.tablet-col-2 .pencipdc-item,
.pencipdc-categories-wrapper.tablet-col-2 .pencipdc-categories-item {
width: calc(100% / 2);
}
.pencipdc-item-wrapper .pencipdc-item,
.pencipdc-item-wrapper.tablet-col-3 .pencipdc-item,
.pencipdc-categories-wrapper .pencipdc-categories-item,
.pencipdc-categories-wrapper.tablet-col-3 .pencipdc-categories-item {
width: calc(100% / 3);
}
.pencipdc-item-wrapper.tablet-col-4 .pencipdc-item,
.pencipdc-categories-wrapper.tablet-col-4 .pencipdc-categories-item {
width: calc(100% / 4);
}
.pencipdc-item-wrapper.tablet-col-1 .pencipdc-item,
.pencipdc-categories-wrapper.tablet-col-1 .pencipdc-categories-item {
width: 100%;
}
}
.pencipdc-item .pencipdc-title {
margin-bottom: 10px;
font-size: 21px;
}
.pencipdc-item .pencipdc-title a {
color: var(--pcheading-cl);
}
.pencipdc-item .pencipdc-title a:hover {
color: var(--pcaccent-cl);
}
.pencipdc-item .pencipdc-meta-desc {
margin-top: 10px;
}
.pencipdc-item .pencipdc-meta {
color: var(--pcmeta-cl);
font-size: 12px;
margin: 0;
}
.pencipdc-item .pencipdc-thumb {
margin-bottom: 15px;
}
.left-thumb .pencipdc-item {
display: flex;
}
.left-thumb .pencipdc-item .pencipdc-thumb {
flex: 0 0 110px;
margin-right: 20px;
height: auto;
}
@media only screen and (max-width: 767px) {
.left-thumb .pencipdc-item {
display: block;
}
}
body.rtl .left-thumb .pencipdc-item .pencipdc-thumb {
margin-right: 0;
margin-left: 20px;
}
.left-thumb .pencipdc-item .pencipdc-title {
font-size: 16px;
}
.left-thumb .pencipdc-item .pencipdc-meta-desc,
.left-thumb .pencipdc-item .pencipdc-meta-desc p {
font-size: 14px;
}
.penci_podcast_post_option {
margin-top: 25px;
}
.penci_podcast_post_option .follow-wrapper a {
display: inline-block;
padding: 0 15px;
line-height: 30px;
font-size: 12px;
font-weight: bold;
color: var(--pcheading-cl);
border: 1px solid var(--pcborder-cl);
vertical-align: middle;
transition: all 0.3s ease-in-out;
}
.penci_podcast_post_option .follow-wrapper a i {
margin-right: 5px;
}
body.rtl .penci_podcast_post_option .follow-wrapper a i {
margin-right: 0;
margin-left: 5px;
}
.penci_podcast_post_option .follow-wrapper a:hover {
color: #fff;
border-color: var(--pcaccent-cl);
background-color: var(--pcaccent-cl);
}
.pencipdc_media_option.single_episode {
margin: 0 0 30px;
}
.pencipdc_media_option.single_episode a,
.pencipdc_media_option.single_episode a:hover {
text-decoration: none;
}
.pencipdc_media_option.single_episode .pencipdc_media_button {
height: 35px;
line-height: 35px;
vertical-align: top;
}
.pencipdc_media_option.single_episode .pencipdc_media_button.add_to_queue {
width: 35px;
}
.pencipdc_media_option .pcpdc_added_queue {
margin-left: 10px;
}
body.rtl .pencipdc_media_option .pcpdc_added_queue {
margin-right: 10px;
margin-left: 0;
}
.pencipdc-item .pencipdc_media_option {
position: relative;
}
.pencipdc_playlist_inner .item-song.pencipdc_post_title a,
.pencipdc_player_control__playlist_inner .item-song.pencipdc_post_title {
font-size: 14px;
font-weight: bold;
color: var(--pcheading-cl);
margin: 0 0 5px;
}
.pencipdc_mobile_player_wrapper a:hover,
.pencipdc_playlist_inner .item-song.pencipdc_post_title a:hover {
color: var(--pcaccent-cl);
}
.pencipdc_playlist_inner .pencipdc_post_meta,
.pencipdc_player_control__playlist_inner .pencipdc_post_meta {
font-size: 12px;
color: var(--pcheading-cl);
opacity: 0.6;
}
.pencipdc-splaylist a:hover {
text-decoration: none !important;
}
.pencipdc-splaylist .pencipdc-splaylist-top {
display: flex;
margin-bottom: 15px;
}
.pencipdc-splaylist .pencipdc-splaylist-top .pcpd-splaylist-thumb {
flex: 0 0 120px;
margin-right: 15px;
}
body.rtl .pencipdc-splaylist .pencipdc-splaylist-top .pcpd-splaylist-thumb {
margin-right: 0;
margin-left: 15px;
}
.pencipdc-splaylist .pencipdc-splaylist-top h3 {
font-size: 16px;
line-height: 1.2;
}
.pencipdc-splaylist .pencipdc-splaylist-top .penci-podcast-series-meta {
margin: 0;
}
.pencipdc-splaylist .pencipdc-splaylist-top .penci_podcast_post_option {
margin: 10px 0 0;
}
.pencipdc-splaylist .penci-category-description {
font-size: 14px;
line-height: 1.6;
margin: 0;
}
.pencipdc-splaylist .pencipdc_postblock_episode_detail {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid var(--pcmeta-cl);
}
.pencipdc-splaylist .grid-post-box-meta {
margin: 0;
}
.pencipdc-splaylist li.penci-item-listp {
margin-bottom: 5px !important;
padding-bottom: 5px !important;
}
.pencipdc-splaylist li.penci-item-listp .content-list-right .header-list-style {
flex: 0 0 calc(100% - 46px);
padding-right: 31px;
}
.pencipdc-splaylist li.penci-item-listp .pencipdc_media_option li,
.pencipdc-splaylist li.penci-item-listp .pencipdc_media_option li a {
font-size: 12px;
}
.pencipdc-splaylist li.penci-item-listp .left-play-btn {
margin-top: 0;
}
.pencipdc-splaylist li.penci-item-listp .left-play-btn .pencipdc_media_option {
position: relative;
z-index: 9;
}
.pencipdc-categories-item {
position: relative;
overflow: hidden;
}
.pencipdc-categories-item .pencipdc-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-decoration: none;
padding: 40px;
text-align: center;
}
.pencipdc-categories-item .pencipdc-content:hover {
text-decoration: none;
}
.pencipdc-categories-item .pencipdc-content h4 {
margin-bottom: 0;
color: #fff;
font-size: 18px;
}
@media only screen and (max-width: 767px) {
.pencipdc-categories-item .pencipdc-content h4 {
font-size: 16px;
}
}
.pencipdc-categories-item .pencipdc-content p,
.pencipdc-categories-item .pencipdc-content span {
color: #fff;
text-align: center;
margin-top: 6px;
font-size: 15px;
}
.pencipdc-categories-item .pencipdc-content p {
font-size: 14px;
margin: 10px 0 0;
color: #fff;
line-height: 1.4;
}
.pencipdc-categories-item .pencipdc-thumb {
position: relative;
}
.pencipdc-categories-item .pencipdc-thumb:before {
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
position: absolute;
z-index: 1;
transition: all 0.3s ease-in-out;
}
.pencipdc_postblock_episode_detail .content-list-right {
position: relative;
}
.pencipdc_postblock_episode_detail .pencipdc_media_option {
margin: 0;
}
.pencipdc_postblock_episode_detail .pencipdc_media_option .pencipdc_moreoption {
right: 0 !important;
left: auto !important;
}
.pencipdc_postblock_episode_detail .pencipdc_media_option.episode {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
body.rtl .pencipdc_postblock_episode_detail .pencipdc_media_option.episode {
right: auto;
left: 0;
}
body.rtl .pencipdc_block_container .header-list-style {
text-align: right;
}
.pencipdc_dock_player_button span {
padding: 6px 10px;
display: inline-block;
background: var(--pcaccent-cl);
color: var(--pcbg-cl);
font-size: 10px;
margin: 0 15px;
text-transform: uppercase;
cursor: pointer;
}
.pencipdc_dock_player {
transition: 0.3s all ease-in-out;
}
.pencipdc_dock_player.toggle-hide {
top: auto;
bottom: -80px;
}
.pencipdc_dock_player_button.right {
text-align: right;
}@font-face {
font-family: 'star';
src: url(//suibianmag.de/wp-content/plugins/penci-review/fonts/star.eot);
src: url(//suibianmag.de/wp-content/plugins/penci-review/fonts/star.eot?#iefix) format('embedded-opentype'),
url(//suibianmag.de/wp-content/plugins/penci-review/fonts/star.woff) format('woff'),
url(//suibianmag.de/wp-content/plugins/penci-review/fonts/star.ttf) format('truetype'),
url(//suibianmag.de/wp-content/plugins/penci-review/fonts/star.svg#star) format('svg');
font-weight: normal;
font-style: normal;
}
.wrapper-penci-review {
margin-bottom: 25px;
margin-top: 20px;
border: 1px solid #dedede;
}
.wrapper-penci-review.el {
margin-top: 0;
margin-bottom: 0;
}
.penci-review-container {
padding: 25px;
}
.penci-review-thumb {
float: left;
width: 80px;
margin-right: 20px;
}
.penci-review-thumb img {
max-width: 100%;
height: auto;
}
.penci-review-metas {
display: block;
overflow: hidden;
}
.penci-review-metas .penci-review-meta {
margin-right: 15px;
display: inline-block;
color: #888;
font-size: 13px;
line-height: 1.5;
}
.penci-review-metas .penci-review-meta i {
font-size: 14px;
margin-right: 4px;
color: #aaa;
font-style: normal;
}
.penci-review-metas .penci-review-btnbuy {
float: left;
font-size: 12px;
font-weight: 700;
margin-top: 4px;
border: 1px solid;
padding: 0 12px;
height: 28px;
line-height: 26px;
color: var(--pcaccent-cl);
-moz-transition: 0.25s;
-webkit-transition: 0.25s;
transition: 0.25s;
}
.penci-review-metas .penci-review-btnbuy:hover {
background: var(--pcaccent-cl);
color: #fff;
border-color: var(--pcaccent-cl);
text-decoration: none;
}
.penci-review-container.penci-review-count {
border-bottom: 1px solid #dedede;
}
.penci-review-container.penci-review-count h4 {
font-size: 20px;
margin: 0;
}
.penci-review-container.penci-review-count h4 span,
.penci-review-container.penci-review-count h4 a {
font-family: inherit;
color: inherit;
font-size: inherit;
font-weight: inherit;
letter-spacing: inherit;
text-decoration: none !important;
}
.penci-review-schemas,
.penci-review-desc {
margin-top: 10px;
}
.post-entry .penci-review-desc p {
margin: 0;
}
.wrapper-penci-review .penci-review ul.penci-review-number {
padding: 0;
margin: 20px 0 0 0;
clear: both;
width: 100%;
}
.wrapper-penci-review .penci-review ul.penci-review-number li {
list-style: none;
margin-bottom: 18px;
}
.wrapper-penci-review .penci-review ul.penci-review-number li:last-child {
margin-bottom: 0;
}
.wrapper-penci-review .penci-review ul.penci-review-number li:before,
.wrapper-penci-review .penci-review ul.penci-review-number li:after,
ul.penci-review-number li .penci-review-text:before,
ul.penci-review-number li .penci-review-text:after,
.penci-review-row:before,
.penci-review-row:after,
.penci-review-point:before,
.penci-review-point:after {
content: '';
display: table;
}
.penci-review-text {
font-weight: bold;
}
.penci-review-point {
font-size: inherit;
display: inline-block;
}
.penci-review-container.penci-review-point {
display: block;
}
.penci-review-score {
float: right;
font-size: inherit;
}
.penci-review-process {
display: block;
height: 13px;
background: #e6e6e6;
width: 100%;
margin-top: 5px;
}
.penci-review-process span {
display: block;
height: 13px;
width: 0;
background: var(--pcaccent-cl);
}
.penci-review-number.star-rating .penci-review-process {
height: auto;
background: transparent;
width: fit-content;
position: relative;
}
.penci-review-number.star-rating .penci-review-process:before,
.penci-review-number.star-rating .penci-review-process span:before {
content: "SSSSS";
color: var(--pcborder-cl);
font-family: 'star';
letter-spacing: 0.05em;
font-size: 18px;
}
.penci-review-number.star-rating .penci-review-process span {
height: auto;
background: transparent;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.penci-review-number.star-rating .penci-review-process span:before {
color: #ffca00;
}
.penci-review-number.star-rating .penci-review-score {
display: none;
}
.penci-review-score-num.star-num-enable {
font-size: 28px;
}
.penci-review-score-num .pc-review-stars {
position: relative;
font-size: 28px;
display: inline-block;
vertical-align: top;
}
.penci-review-score-num .current-stars {
position: absolute;
top: 0;
left: 0;
color: #ffca00;
white-space: nowrap;
overflow: hidden;
}
body.rtl .penci-review-score-num .current-stars {
left: auto;
right: 0;
}
.wrapper-penci-review .penci-review ul.penci-review-number.star-rating li:before,
.wrapper-penci-review .penci-review ul.penci-review-number.star-rating li:after {
display: none;
}
.wrapper-penci-review .penci-review ul.penci-review-number.star-rating li {
overflow: hidden;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 0;
border-bottom: 1px dotted var(--pcborder-cl);
}
.wrapper-penci-review .penci-review ul.penci-review-number.star-rating li:last-child {
border-bottom: 0;
}
.penci-review-row {
display: inline-block;
width: calc(100% + 24px);
margin-left: -12px;
margin-right: -12px;
vertical-align: top;
}
.penci-review-stuff,
.penci-review-average {
float: left;
display: inline-block;
width: 66.666%;
padding: 0 12px;
}
.penci-review-row.star-row-enable .penci-review-stuff {
margin-bottom: 20px;
}
.penci-review-row.star-row-enable .penci-review-stuff,
.penci-review-row.star-row-enable .penci-review-average {
float: none;
width: 100%;
}
.penci-review-average {
width: 33.333%;
}
.penci-review-average.full-w {
width: 100%;
margin: 0 !important;
}
.penci-review-stuff .penci-review-good {
width: 50%;
float: left;
display: inline-block;
padding: 0 12px;
}
.penci-review-stuff .penci-review-row.full-w .penci-review-good {
width: 100%;
}
.penci-review-stuff .penci-review-good h5 {
font-size: 15px;
margin-bottom: 15px;
}
.penci-review .penci-review-good ul {
padding: 0 0 0 0;
margin: 0;
}
.penci-review .penci-review-good ul li {
list-style: none;
padding-left: 18px;
margin-bottom: 7px;
}
.penci-review .penci-review-good ul li:last-child {
margin-bottom: 0;
}
.penci-review .penci-review-good ul li:before {
content: "\f058";
color: #22b162;
position: absolute;
left: 0;
top: 5px;
font-family: FontAwesome;
font-size: 14px;
line-height: 1;
background: none !important;
}
.penci-fawesome-ver5 .penci-review .penci-review-good ul li:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.penci-review .penci-review-bad ul li:before {
content: "\f056";
color: #e03030;
}
.penci-review-score-total {
background: var(--pcaccent-cl);
color: #fff;
text-align: center;
padding: 16px 10px;
display: block;
}
.penci-review-score-total.only-score {
padding: 30px 10px;
}
.penci-review-score-num {
font-size: 56px;
font-family: 'Oswald', sans-serif;
line-height: 1;
font-weight: 400;
}
.penci-review-score-total span {
font-size: 12px;
}
.penci-piechart {
position: absolute;
display: inline-block;
vertical-align: top;
right: 20px;
top: 20px;
text-align: center;
width: 50px;
height: 50px;
z-index: 8;
}
body.rtl .penci-piechart {
right: auto;
left: 20px;
}
.penci-piechart.penci-piechart-small {
width: 34px;
height: 34px;
top: 7px;
right: 7px;
}
.penci-piechart.penci-piechart-small[data-size="28"] {
width: 28px;
height: 28px;
}
.penci-piechart.penci-piechart-small[data-size="28"] .penci-chart-text {
width: 28px;
height: 28px;
line-height: 28px;
}
.penci-chart-text {
width: 50px;
height: 50px;
font-size: 16px;
position: absolute;
left: 0;
top: 0;
line-height: 50px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
color: #fff;
}
body.rtl .penci-chart-text {
left: auto;
right: 0;
}
.penci-piechart-small .penci-chart-text {
width: 34px;
height: 34px;
font-size: 12px;
line-height: 34px;
}
.penci-rv-sm-show.stars-rating {
position: absolute;
top: 15px;
right: 15px;
z-index: 9;
color: var(--pcborder-cl);
line-height: 1;
}
.penci-rv-sm-show.stars-rating.penci-stars-small{
top: 7px;
right: 7px;
left: auto;
}
.penci-rv-sm-show.stars-rating .star-progress {
display: inline-block;
overflow: hidden;
white-space: nowrap;
font-size: 12px;
vertical-align: top;
}
.penci-rv-sm-show.stars-rating .normal-stars {
color: var(--pcborder-cl);
}
.penci-rv-sm-show.stars-rating .rate-stars {
position: absolute;
top: 0;
left: 0;
color: #ffca00;
}
body.rtl .penci-rv-sm-show.stars-rating .rate-stars {
left: auto;
right: 0;
}
.penci-rv-sm-show.stars-rating .star-progress:before {
content: "SSSSS";
display: inline-block;
font-family: 'star';
}
.penci-mega-post .penci-rv-sm-show.stars-rating {
right: 15px;
left: auto;
}
body.rtl .penci-mega-post .penci-rv-sm-show.stars-rating {
left: auto;
right: 10px;
}
@media only screen and (max-width: 767px) {
.penci-review-stuff, .penci-review-average,
.penci-review-stuff .penci-review-good {
width: 100%;
}
.penci-review-score-total,
.penci-review-stuff .penci-review-bad {
margin-top: 20px;
}
.penci-review-container.penci-review-count h4 {
font-size: 18px;
}
}
@media only screen and (max-width: 479px) {
.penci-review-thumb {
display: none;
}
.penci-review-metas .penci-review-meta {
display: block;
margin-bottom: 4px;
}
}
.penci-review-average .pc-review-stars .fa-star:before {
content: "S";
font-family: 'star';
}
body.rtl .penci-piechart.penci-piechart-small {
right: auto;
left: 7px;
}@media only screen and (max-width: 799px){.ub-hide-on-mobile{display:none}}@media only screen and (min-width: 800px)and (max-width: 1023px){.ub-hide-on-tablet{display:none}}@media only screen and (min-width: 1024px){.ub-hide-on-desktop{display:none}}