.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-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;
}@font-face {
font-family: 'star';
src: url(//lecanardchretin.com/wp-content/plugins/penci-review/fonts/star.eot);
src: url(//lecanardchretin.com/wp-content/plugins/penci-review/fonts/star.eot?#iefix) format('embedded-opentype'),
url(//lecanardchretin.com/wp-content/plugins/penci-review/fonts/star.woff) format('woff'),
url(//lecanardchretin.com/wp-content/plugins/penci-review/fonts/star.ttf) format('truetype'),
url(//lecanardchretin.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;
}