.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;
}.tm-cursor-none,
.tm-cursor-none * {
cursor: none !important;
}
body.tm-cursor-none #wpadminbar,
body.tm-cursor-none #wpadminbar * {
cursor:pointer !important;
} .tm-cursor {
pointer-events: none;
position: fixed;
z-index: 9999999999;
top: 0;
left: 0;
display: block;
opacity: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: opacity 300ms linear, transform 300ms linear, background-color 300ms linear, border 300ms linear, border-radius 300ms linear;
visibility: hidden;
}
.tm-cursor.moving {
opacity: 1;
}
.tm-cursor:before {
pointer-events: none;
content: ' ';
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 9999999999;
transition: opacity 300ms linear, transform 300ms linear, background-color 300ms linear, border 300ms linear, border-radius 300ms linear;
} .tm-node {
pointer-events: none;
position: fixed;
z-index: 999999999;
top: 0;
left: 0;
display: block;
opacity: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: opacity 300ms linear, transform 300ms linear, background-color 300ms linear, border 300ms linear, border-radius 300ms linear;
visibility: hidden;
}
.tm-node.moving {
opacity: 1;
}
.tm-node:before {
pointer-events: none;
content: ' ';
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 999999999;
transition: opacity 300ms linear, transform 300ms linear, background-color 300ms linear, border 300ms linear, border-radius 300ms linear;
} .tm-click {
pointer-events: none;
height:2px;
width:2px;
border-radius:100%;
position:fixed;
background:transparent;
z-index: 99999999;
}
.tm-click-dark {
animation:tm-sploosh-dark 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tm-click-light {
animation:tm-sploosh-light 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes tm-sploosh-dark {
0% {
box-shadow:0 0 0 0px rgba(0,0,0,0.2);
background:rgba(0,0,0,0.2);
}
100% {
box-shadow:0 0 0 80px rgba(0,0,0,.0);
background:rgba(0,0,0,.0);
}
}
@keyframes tm-sploosh-light {
0% {
box-shadow:0 0 0 0px rgba(255,255,255,0.2);
background:rgba(255,255,255,0.2);
}
100% {
box-shadow:0 0 0 80px rgba(255,255,255,0);
background:rgba(255,255,255,0);
}
} .tm-pointer-icon.tm-cursor {
width: 16px;
height: 16px;
}
.tm-pointer-icon.tm-cursor i {
font-size: 16px;
margin: 0 !important;
padding: 0 !important;
line-height: 1;
color: #000;
}
.tm-pointer-icon.tm-cursor:before {
display: none;
}
.tm-pointer-icon.tm-node {
width: 32px;
height: 32px;
}
.tm-pointer-icon.tm-node:before {
background-color: transparent;
border-radius: 50%;
border: 1px solid #000;
transform: scale(1.5) translateZ(0);
}
.tm-pointer-icon.tm-node.tm-expand:before {
transform: scale(3) translateZ(0);
background-color: rgba(0,0,0,0.2);
border-color: transparent;
} .tm-pointer-simple.tm-cursor {
width: 32px;
height: 32px;
border-radius: 50%;
transform: scale(1) translateZ(0);
box-shadow: 0 0 12px rgba(16, 39, 112, 0.2);
border:2px solid #000;
background-color:rgba(255,255,255,0.1);
}
.tm-pointer-simple.tm-cursor.tm-expand {
transform: scale(2.5) translateZ(0);
}
.tm-pointer-simple.tm-cursor:before,
.tm-pointer-simple.tm-node,
.tm-pointer-simple.tm-node:before {
display: block;
} .tm-pointer-img.tm-cursor {
width: 32px;
height: auto;
}
.tm-pointer-img.tm-cursor img {
width:32px;
height:auto;
vertical-align: bottom;
border:none !important;
border-radius: 0 !important;
box-shadow:none !important;
outline: none !important;
transform: translateY(0) translateX(0) translateZ(0);
}
.tm-pointer-img.tm-cursor:before {
display: none;
}
.tm-pointer-img.tm-node {
width: 96px;
height: 96px;
}
.tm-pointer-img.tm-node:before {
border-radius: 50%;
opacity:0;
transform: scale(0) translateZ(0);
}
.tm-pointer-img.tm-node.tm-expand:before {
transform: scale(1) translateZ(0);
background-color: rgba(0,0,0,0.2);
border:none;
opacity:1;
} .tm-pointer-mix-blend.tm-cursor {
width: 32px;
height: 32px;
mix-blend-mode: difference;
background-color: #fff;
border-radius: 50%;
transform: scale(1) translateZ(0);
}
.tm-pointer-mix-blend.tm-cursor.tm-expand {
transform: scale(2.5) translateZ(0);
}
.tm-pointer-mix-blend.tm-node,
.tm-pointer-mix-blend.tm-node:before,
.tm-pointer-mix-blend.tm-cursor:before {
display: none;
} .tm-pointer-pulse.tm-cursor {
width: 20px;
height: 20px;
transform: scale(1) translateZ(0);
animation: tm-pulse-black 2s infinite;
background-color:#000;
border-radius: 50%;
}
.tm-pointer-pulse.tm-cursor.tm-expand {
background-color:#cc0000;
}
.tm-pointer-pulse.tm-node,
.tm-pointer-pulse.tm-node:before,
.tm-pointer-pulse.tm-cursor.tm-expand:before {
display: none;
}
@keyframes tm-pulse-black {
0% {
transform: scale(0.9) translateZ(0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
}
70% {
transform: scale(1) translateZ(0);
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
100% {
transform: scale(0.9) translateZ(0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
@keyframes tm-pulse-white {
0% {
transform: scale(0.9) translateZ(0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
70% {
transform: scale(1) translateZ(0);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}
100% {
transform: scale(0.9) translateZ(0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
} .tm-pointer-1.tm-cursor {
width: 10px;
height: 10px;
}
.tm-pointer-1.tm-cursor:before {
background-color: #000;
border-radius: 50%;
opacity: 1;
}
.tm-pointer-1.tm-cursor.tm-expand:before {
opacity: 0;
transform: scale(2) translateZ(0);
}
.tm-pointer-1.tm-node {
width: 30px;
height: 30px;
}
.tm-pointer-1.tm-node:before {
background-color: transparent;
border-radius: 50%;
border: 1px solid #000;
transform: scale(1.5) translateZ(0);
}
.tm-pointer-1.tm-node.tm-expand:before {
transform: scale(3) translateZ(0);
background-color: rgba(0,0,0,0.2);
border:none;
} .tm-pointer-2.tm-cursor {
width: 18px;
height: 18px;
z-index: 999999999;
transform: scale(1) translateZ(0);
}
.tm-pointer-2.tm-cursor:before {
background-color: #000;
border-radius: 50%;
z-index: 999999999;
}
.tm-pointer-2.tm-cursor.tm-expand:before {
transform: scale(4) translateZ(0);
background-color: rgba(0,0,0,0.2);
}
.tm-pointer-2.tm-node {
width: 9px;
height: 9px;
z-index: 9999999999;
transform: scale(1) translateZ(0);
}
.tm-pointer-2.tm-node:before {
border-radius: 50%;
background-color: #000;
transform: scale(1) translateZ(0);
z-index: 9999999999;
}
.tm-pointer-2.tm-node.tm-expand:before {
transform: scale(2) translateZ(0);
} .tm-pointer-3.tm-cursor {
opacity: 0;
width: 8px;
height: 8px;
}
.tm-pointer-3.tm-cursor.moving {
opacity: 1;
}
.tm-pointer-3.tm-cursor:before {
background-color: transparent;
border-radius: 50%;
background-color: #000;
transform: scale(1.5) translateZ(0);
}
.tm-pointer-3.tm-cursor.tm-expand:before {
transform: scale(3) translateZ(0);
}
.tm-pointer-3.tm-node {
width: 32px;
height: 32px;
}
.tm-pointer-3.tm-node:before {
background-color: rgba(0,0,0,0.2);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
transform: scale(1.5) rotate(0deg) translateZ(0);
}
.tm-pointer-3.tm-node.tm-expand:before {
transform: scale(3) rotate(-360deg) translateZ(0);
} .tm-pointer-4.tm-cursor {
width: 10px;
height: 10px;
}
.tm-pointer-4.tm-cursor:before {
background-color: #000;
border-radius: 0;
opacity: 1;
transform: scale(1) translateZ(0);
}
.tm-pointer-4.tm-cursor.tm-expand:before {
opacity: 0;
transform: scale(2) translateZ(0);
}
.tm-pointer-4.tm-node {
width: 20px;
height: 20px;
}
.tm-pointer-4.tm-node:before {
background-color: transparent;
border-radius: 0;
border: 1px solid #000;
transform: scale(1.5) rotate(0deg) translateZ(0);
}
.tm-pointer-4.tm-node.tm-expand:before {
transform: scale(3.5) rotate(-360deg) translateZ(0);
background-color: rgba(0,0,0,0.2);
border-color:transparent;
} .tm-pointer-5.tm-cursor {
width: 18px;
height: 18px;
}
.tm-pointer-5.tm-cursor:before {
background-color: #000;
transform: scale(1) rotate(45deg) translateZ(0);
}
.tm-pointer-5.tm-cursor.tm-expand:before {
transform: scale(1) rotate(-315deg) translateZ(0);
}
.tm-pointer-5.tm-node {
width: 9px;
height: 9px;
transform:translateX(-240%) translateZ(0);
}
.tm-pointer-5.tm-node.tm-expand {
transform:translateX(0) translateZ(0);
}
.tm-pointer-5.tm-node:before {
background-color: #000;
transform: scale(1) rotate(45deg) translateZ(0);
}
.tm-pointer-5.tm-node.tm-expand:before {
transform: scale(8) rotate(315deg) translateZ(0);
background-color: rgba(0,0,0,0.2);
} .tm-pointer-6.tm-cursor {
width: 9px;
height: 9px;
transform: scale(1) translateZ(0);
}
.tm-pointer-6.tm-cursor:before {
background-color: #000;
transform: scale(1) rotate(45deg) translateZ(0);
}
.tm-pointer-6.tm-cursor.tm-expand:before {
transform: scale(1.5) rotate(315deg) translateZ(0);
}
.tm-pointer-6.tm-node {
width: 36px;
height: 36px;
}
.tm-pointer-6.tm-node:before {
transform: scale(1) rotate(45deg) translateZ(0);
border:1px solid #000;
background-color: transparent;
}
.tm-pointer-6.tm-node.tm-expand:before {
transform: scale(2) rotate(315deg) translateZ(0);
background-color: rgba(0,0,0,0.2);
border-color:transparent;
}