.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 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;
}.label--form {
margin-top: .5rem;
margin-bottom: .5rem;
color: white;
font-family: "Oswald", Sans-serif;
font-size: 17px;
}
.btn--form {
margin-top: .5rem;
margin-bottom: .5rem;
background-color: #001F5B;
color: white;
font-family: "Oswald", Sans-serif;
font-size: 18px;
border: 0;
border-radius: 2px;
}
.input--form {
font-size: 20px;
border: 1px solid black;
border-radius: 2px;
width: 80%;
}
@media screen and (max-width: 992px) {
.input--form {
width: 78%;
}
}.self-scanning-big-button {
background-color: rgb(0, 23, 68);
color: white;
cursor: pointer;
border: 0;
font-size: 24px;
font-family: "Oswald", sans-serif;
text-transform: uppercase;
padding: 4px 10px 4px 10px;
}
.self-scanning-big-button[disabled] {
background-color: rgb(110, 110, 110);
}
.self-scanning-landing-container {
color: white;
text-align: center;
}
.self-scanning-regolamento {
margin-bottom: 2rem;
white-space: pre-wrap;
}
.self-scanning-regolamento form {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
@media only screen and (max-width: 600px) {
.self-scanning-regolamento form {
flex-direction: column;
}
}
.self-scanning-actions {
display: flex;
justify-content: center;
gap: 10px;
}
.self-scanning-actions .buttons {
display: flex;
justify-content: space-evenly;
}
.self-scanning-landing-container pre {
text-align: left;
}
.self-scanning-landing-container a {
color: rgb(124, 156, 213);
text-decoration: underline;
}
.self-scanning-container .field {
margin-bottom: 1rem;
}
.self-scanning-error {
margin-top: 2rem;
margin-bottom: 2rem;
color: white;
background-color: #ba0404;
max-width: 460px;
padding: 0.5rem;
padding-left: 1rem;
border-radius: 11px;
}
.self-scanning-info {
margin-top: 2rem;
margin-bottom: 2rem;
color: white;
background-color: #02ab04;
max-width: 460px;
padding: 0.5rem;
padding-left: 1rem;
border-radius: 11px;
}
.self-scanning-error a {
color: #86eeee;
}
.self-scanning-outcome {
}td {
padding: 10px; }
.add-experience, .remove-experience {
cursor: pointer;
border: 0;
border-radius: 10px;
background-color: #001744;
color: white !important;
padding: 7px;
}
.submit-btn {
cursor: pointer;
border: 0;
border-radius: 6px;
background-color: #001744;
color: white !important;
font-size: 24px;
padding: 7px;
}
.orario-tag {
padding: 3px;
background-color: rgba(70, 70, 70, 0.1);
border-radius: 7px;
margin: 2px;
font-weight: 800;
font-size: 12px;
line-height: 20px;
white-space: nowrap;
}.punti-vendita .elementor-widget:not(:last-child) {
margin-bottom: 10px !important;
}
.punti-vendita .outlined--button {
font-family: "Oswald", sans-serif;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.8px;
fill: #001F5B;
color: #001F5B;
background-color: rgba(0, 0, 0, 0);
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: #001F5B;
border-radius: 0;
padding: 3px;
cursor: pointer;
}
.punti-vendita .title--text {
color: #001F5B !important;
}
.punti-vendita .outlined--button:hover {
background-color: #001F5B;
color: white !important;
transition: 0.5s;
}
.punti-vendita .widget--card {
padding: 20px;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15)
}
.punti-vendita .widget--card:hover {
padding: 20px;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3)
}
.punti-vendita .hours--text {
color: #001F5B;
font-family: "Oswald", Sans-serif;
font-size: 19px;
font-weight: 500;
letter-spacing: 0.5px;
}
.punti-vendita .address--text {
color: #444648;
font-size: 14px;
margin: 0;
}
.punti-vendita .title--card h2 {
height: 5rem;
font-size: 1.7rem;
}
.punti-vendita .element--card {
height: auto;
margin-bottom: 0;
}
.punti-vendita .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
max-width: 25% !important;
}
@media screen and (max-width: 992px) {
.punti-vendita .widget--card {
text-align: left;
}
.punti-vendita .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
max-width: 100% !important;
}
} .orari-punto .row {
margin-bottom: 6px;
}
.orari-punto .row .giorno {
max-width: 120px;
}
@media (min-width: 1025px) {
.punti-vendita .orario {
margin-left: -85px;
margin-top: 5px;
}
}
#aperture--straordinarie {
font-size: 19px;
}
@media screen and (max-width: 992px) {
#aperture--straordinarie {
font-size: 14px;
}
} .volantini-swiper {
height: 320px;
width: 100%;
overflow: hidden;
}
.volantini-swiper .swiper-wrapper {
height: 280px;
}
.volantini-swiper .swiper-slide {
background-position: center;
background-size: cover;
width: 180px; height: auto;
margin-top: auto;
}
.volantini-swiper .swiper-slide img {
display: block;
width: 100%;
}
.volantini-swiper.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: 0;
}
.volantini-swiper .swiper-button-prev,
.volantini-swiper .swiper-button-next {
transform: scale(0.5);
color: #001F5B;
}
.volantini-swiper .swiper-pagination-bullet {
width: 10px;
height: 10px;
background-color: #001F5B;
}
@media screen and (max-width: 992px) {
.volantini-swiper .swiper-button-prev,
.volantini-swiper .swiper-button-next {
display: none;
}
}