.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;
word-break: 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;
}.form-row span {
width: 100%;
}
#msform {
margin: 50px auto!important;
text-align: center!important;
position: relative!important;
}
#msform fieldset {
background: white!important;
border: 0 none!important;
border-radius: 3px!important;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4)!important;
padding: 20px 30px!important;
box-sizing: border-box!important;
width: 100%!important;
margin: 0!important; position: relative;
} #msform fieldset:not(:first-of-type) {
display: none;
} #msform input, #msform textarea {
padding: 15px!important;
border: 1px solid #ccc!important;
border-radius: 3px!important;
margin-bottom: 10px!important;
box-sizing: border-box!important;
font-family: montserrat!important;
color: #2C3E50!important;
font-size: 13px!important;
} #msform .action-button {
width: 100px!important;
background: #27AE60!important;
font-weight: bold!important;
color: white!important;
border: 0 none!important;
border-radius: 1px!important;
cursor: pointer!important;
padding: 10px 5px!important;
margin: 10px 5px!important;
}
#msform .action-button:hover, #msform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60!important;
} .fs-title {
font-size: 15px!important;
text-transform: uppercase!important;
color: #2C3E50!important;
margin-bottom: 10px!important;
}
.fs-subtitle {
font-weight: normal!important;
font-size: 13px!important;
color: #666!important;
margin-bottom: 20px!important;
} #progressbar {
margin-bottom: 30px!important;
overflow: hidden!important; counter-reset: step!important;
}
#progressbar li {
list-style-type: none!important;
color: #2c3e50!important;
text-transform: uppercase!important;
font-size: 9px!important;
width: 33.33%!important;
float: left!important;
position: relative!important;
}
#progressbar li:before {
content: counter(step)!important;
counter-increment: step!important;
width: 42px!important;
line-height: 40px!important;
display: block!important;
font-size: 18px!important;
color: #333!important;
background: white!important;
border-radius: 50%!important;
margin: 0 auto 5px auto!important;
border: 1px solid #e40101;
} #progressbar li:after {
content: ''!important;
width: 96%!important;
height: 5px!important;
background: white!important;
position: absolute!important;
left: -48%!important;
top: 18px!important;
z-index: -1!important;
}
#progressbar li:first-child:after { content: none!important; 
}  #progressbar li.active:before,  #progressbar li.active:after{
background: #27AE60!important;
color: white!important;
z-index: 0!important;
} ul#shipping_method li input, ul#shipping_method li label {
margin: 10px;
}
h3#ship-to-different-address {
text-align: left;
font-size: 17px;
color: #6d6d6d;
}
#ship-to-different-address .woocommerce-form__input-checkbox {
position: relative!important;
top: unset!important;
right: unset!important;
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
margin-right: unset!important;
}
.form-row {
margin: 15px 0!important;
}
span.show-password-input {
width: auto;
}