.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;
}.egoi-bar{
display: flex;
justify-content: center;
justify-items: center;
align-items: center;
height: 50px;
bottom: 0;
position: fixed;
padding: 10px;
box-shadow: 1px 1px 1px #666;
width: 100%;
line-height: 25px;
z-index: 999999;
}
.egoi-bar form, .egoi-bar input{
padding: 0;
}
@media screen and (max-width: 768px) and (min-width: 446px) { }
@media screen and (max-width: 446px) {
.egoi-label{
display: none !important;
}
}
.egoi-bar-error, .egoi-bar-success{
color: #fff;
font-size: 16px;
height: 30px;
}
.close-bar {
display: inline-block;
float: right;
margin-right: 12px;
cursor: pointer;
z-index: 200;
clear: both;
}
.egoi-close{
position: relative;
z-index: 500;
width: 100%;
height: 10px;
}
#span-bar{
opacity: 0 !important;
display: block;
width: 100%;
height: 100%;
cursor: pointer;
}
.egoi-email{
max-width: 250px !important;
box-sizing: border-box !important;
line-height: initial !important;
display: inline-block !important;
width: 100% !important;
height: 30px !important;
padding: 5px !important;
margin: 6px !important;
float: none !important;
}
.egoi-email::placeholder{
max-width: 250px;
}
.egoi-label{
font-size: 18px;
padding: 5px;
}
.loader{
text-align:center;
margin-top: 10px;
}
.widget-text{
padding-bottom: 10px;
}
.egoi-action, .egoi-close-action{
position:fixed;
right:10px;
top:0;
text-align:center;
height:30px;
width:30px;
border-radius:0 0 2px 2px;
z-index:999999;
cursor:pointer;
color:#fff;
transition:.5s;
}
.egoi-action-error, .egoi-action-success{
display: flex;
justify-content: center;
align-items: center;
position: absolute;
right: 10px;
color: #fff;
cursor: pointer;
transition: .5s;
}
.egoi-widget-error{
background: #d9534f;
color: #fff;
text-align: -webkit-center;
text-align: -moz-center;
font-size: 16px;
border-radius: 3px;
height: auto;
line-height: 26px;
border: #900 solid 1px;
margin-top: 10px;
}
.egoi-widget-success{
background: #5cb85c;
color: #fff;
text-align: -webkit-center;
text-align: -moz-center;
font-size: 16px;
border-radius: 3px;
height: auto;
line-height: 26px;
border: #066 solid 1px;
margin-top: 10px;
}
.egoi-action-error:before{
font-size:26px;
line-height:20px;
font-family:"dashicons";
content:"\f153";
}
.egoi-action-success:before{
font-size:26px;
line-height:20px;
font-family:"dashicons";
content:"\f147";
}
.egoi-bottom-action,.egoi-close-bottom-action{
position:fixed;
right:10px;
bottom:0;
text-align:center;
height:30px;
width:30px;
border-radius:0 0 2px 2px;
z-index:9999999;
cursor:pointer;
color:#fff;
transition:.5s;
}
.egoi-open-action:before, .egoi-bottom-open-action:before{
font-size:18px;
line-height:30px;
font-family:"dashicons";
content:"\f347";
}
.egoi-close-action:before, .egoi-bottom-close-action:before{
font-size:18px;
line-height:30px;
font-family:"dashicons";
content:"\f347";
}
.egoi-open-action .egoi-action, .egoi-open-action .egoi-close-action{
top:5px;
border-radius:50%;
background:transparent !important;
}
.egoi-bottom-open-action .egoi-bottom-action, .egoi-bottom-open-action .egoi-bottom-close-action{
bottom:5px;
border-radius:50%;
background:transparent !important;
}
.egoi-open-action .egoi-action:before, .egoi-bottom-action:before, .egoi-bottom-open-action, .egoi-open-action .egoi-close-action:before{
font-size:18px;
line-height:30px;
font-family:"dashicons";
content:'\f347';
}
.egoi-close-action:before, .egoi-bottom-close-action:before{
font-size:18px;
line-height:30px;
font-family:"dashicons";
content:"\f343" !important;
}
.loader_btn_egoi{
}
.external_content_egoi{
border: 1px solid #ddd;
margin-top: 20px;
}
.egoi_elementor_form_row{
display: flex;
flex-direction: row;
align-items: flex-end;
}
.egoi_elementor_form_column{
display: flex;
flex-direction: column;
}
.egoi_elementor_form_field_row{
display: flex;
flex-direction: row;
align-items: center;
}
.egoi_elementor_form_field_row > label{
margin-right: 0.7em;
}
.egoi_elementor_form_field_column{
display: flex;
flex-direction: column;
}
.egoi_elementor_button_start{
display: flex;
justify-content: flex-start;
}
.egoi_elementor_button_full_width > button{
width: 100%;
}
.egoi_elementor_button_center{
display: flex;
justify-content: center;
}
.egoi_elementor_button_end{
display: flex;
justify-content: flex-end;
}
.egoi_elementor_form_field{
flex-grow: 4;
}
.egoi_elementor_entry_wrapper, .egoi_simple_form_tof_wrapper{
margin: 0.7em;
}
.egoi_simple_form_tof_wrapper{
display: flex;
align-items: center;
}
.egoi_simple_form_tof_wrapper > input{
margin-right: 0.3em;
}