.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;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}.helpful-red {
color: #ed7161;
}
.helpful-green {
color: #88c057;
}
.helpful * {
box-sizing: border-box;
}
.helpful p:empty {
display: none;
}
.helpful {
color: #333;
position: relative;
border-style: solid;
border-color: #e5e5e5;
background-color: #fff;
border-width: 1px;
padding: 25px;
margin-top: 25px;
font-size: 1rem;
line-height: 1.6rem;
box-shadow: 0 2px 5px 0 #f4f4f4;
-moz-box-shadow: 0 2px 5px 0 #f4f4f4;
-webkit-box-shadow: 0 2px 5px 0 #f4f4f4;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .helpful > .helpful-header > .helpful-headline {
color: #333;
font-size: 140%;
font-weight: 700;
margin: 0 0 12.5px;
} .helpful > .helpful-content {
color: #333;
font-size: 1rem;
line-height: 1.6rem;
}
.helpful > .helpful-content > a {
color: #333;
text-decoration: underline;
}
.helpful > .helpful-content > a:hover {
color: #333;
text-decoration: none;
} .helpful .helpful-controls,
.helpful .helpful-feedback-controls {
display: flex;
margin-top: 12.5px;
}
.helpful .helpful-content .helpful-button {
width: auto;
}
@media all and (max-width: 991.98px) {
.helpful .helpful-controls,
.helpful .helpful-feedback-controls {
flex-direction: column;
}
}
.helpful .helpful-controls:after,
.helpful .helpful-feedback-controls:after {
clear: both;
}
.helpful .helpful-controls > div,
.helpful .helpful-feedback-controls > div {
flex: 0 1 auto;
width: 50%;
}
.helpful .helpful-controls > div:first-child,
.helpful .helpful-feedback-controls > div:first-child {
margin-right: 15px;
}
@media all and (max-width: 991.98px) {
.helpful .helpful-controls > div,
.helpful .helpful-feedback-controls > div {
width: 100%;
display: block;
margin: 0 0 10px 0;
}
}
.helpful .helpful-content .helpful-button,
.helpful > .helpful-controls > div > .helpful-button,
.helpful .helpful-feedback-controls .helpful-button {
padding: 12px 30px;
height: 56px;
max-height: 56px;
font-size: 1rem;
line-height: 1rem;
position: relative;
cursor: pointer;
opacity: 1;
width: 100%;
display: block;
text-align: left;
color: #333;
background: #fff;
border: 1px solid #e5e5e5;
transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-webkit-transition: opacity 0.2s ease-in-out;
box-shadow: 0 2px 5px 0 #f4f4f4;
-moz-box-shadow: 0 2px 5px 0 #f4f4f4;
-webkit-box-shadow: 0 2px 5px 0 #f4f4f4;
}
.helpful .helpful-content .helpful-button:hover,
.helpful > .helpful-controls > div > .helpful-button:hover,
.helpful .helpful-feedback-controls .helpful-button:hover {
color: #333;
opacity: 0.5;
transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-webkit-transition: opacity 0.2s ease-in-out;
}
.helpful > .helpful-controls > div > .helpful-button[data-value="pro"] {
border-left: 2px solid #88c057;
}
.helpful > .helpful-controls > div > .helpful-button[data-value="contra"] {
border-left: 2px solid #ed7161;
}
.helpful > .helpful-controls > div > .helpful-button > .helpful-counter {
position: absolute;
right: 25px;
top: 50%;
line-height: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #fff;
padding: 12.5px;
border-radius: 35px;
border: 1px solid #e5e5e5;
box-shadow: inset 0 2px 5px 0 #f4f4f4;
-moz-box-shadow: inset 0 2px 5px 0 #f4f4f4;
-webkit-box-shadow: inset 0 2px 5px 0 #f4f4f4;
} .helpful > .helpful-footer {
font-size: 0.7rem;
position: absolute;
right: 5px;
bottom: 2px;
color: #bbb;
}
.helpful > .helpful-footer > a {
color: #bbb;
} .helpful > .helpful-content > .helpful-feedback-form {
color: #333;
}
.helpful > .helpful-content > .helpful-feedback-form req {
color: #ed7161;
}
.helpful > .helpful-content > .helpful-feedback-form p {
margin: 0 0 12.5px;
}
.helpful > .helpful-content > .helpful-feedback-form > p,
.helpful > .helpful-content > .helpful-feedback-form > .feedback-note > p,
.helpful > .helpful-content > .helpful-feedback-form > .group {
color: #333;
margin: 0 0 12.5px;
}
.helpful > .helpful-content > .helpful-feedback-form textarea,
.helpful > .helpful-content > .helpful-feedback-form input[type="text"],
.helpful > .helpful-content > .helpful-feedback-form input[type="email"],
.helpful > .helpful-content > .helpful-feedback-form input[type="url"],
.helpful > .helpful-content > .helpful-feedback-form input[type="number"] {
color: #333;
width: 100%;
display: block;
font-size: 1rem;
line-height: 1.6rem;
padding: 7.5px 15px;
border-radius: 0;
border-style: solid;
border-width: 1px;
border-color: #e5e5e5;
background-color: #fff;
box-shadow: inset 0 2px 5px 0 #f4f4f4;
-moz-box-shadow: inset 0 2px 5px 0 #f4f4f4;
-webkit-box-shadow: inset 0 2px 5px 0 #f4f4f4;
}
.helpful > .helpful-content > .helpful-feedback-form textarea {
min-height: 150px;
max-width: 100%;
font-size: 1rem;
line-height: 1.6rem;
}
.helpful > .helpful-content > .helpful-feedback-form input[type="checkbox"],
.helpful > .helpful-content > .helpful-feedback-form input[type="radio"] {
border-style: solid;
border-width: 1px;
border-color: #e5e5e5;
background-color: #fff;
font-size: 1rem;
line-height: 1.6rem;
border-radius: 0;
box-shadow: inset 0 2px 5px 0 #f4f4f4;
-moz-box-shadow: inset 0 2px 5px 0 #f4f4f4;
-webkit-box-shadow: inset 0 2px 5px 0 #f4f4f4;
}
.helpful > .helpful-content > .helpful-feedback-form > .helpful-button,
.helpful .helpful-feedback-controls .helpful-button {
color: #fff;
min-width: 150px;
text-align: center;
border-style: solid;
border-width: 1px;
border-color: #88c057;
background-color: #88c057;
padding: 12px 15px;
height: 56px;
max-height: 56px;
font-size: 1rem;
line-height: 1.6rem;
margin: 12.5px 0 0;
border-radius: 0;
cursor: pointer;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
.helpful > .helpful-content > .helpful-feedback-form > .helpful-button:hover,
.helpful .helpful-feedback-controls .helpful-button:hover {
background-color: #88c057;
box-shadow: 0 2px 5px 0 #f4f4f4;
-moz-box-shadow: 0 2px 5px 0 #f4f4f4;
-webkit-box-shadow: 0 2px 5px 0 #f4f4f4;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
@media all and (max-width: 991.98px) {
.helpful > .helpful-content > .helpful-feedback-form > .helpful-button,
.helpful .helpful-feedback-controls .helpful-button {
min-width: 100%;
width: 100%;
display: block;
}
} .helpful-feedback-items {
margin: 0;
padding: 0;
}
.helpful-feedback-items .helpful-feedback-item {
display: block;
list-style: none;
border: 1px solid #e5e5e5;
padding: 25px;
margin-bottom: 25px;
}
.helpful-feedback-author {
margin-bottom: 12.5px;
}
.helpful-feedback-items .--flex {
display: flex;
align-items: center;
}
.helpful-feedback-items .--avatar {
margin-right: 15px;
}
.helpful-feedback-items .--avatar img {
border-radius: 50%;
height: 45px;
width: 45px;
}
.helpful-feedback-items .--name {
font-weight: 600;
}