.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;
}.obfx-sharing {
position: fixed;
z-index: 10000;
top: 50%;
margin: 0;
padding: 0;
list-style: none;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.obfx-sharing-left {
left: 0;
}
.obfx-sharing-right {
right: 0;
}
.obfx-sharing li {
display: block;
position: relative;
}
.obfx-sharing a {
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
z-index: 10000;
padding: 6px 10px;
color: #fff;
}
.obfx-sharing svg {
fill: currentColor;
width: 18px;
height: 18px;
}
.obfx-sharing a:hover,
.obfx-sharing a:focus,
.obfx-sharing a:visited {
color: #fff;
text-decoration: none;
}
.obfx-sharing span {
display: none;
position: absolute;
z-index: -10;
top: 0;
right: 0;
bottom: 0;
left: -200%;
padding: 5px 10px;
background: rgba(0, 0, 0, 0.375);
font-size: 13px;
line-height: 30px;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
align-items: center;
justify-content: center;
}
.obfx-sharing-right a:hover > span {
right: 105%;
left: -250%;
}
.obfx-sharing-left a:hover > span {
right: -250%;
left: 105%;
}
.obfx-sharing a:hover > span {
display: inline-flex;
}
.obfx-sharing-inline {
list-style: none;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: end;
}
.obfx-sharing-inline li {
display: inline;
}
.obfx-sharing-inline a.btn {
width: 44px;
height: 44px;
line-height: 44px;
border-radius: 50%;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.obfx-sharing-inline svg {
fill: currentColor;
width: 18px;
height: 18px;
max-width: 18px;
max-height: 18px;
} .obfx-sharing-inline a.btn-facebook,
.obfx-sharing a.facebook {
background-color: #0866FF;
}
.obfx-sharing-inline a.btn-twitter,
.obfx-sharing a.twitter,
.obfx-sharing-inline a.btn-threads,
.obfx-sharing a.threads {
background-color: #000;
}
.obfx-sharing-inline a.btn-pinterest,
.obfx-sharing a.pinterest {
background-color: #bd081c;
}
.obfx-sharing-inline a.btn-linkedin,
.obfx-sharing a.linkedin {
background-color: #0077b5;
}
.obfx-sharing-inline a.btn-tumblr,
.obfx-sharing a.tumblr {
background-color: #36465D;
}
.obfx-sharing-inline a.btn-reddit,
.obfx-sharing a.reddit {
background-color: #ff4500;
}
.obfx-sharing-inline a.btn-vkontakte,
.obfx-sharing a.vkontakte {
background-color: #0077FF;
}
.obfx-sharing-inline a.btn-odnoklassniki,
.obfx-sharing a.odnoklassniki {
background-color: #f48420;
}
.obfx-sharing-inline a.btn-douban,
.obfx-sharing a.douban {
background-color: #2D963D;
}
.obfx-sharing-inline a.btn-baidu,
.obfx-sharing a.baidu {
background-color: #2932E1;
}
.obfx-sharing-inline a.btn-xing,
.obfx-sharing a.xing {
background-color: #006567;
}
.obfx-sharing-inline a.btn-renren,
.obfx-sharing a.renren {
background-color: #217DC6;
}
.obfx-sharing-inline a.btn-weibo,
.obfx-sharing a.weibo {
background-color: #e6162d;
}
.obfx-sharing-inline a.btn-sms,
.obfx-sharing a.sms {
background-color: #00b901;
}
.obfx-sharing-inline a.btn-whatsapp,
.obfx-sharing a.whatsapp {
background-color: #20b038;
}
.obfx-sharing-inline a.btn-mail,
.obfx-sharing a.mail {
background-color: #58a9de;
}
.obfx-sharing-inline a.btn-telegram,
.obfx-sharing a.telegram {
background-color: #26A5E4;
}
.obfx-sharing-inline a.btn-mastodon,
.obfx-sharing a.mastodon {
background-color: #6364ff;
}
.obfx-sharing-inline a.btn-bluesky,
.obfx-sharing a.bluesky {
background-color: #0285ff;
}
@media (max-width: 768px) {
.obfx-sharing-side {
position: fixed;
z-index: 10000;
top: 50%;
margin: 0;
padding: 0;
list-style: none;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.obfx-sharing-bottom {
display: flex;
position: fixed;
z-index: 10000;
top: auto;
bottom: 0;
left: 0;
right: 0;
margin: 0 !important;
padding: 0;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.obfx-hestia-social-wrapper {
position: static;
margin: 0 -10px;
}
.obfx-sharing-bottom li {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
}
.obfx-sharing-bottom a,
.obfx-sharing-bottom a.btn.btn-just-icon {
margin: 0;
padding: 5px 3px;
border-radius: 0;
opacity: 1;
box-shadow: none;
display: flex;
width: 100%;
height: 100%;
}
.obfx-sharing-bottom svg {
height: 18px;
width: 18px;
max-width: 18px;
max-height: 18px;
}
.obfx-sharing-bottom span,
.obfx-sharing a:hover > span,
li.obfx-hide-mobile-socials,
.obfx-sharing-inline li.obfx-hide-mobile-socials {
display: none;
}
}
@media (min-width: 769px) {
.obfx-sharing-inline li.obfx-hide-desktop-socials,
li.obfx-hide-desktop-socials {
display: none;
}
}