.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;
}.wpml-ls-legacy-list-vertical{display:table;max-width:100%;border:1px solid transparent;border-bottom:0}.wpml-ls-legacy-list-vertical>ul{position:relative;padding:0;margin:0!important;list-style-type:none}.wpml-ls-legacy-list-vertical .wpml-ls-item{padding:0;margin:0;list-style-type:none}.wpml-ls-legacy-list-vertical a{display:block;text-decoration:none;border-bottom:1px solid transparent;padding:5px 10px;line-height:1}.wpml-ls-legacy-list-vertical a span{vertical-align:middle}.wpml-ls-legacy-list-vertical .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-vertical .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-vertical .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}ul .wpml-ls-menu-item a{display:flex;align-items:center}.cleanlogin-container {
margin: 0 auto;
max-width: 348px;
position: relative;
overflow: hidden;
padding: 26px 24px 36px;
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.25);
box-shadow: 2px 2px 3px rgba(0,0,0,.25);
border-radius: 5px;
border: 1px solid #ddd;
}
.cleanlogin-container fieldset {
border-width: 0;
border-color: inherit;
padding: 0;
margin: 0;
}
.cleanlogin-container h4 {
margin-top: 0;
text-align: center;
font-size: 25px;
font-weight: normal;
margin-bottom: 20px;
}
.cleanlogin-container h4 > small{
margin-top: 5px;
font-size: 20px;
font-style: italic;
display: block;
}
.cleanlogin-container.cleanlogin-full-width {
max-width: none;
}
.cleanlogin-full-width form fieldset {
clear: both;
margin-left: -5%;
margin-bottom: 26px;
}
.cleanlogin-full-width form .cleanlogin-field {
float: left;
width: 45%;
margin-left: 5%;
}
.cleanlogin-form,
.cleanlogin-preview {
border-color: inherit;
display: block;
position: relative;
width: 100%;
}
.cleanlogin-form label {
display: block;
font-size: 13px;
text-transform: uppercase;
text-align: center;
}
.cleanlogin-form label.cleanlogin-terms {
text-align: inherit;
font-size: inherit;
text-transform: inherit;
}
.cleanlogin-field,
.cleanlogin-form input[type="submit"] {
margin-bottom: 20px;
}
.cleanlogin-form input[type="text"],
.cleanlogin-form input[type="password"],
.cleanlogin-form input[type="email"],
.cleanlogin-form input[type="submit"] {
height: 36px;
padding: 4px 8px;
width: 100%;
}
.cleanlogin-form select {
color: #7c7c7c;
width: 100%;
height: 36px;
-webkit-appearance: menulist-button;
}
.cleanlogin-form span {
color: #7c7c7c;
margin-left: 8px;
}
.cleanlogin-form button,
.cleanlogin-form input,
.cleanlogin-form select,
.cleanlogin-form textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cleanlogin-field-website {
display: none !important;
}
.cleanlogin-field-remember {
float: right;
text-align: right;
}
.cleanlogin-field-remember > label {
display: inline;
}
.cleanlogin-field-name {
background: url(//www.ksludotique.com/wp-content/plugins/clean-login/content/images/name.png) no-repeat;
padding-left: 36px !important;
}
.cleanlogin-field-surname {
background: url(//www.ksludotique.com/wp-content/plugins/clean-login/content/images/surname.png) no-repeat;
padding-left: 36px !important;
}
.cleanlogin-field-username {
background: url(//www.ksludotique.com/wp-content/plugins/clean-login/content/images/log.png) no-repeat;
padding-left: 36px !important;
}
.cleanlogin-field-password {
background: url(//www.ksludotique.com/wp-content/plugins/clean-login/content/images/pwd.png) no-repeat;
padding-left: 36px !important;
}
.cleanlogin-field-email {
background: url(//www.ksludotique.com/wp-content/plugins/clean-login/content/images/mail.png) no-repeat;
padding-left: 36px !important;
}
.cleanlogin-field-spam {
background: url(//www.ksludotique.com/wp-content/plugins/clean-login/content/images/spam.png) no-repeat;
padding-left: 36px !important;
}
.cleanlogin-form i.bi{
margin-left: -30px;
cursor: pointer;
}
.cleanlogin-preview-top {
padding-bottom: 36px;
height: 24px;
}
.cleanlogin-form-bottom {
padding-top: 6px;
height: 24px;
}
.cleanlogin-form p.cleanlogin-form-description {
color: #7c7c7c;
font-size: 12px;
font-size: 0.85714286rem;
font-style: italic;
}
.cleanlogin-notification {
clear: both;
border: 1px solid;
border-radius: 5px;
font-size: 14px;
text-align: center;
padding: 18px;
margin-bottom: 18px;
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.25);
box-shadow: 2px 2px 3px rgba(0,0,0,.25);
-moz-animation: cssAnimation 0s ease-in 5s forwards;
-webkit-animation: cssAnimation 0s ease-in 5s forwards;
-o-animation: cssAnimation 0s ease-in 5s forwards;
animation: cssAnimation 0s ease-in 5s forwards;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.cleanlogin-notification.no-disappear{
-moz-animation: none;
-webkit-animation: none;
-o-animation: none;
animation: none;
}
@keyframes cssAnimation {
to {
border: 0;
padding: 0;
width:0;
height:0;
overflow:hidden;
}
}
@-webkit-keyframes cssAnimation {
to {
border: 0;
padding: 0;
width:0;
height:0;
visibility:hidden;
}
}
.cleanlogin-notification > p {
margin: 0px;
}
.cleanlogin-notification.success {
background: #F0F2DD;
border-color: #24890D;
color: #24890D;
}
.cleanlogin-notification.error {
background: #FFE7E7;
border-color: #FF5656;
color: #FF5656;
}
.cleanlogin-preview {
border-color: inherit;
text-align: center;
}
.cleanlogin-preview .avatar {
border-radius: 5px;
float: none;
width: 128px;
height: 128px;
margin: 0 auto 24px auto;
}
.avatar.avatar-96.photo {  margin-bottom: 10px;
}
.cleanlogin-form a.cleanlogin-form-register-link,
.cleanlogin-preview a.cleanlogin-preview-logout-link {
text-align: right;
float: right;
text-decoration: none;
}
.cleanlogin-form a.cleanlogin-form-login-link,
.cleanlogin-form a.cleanlogin-form-pwd-link,
.cleanlogin-preview a.cleanlogin-preview-edit-link {
text-align: left;
float: left;
text-decoration: none;
}