.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;
}.floating-mode-switcher-wrap {
position: fixed;
right: 22px;
bottom: 22px;
z-index: 99;
}
.floating-bottom-right {
right: 22px;
bottom: 22px;
}
.floating-bottom-left {
left: 22px;
bottom: 22px;
}
.floating-top-right {
right: 22px;
top: 45px;
}
.floating-top-left {
left: 22px;
top: 45px;
}
.menu-mode-switch {
display: flex !important;
align-items: center;
}
.menu-mode-switch .dl-switch{
margin-bottom: 0;
} .dl-switch  {
position: relative;
display: inline-block;
width: 80px;
height: 24px;
cursor: pointer;
user-select: none;
}
.dl-switch input { 
opacity: 0;
width: 0;
height: 0;
}
.dl-switch .dl-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #FB9426;
transition: .4s;
border-radius: 50px;
}
.dl-light, .dl-dark {
position: absolute;
left: 10px;
font-size: 12px;
font-family: inherit;
font-weight: 500;
text-transform: uppercase;
color: #fff;
top: 50%;
transform: translateY(-50%);
transition: .4s;
line-height: 1;
display: inline-flex;
align-items: center;
}
.dl-light {
left: auto;
right: 10px;
}
.dl-dark {
opacity: 0;
visibility: hidden;
}
.dl-switch .dl-slider:before {
position: absolute;
content: "";
height: 30px;
width: 30px;
left: 0px;
top: -3px;
background-color: #040E29;
transition: .4s;
border-radius: 50%;
z-index: 1;
background-image: url(//www.abiprofessional.it/wp-content/plugins/darklooks-dark-mode-switcher/assets/img/icons/dark.svg);
background-repeat: no-repeat;
}
.dl-switch input:checked + .dl-slider {
background-color: #040E29;
}
.dl-switch input:checked + .dl-slider:before {
background-color: #FB9426;
background-image: url(//www.abiprofessional.it/wp-content/plugins/darklooks-dark-mode-switcher/assets/img/icons/light.svg);
background-repeat: no-repeat;
}
.dl-switch input:checked ~ .dl-light {
opacity: 0;
visibility: hidden;
}
.dl-switch input:checked ~ .dl-dark {
opacity: 1;
visibility: visible;
}
.dl-switch input:checked + .dl-slider:before {
transform: translateX(50px);
} .dl-switch.style2  {
width: 62px;
height: 30px;
}
.dl-switch.style2 .dl-slider:before {
height: 26px;
width: 26px;
left: 2px;
top: 2px;
background: #fff;
}
.dl-switch.style2 input:checked + .dl-slider:before {
background: #fff;
}
.dl-switch.style2 input:checked + .dl-slider:before {
transform: translateX(32px);
} .dl-switch.style3  {
width: 30px;
height: 62px; }
.dl-switch.style3 .dl-slider  {
background-color: #040E29;
}
.dl-switch.style3 .dl-slider:before {
height: 26px;
width: 26px;
left: 2px;
top: 2px;
background-image: url(//www.abiprofessional.it/wp-content/plugins/darklooks-dark-mode-switcher/assets/css/icons/dark3.svg);
}
.dl-switch.style3 .dl-light {
top: auto;
bottom: 1px;
right: auto;
left: 8px;
}
.dl-switch.style3 .dl-dark {
top: 17px;
left: 8px;
}
.dl-switch.style3 input:checked + .dl-slider {
background-color: #FB9426;
}
.dl-switch.style3 input:checked + .dl-slider:before {
background-image: url(//www.abiprofessional.it/wp-content/plugins/darklooks-dark-mode-switcher/assets/css/icons/light3.svg);
}
.dl-switch.style3 input:checked + .dl-slider:before {
transform: translateY(32px);
} .dl-switch.style4  {
width: 96px;
height: 30px;
}
.dl-switch.style4 .dl-light,
.dl-switch.style4 .dl-dark {
height: 100%;
border-radius: 50px;
padding: 2px 8px;
}
.dl-switch.style4 .dl-light {
background-color: #FB9426;
left: 0;
right: auto;
}
.dl-switch.style4 .dl-dark {
background-color: #040E29;
left: auto;
right: 0;
color: #FB9426;
}
.dl-switch.style4 .dl-light .svg {
margin-right: 5px;
}
.dl-switch.style4 .dl-dark .svg {
margin-left: 5px;
}
.dl-switch.style4 .dl-slider {
background-color: #040E29;
}
.dl-switch.style4 .dl-slider:before {
width: 14px;
height: 14px;
background-image: url(//www.abiprofessional.it/wp-content/plugins/darklooks-dark-mode-switcher/assets/css/icons/dark4.svg);
background-repeat: no-repeat;
background-color: transparent;
right: 8px;
left: auto;
top: 50%;
transform: translateY(-50%);
}
.dl-switch.style4 input:checked + .dl-slider {
background-color: #FB9426;
}
.dl-switch.style4 input:checked + .dl-slider:before {
background-image: url(//www.abiprofessional.it/wp-content/plugins/darklooks-dark-mode-switcher/assets/css/icons/light4.svg);
right: auto;
left: 8px;
transform: translate(0, -50%);
} .dl-switch.style5  {
width: 68px;
height: 30px;
}
.dl-switch.style5 .dl-light,
.dl-switch.style5 .dl-dark {
left: 0;
top: 0;
right: auto;
opacity: 1;
visibility: visible;
}
.dl-active-border {
background:#FB9426;
width: 30px;
height: 3px;
left: 0;
bottom: 9px;
position: absolute;
content: "";
transition: .4s;
}
.dl-switch.style5 .dl-dark {
left: 37px;
}
.dl-switch.style5 .dl-slider {
background-color: transparent;
}
.dl-switch.style5 input:checked ~ .dl-slider {
background-color: transparent;
}
.dl-switch.style5 input:checked ~ .dl-light {
opacity: 1;
visibility: visible;
}
.dl-switch.style5 input:checked ~ .dl-active-border {
background-color: #040E29;
transform: translateX(38px);
}