.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;
}.pcliveblog-wrapper {
margin: 20px 0 30px;
clear: both;
}
.pcliveblog-wrapper-status {
clear: both;
}
.pcliveblog-wrapper .pcliveblog-wrapper-status {
padding: 10px 20px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
background: var(--pcaccent-cl);
color: var(--pcbg-cl);
margin: 0 0 30px;
}
.pcliveblog-content.post-entry {
margin-bottom: 0;
}
.post-entry .pcliveblog-wrapper .pcliveblog-wrapper-status a,
.pcliveblog-wrapper .pcliveblog-wrapper-status a {
color: var(--pcbg-cl);
}
.post-entry .pcliveblog-wrapper .pcliveblog-wrapper-status a:hover,
.pcliveblog-wrapper .pcliveblog-wrapper-status a:hover {
text-decoration: none;
}
.pcliveblog-wrapper .pcliveblog-listing-item {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid var(--pcborder-cl);
}
.pcliveblog-listing-item .pcliveblog-date {
color: var(--pcmeta-cl);
}
.pcliveblog-listing-item .pcliveblog-title {
font-family: var(--pchead-font);
color: var(--pcheading-cl);
font-size: 18px;
font-weight: var(--pchead-wei);
margin-bottom: 10px;
line-height: 1.3;
}
.pcliveblog-content > p:last-child {
margin-bottom: 0;
}
.pcliveblog-item-share {
margin-top: 20px;
line-height: 1;
}
.pcliveblog-item-share .pclb-sitem,
.post-entry .pcliveblog-item-share .pclb-sitem {
display: inline-block;
color: var(--pcmeta-cl);
vertical-align: middle;
font-size: 13px;
}
.pcliveblog-item-share a:hover,
.post-entry .pcliveblog-item-share a:hover {
text-decoration: none;
color: var(--pcaccent-cl);
}
.pcliveblog-item-share .pclb-sitem:not(:last-child),
.post-entry .pcliveblog-item-share .pclb-sitem:not(:last-child) {
margin-right: 10px;
}
body.rtl .pcliveblog-item-share .pclb-sitem:not(:last-child),
body.rtl .post-entry .pcliveblog-item-share .pclb-sitem:not(:last-child) {
margin: 0 0 0 10px;
}
.pcliveblog-item-share a i,
.post-entry .pcliveblog-item-share a i {
vertical-align: middle;
margin-right: 5px;
}
.pcliveblog-item-share a .penci-faicon.penciicon-x-twitter,
.post-entry .pcliveblog-item-share a .penci-faicon.penciicon-x-twitter {
transform: translateY(-1px);
}
body.rtl .pcliveblog-item-share a i,
body.rtl .post-entry .pcliveblog-item-share a i  {
margin: 0 0 0 5px;
}
.pcliveblog-wrapper-buttons {
margin-bottom: 30px;
display: flex;
flex-wrap: wrap;
}
.pcliveblog-wrapper-buttons a,
.post-entry .pcliveblog-wrapper-buttons a {
font-family: var(--pchead-font);
display: inline-block;
padding: 10px 15px;
border: 1px solid var(--pcborder-cl);
color: var(--pcheading-cl);
font-weight: var(--pchead-wei);
line-height: 1;
min-width: 150px;
text-align: center;
}
.pcliveblog-wrapper-buttons a.active {
background: var(--pcborder-cl);
}
.pcliveblog-wrapper-buttons a:hover,
.post-entry .pcliveblog-wrapper-buttons a:hover {
text-decoration: none;
border-color: var(--pcaccent-cl);
background-color: var(--pcaccent-cl);
color: var(--pcbg-cl);
}
.pcliveblog-notice-wrapper{
clear: both;
}
.pcliveblog-notice-wrapper h4{
font-size: 20px;
}
.pcliveblog-notice-wrapper h4:before {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--pcborder-cl);
content: '';
display: inline-block;
margin-right: 5px;
}
body.rtl .pcliveblog-notice-wrapper h4:before  {
margin: 0 0 0 5px;
}
.pcliveblog-notice-wrapper.enable h4:before {
background: #e80000 !important;
animation-name: pcliveblog-notice;
animation-iteration-count: infinite;
animation-duration: 1s;
}
@keyframes pcliveblog-notice {
0% {
opacity: 0.2
}
100% {
opacity: 1
}
}
.pclive-btn {
padding: 2px 6px 2px 15px;
color: #fff !important;
display: inline-block;
line-height: 12px !important;
vertical-align: baseline;
margin-right: 8px;
position: relative;
background: #e80000 !important;
border-radius: 2px;
}
body.rtl .pclive-btn,
.pclive-btn.livelbaf {
margin: 0 0 0 8px;
}
body.rtl .pclive-btn.livelbaf {
margin: 0 8px 0 0;
}
.pclive-btn:after {
content: attr(data-title);
display: inline-block;
font-size: 10px !important;
line-height: inherit;
vertical-align: top;
color: #fff !important;
text-transform: uppercase;
}
.pclive-btn:before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
display: inline-block;
background: #fff !important;
position: absolute;
top: 50%;
left: 6px;
margin-top: -3px;
animation-name: pcliveblog-notice;
animation-iteration-count: infinite;
animation-duration: 1s;
}@font-face {
font-family: 'star';
src: url(//inkisafplatformu.com/wp-content/plugins/penci-review/fonts/star.eot);
src: url(//inkisafplatformu.com/wp-content/plugins/penci-review/fonts/star.eot?#iefix) format('embedded-opentype'),
url(//inkisafplatformu.com/wp-content/plugins/penci-review/fonts/star.woff) format('woff'),
url(//inkisafplatformu.com/wp-content/plugins/penci-review/fonts/star.ttf) format('truetype'),
url(//inkisafplatformu.com/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;
}