.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;
}.pix-calculator.pix-shadow{
background-color: var(--pix-section-bg-color);
padding: 2.5rem 3rem 1rem;
}
.pix-calculator-title{
font-size: 28px;
font-weight: 600;
margin-bottom: 20px;
}
.pix-calculator-field{
position: relative;
margin-bottom: 20px;
}
.pix-calculator-field select,
.pix-calculator-field input[type="number"]{
display: block;
width: 100%;
height: 3rem;
padding: 10px 15px;
font-size: 1em;
font-weight: 400;
line-height: 1.75;
background-color: var(--pix-section-bg-color);
color: var(--pix-font-color);
background-clip: padding-box;
border: 1px solid var(--pix-border-color);
}
.pix-calculator-field label{
display: block;
cursor: pointer;
margin-bottom: 0;
}
.pix-calculator-field .radio label{
display: inline-block;
margin-right: 20px;
}
.pix-calc-values.radio{
margin-bottom: -5px;
}
.pix-calculator-field label input{
position: relative;
top: 1px;
margin-right: 7px;
}
.pix-calculator-field:hover .pix-reset{
visibility: visible;
opacity: 1;
}
.pix-calculator-field .pix-reset{
position: absolute;
top: 0;
right: 0;
visibility: hidden;
opacity: 0;
transition: visibility 0.33s ease, opacity 0.33s ease;
}
.pix-calc-title {
color: var(--pix-text-color);
}
.pix-calc-title span{
display: block;
font-size: small;
margin-bottom: 5px;
}
.pix-calc-total{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 5px;
}
@media (max-width: 567px){
.pix-calc-total{
flex-direction: column;
align-items: start;
}
}
.pix-calc-text{
position: absolute;
top: -15px;
color: var(--pix-text-color);
}
.pix-calc-total-price{
font-size: 1.35em;
color: var(--accent);
}
.pix-calc-total > div{
display: inline-block;
}
.pix-calc-total-btn {
float: right;
cursor: pointer;
}
.pix-form-container,
.pix-form-container .pix-calculator-data{
display: none;
}
.pix-calculator-fields + .pix-form-container{
padding-top: 30px;
}
.pix-form-container label{
color: var(--pix-text-color);
}.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
p:empty {
display: none;
}
[class^="wp-block"] {
margin-bottom: 1.5em;
}
.wp-block-themepunch-revslider{
margin-bottom: 0;
}
.alignleft {
float: left;
text-align: left;
margin-right: 30px;
}
.alignleft:after {
content: '';
clear: both;
}
.alignright {
float: right;
text-align: right;
margin-left: 30px;
}
.aligncenter {
display: block;
text-align: center;
margin: 10px auto;
}
.bypostauthor {
list-style: none;
background: none;
}
img[class*="wp-image-"] {
display: block;
max-width: 100%;
height: auto;
clear: both;
}
.wp-block-cover {
height: auto;
}
.wp-caption {
max-width: 100%;
list-style: none;
background: none;
}
.wp-caption-text {
list-style: none;
background: none;
padding-top: 10px;
font-style: italic;
text-align: left;
font-size: .9em;
opacity: .75;
}
.bypostauthor {
text-align: left;
}
.more-page a:first-of-type {
margin-left: 1em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.25em;
}
.has-background {
padding: 2em;
}
.has-background p:last-child,
.has-background > *:last-child  {
margin-bottom: 0;
}
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-rss {
padding-left: 0;
list-style: none;
}
.wp-block-rss > li,
.wp-block-rss > li > div {
margin-bottom: 0;
}
.wp-block-calendar table thead{
border-bottom: 1px solid var(--pix-border-color);
color: var(--pix-text-color-bright);
}
.wp-block-calendar table th {
background: transparent;
}
.wp-block-calendar tbody td, .wp-block-calendar th {
border-color: var(--pix-border-color);
}
.wp-block-calendar a{
color: var(--pix-text-color-bright);
}
.wp-block-separator.is-style-dots:before {
content: "● ● ●";
letter-spacing: 1em;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
.wp-block-cover .wp-block-cover-text {
max-width: 80%;
}
.wp-block-cover__inner-container > *:last-child {
margin-bottom: 0;
}
.wp-block-cover.has-background-dim {
color: #fff;
}
.wp-block-button > a {
text-decoration: none;
}
.wp-block-button__link {
margin: 0;
}
.gallery-caption {
list-style: none;
background: none;
}
.pingback .comment__avatar,
.trackback .comment__avatar {
display: none;
}
blockquote,
.wp-block-quote {
padding: 0 !important;
}
blockquote:before {
color: var(--accent);
display: block;
font-family: 'irepair';
content: '\e91f';
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.productCard__icons .added_to_cart {
display: none !important;
}
.logos {
margin-right: auto;
margin-left: auto;
}
.pix-btn-wrapper.text-justify .btn {
display: block;
width: 100%;
}
body .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1650px;
}
body .section__inner .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1420px;
}