.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;
}.superpwa-button{
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
text-align: center;
}
.superpwa-sticky-banner{
background: #bac747;
position: fixed;
text-align: center;
font-family: sans-serif;
width: 100%;
height: auto;
display: none;
z-index: 9999999;
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
justify-content: center;
-webkit-box-pack: center;
-webkit-justify-content: center;  
}
.superpwa-sticky-banner .superpwa-stky-blk{
background: #ff416c;
width: 80%;
margin: 0 auto;
margin-left: 5%;
margin-top: 1%;
margin-bottom: 1%;
border-radius: 5px;
display: flex;
align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
padding: 15px 20px;
}
.superpwa-stky-blk span.superpwa-txt{
color: #fff;
letter-spacing: 1px;
font-size: 15px;
}
a.superpwa_add_home_close{
position: absolute;
right: 4%;
background: #f1f1f1;
border: 0;
top: 35%;
border-radius: 100px;
text-decoration: none;
width: 30px;
height: 30px;
color: #000000;
cursor: pointer;
font-weight: 400;
font-size: 22px;
line-height: 1.4;
}
span.superpwa-butn{
text-decoration: none;
padding: 8px 20px;
border-radius: 30px;
font-weight: 700;
line-height: 1;
cursor: pointer;
}
.superpwa-stky-blk h2{
font-weight: 400;
margin: 0 0 0 10px;
}
.superpwa-cta-btn{
width:100%;
}
.superpwa-stky-blk a.superpwa-cta-btn{
width:auto;
}
.superpwa-stky-blk h2:before{
display: none;
} @media only screen and (max-width: 600px) {
} #superpwa-iossafari-a2h-banner{
left: 0px;
right:0px;
width: 90%;
transition-property: transform;
transition-duration: 0.2s;
transform: translate3d(0px, 0px, 0px);
position: fixed;
bottom: 14px;
opacity: 1;
background: #F2F2F2;
padding: 15px;
border:1px solid #ccc;
display:none;
box-sizing: border-box;
margin:0 auto;
z-index: 9999999;
font-family: sans-serif;
box-shadow: 0px 0px 6px 1px #ccc;
}
.iossafari-buzz {
animation: shake 0.10s;
}
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
#superpwa-iossafari-a2h-banner p{
font-size: 17px;
line-height:1.4;
margin:0px 0px 0px -90px;
color:#111;
}
#superpwa-iossafari-a2h-banner img.superpwa-logo-icon{
width: 80px;
float: left;
margin-right: 20px;
}
#superpwa-iossafari-a2h-banner img.superpwa-a2h-icon{
width: 20px;display: inline;
}
#superpwa-iossafari-a2h-banner .superpwa-ov-txt .ath{
font-size: 16px;
font-weight: 700;
color:#000;
}
#superpwa-iossafari-a2h-banner .arrow:after, #superpwa-iossafari-a2h-banner .arrow:before {
bottom: -23px;
z-index: 10;
opacity: 1;
left: 50%;
border: solid transparent;
content: '';
height: 0;
width: 0;
position: absolute;
}
#superpwa-iossafari-a2h-banner .arrow:before {
border-color: rgba(221, 221, 221, 0);
border-bottom-color: #f2f2f2;
border-width: 11px;
margin-left: -11px;
bottom:-20px;
transform: rotate(180deg);
}
#superpwa-iossafari-a2h-banner .arrow:after {
z-index: -999;
border-bottom-color: #ccc;
border-width: 11px;
margin-left: -11px;
transform: rotate(180deg);
}
#superpwa-iossafari-a2h-banner .superpwa_ios_message_close{
right: 6px;
top: 6px;
width: 22px;
height: 22px;
font-size: 18px;
position: absolute;
background: transparent;
border-radius: 100px;
color: #666;
cursor: pointer;
font-weight: 400;
border: 1px solid #666;
text-align: center;
line-height: 18px;
}#superpwa_loading_div {
position: fixed;
width: 100%;
height: 200%;
top: 0px;
left: 0px;
background-color: white;
z-index: 9999;
}
.superpwa-loading-wrapper{z-index: 9999999;display:none;}
#superpwa_loading_icon {
position: fixed;
left: 50%;
top: 50%;
z-index: 9999999;
margin: -60px 0 0 -60px;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .animate-bottom {
position: relative;
-webkit-animation-name: animatebottom;
-webkit-animation-duration: 1s;
animation-name: animatebottom;
animation-duration: 1s
}
@-webkit-keyframes animatebottom {
from { bottom:-100px; opacity:0 } 
to { bottom:0px; opacity:1 }
}
@keyframes animatebottom { 
from{ bottom:-100px; opacity:0 } 
to{ bottom:0; opacity:1 }
}