.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 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;
}.sendpress-form-container {
margin: 20px 0;
}
.sendpress-form {
max-width: 100%;
}
.sendpress-form-title {
margin-bottom: 15px;
font-size: 18px;
font-weight: 600;
}
.sendpress-form-fields {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 10px;
}
.sendpress-form-field {
display: none; }
.sendpress-form-field input {
width: 100%;
padding: 10px 15px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
box-sizing: border-box;
border-radius: unset;
}
.sendpress-form-field input:focus {
outline: none;
border-color: #0073aa;
box-shadow: 0 0 0 1px #0073aa;
}
.sendpress-submit {
font-family: 'Roboto Slab', serif;
font-weight: 700;
font-style: normal;
font-size: 19px;
color: #413B0E;
text-transform: uppercase;
border: none;
background: #d3ae00;
padding: 12px 30px;
-webkit-transition: .15s;
-o-transition: .15s;
transition: .15s;
width: auto; }
.sendpress-submit:hover {
font-family: 'Roboto Slab', serif;
font-weight: 700;
font-style: normal;
font-size: 19px;
color: #413B0E;
text-transform: uppercase;
border: none;
background: #DFC404;
padding: 12px 30px;
-webkit-transition: .15s;
-o-transition: .15s;
transition: .15s;
width: auto;
margin-top: 20px;
}
.sendpress-message {
margin-top: 10px;
padding: 8px;
border-radius: 4px;
font-size: 14px;
display: none;
}
.sendpress-message.sendpress-success {
background-color: #ecf8f0;
color: #1e7e34;
border: 1px solid #c3e6cb;
display: block;
}
.sendpress-message.sendpress-error {
background-color: #fdf0f0;
color: #dc3545;
border: 1px solid #f5c6cb;
display: block;
} .sendpress-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.sendpress-popup {
position: relative;
width: 90%;
max-width: 400px;
background-color: #fff;
border-radius: 8px;
padding: 30px;
text-align: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.sendpress-popup-close {
position: absolute;
top: 10px;
right: 15px;
font-size: 24px;
cursor: pointer;
color: #777;
line-height: 1;
}
.sendpress-icon-success,
.sendpress-icon-error {
width: 50px;
height: 50px;
margin: 0 auto 15px;
display: block;
}
.sendpress-icon-success {
color: #28a745;
}
.sendpress-icon-error {
color: #dc3545;
}
.sendpress-popup h3 {
margin-top: 0;
margin-bottom: 10px;
font-size: 20px;
font-weight: 600;
}
.sendpress-popup p {
margin-bottom: 20px;
color: #555;
}
.sendpress-popup-button {
padding: 10px 20px;
background-color: #0073aa;
border: none;
border-radius: 4px;
color: #fff;
font-size: 14px;
cursor: pointer;
transition: background-color 0.2s ease;
}
.sendpress-popup-button:hover {
background-color: #005f8b;
} @media (max-width: 480px) {
.sendpress-form-fields {
flex-direction: column;
}
.sendpress-form-field {
flex: 1 1 auto;
}
}