.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;
word-break: 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;
}.vda-calendario {
width: 100%;
margin: 30px 0;
}
.vda-calendario-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
margin-bottom: 20px;
}
.vda-calendario-header h2 {
margin: 0;
text-align: center;
text-transform: capitalize;
}
.vda-calendario-nav {
display: flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border: 1px solid #ddd;
border-radius: 50%;
text-decoration: none;
font-size: 22px;
}
.vda-calendario-nav:hover {
text-decoration: none;
} .vda-calendario-desktop {
display: block;
}
.vda-calendario-mobile {
display: none;
}
.vda-calendario-grid {
display: grid;
grid-template-columns: repeat(7, minmax(0, 1fr));
}
.vda-calendario-settimana {
font-weight: 600;
text-align: center;
background: #f4f4f4;
}
.vda-calendario-settimana > div {
padding: 10px 5px;
}
.vda-calendario-giorno {
min-height: 130px;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
padding: 8px;
box-sizing: border-box;
}
.vda-calendario-giorno:nth-child(7n + 1) {
border-left: 1px solid #e5e5e5;
}
.vda-calendario-numero {
font-weight: 600;
margin-bottom: 7px;
}
.vda-calendario-oggi .vda-calendario-numero {
display: inline-flex;
width: 30px;
height: 30px;
border-radius: 50%;
align-items: center;
justify-content: center;
background: #222;
color: #fff;
}
.vda-calendario-evento {
display: block;
padding: 7px 8px 8px;
margin-bottom: 6px;
background: #fff;
border: 1px solid #e5e5e5;
border-bottom: 5px solid #d9d9d9;
border-radius: 4px;
text-decoration: none;
line-height: 1.25;
font-size: 13px;
box-sizing: border-box;
}
.vda-calendario-evento:hover {
background: #f7f7f7;
text-decoration: none;
}
.vda-calendario-evento-titolo {
display: block;
font-weight: 600;
}
.vda-calendario-evento-ora {
display: block;
margin-top: 3px;
font-size: 11px;
opacity: .7;
} .vda-eventi-prossimi {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
.vda-evento-card {
border: 1px solid #e5e5e5;
border-radius: 8px;
overflow: hidden;
background: #fff;
}
.vda-evento-card-image {
display: block;
overflow: hidden;
}
.vda-evento-card-image img {
display: block;
width: 100%;
height: 160px;
object-fit: cover;
transition: transform .25s ease;
}
.vda-evento-card-image:hover img {
transform: scale(1.03);
}
.vda-evento-card-content {
padding: 14px;
}
.vda-evento-card-data {
font-size: 12px;
font-weight: 600;
margin-bottom: 5px;
line-height: 1.4;
}
.vda-evento-card-dot {
display: inline-block;
width: 9px;
height: 9px;
border-radius: 50%;
margin-right: 5px;
}
.vda-evento-card h3 {
margin: 0 0 6px;
font-size: 17px;
line-height: 1.25;
}
.vda-evento-card h3 a {
text-decoration: none;
}
.vda-evento-card h3 a:hover {
text-decoration: none;
}
.vda-evento-card-luogo {
font-size: 13px;
line-height: 1.4;
opacity: .75;
}
.vda-eventi-nessuno {
margin: 20px 0;
} @media (min-width: 768px) and (max-width: 1100px) {
.vda-eventi-prossimi {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
}
.vda-evento-card-image img {
height: 190px;
}
} @media (max-width: 767px) {
.vda-calendario {
margin: 20px 0;
}
.vda-calendario-header {
margin-bottom: 15px;
gap: 12px;
}
.vda-calendario-header h2 {
font-size: 22px;
line-height: 1.2;
}
.vda-calendario-nav {
width: 38px;
height: 38px;
min-width: 38px;
font-size: 20px;
}
.vda-calendario-desktop {
display: none;
}
.vda-calendario-mobile {
display: block;
}
.vda-mobile-evento {
display: block;
padding: 17px 0;
border-bottom: 1px solid #e5e5e5;
text-decoration: none;
}
.vda-mobile-evento:first-child {
border-top: 1px solid #e5e5e5;
}
.vda-mobile-evento:hover {
text-decoration: none;
}
.vda-mobile-evento-data {
margin-bottom: 7px;
font-size: 12px;
font-weight: 700;
letter-spacing: .02em;
line-height: 1.45;
}
.vda-mobile-evento-dot {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
margin-right: 6px;
}
.vda-mobile-evento-contenuto h3 {
margin: 0 0 7px;
font-size: 18px;
line-height: 1.3;
}
.vda-mobile-evento-luogo {
margin-top: 3px;
font-size: 14px;
line-height: 1.4;
opacity: .8;
}
.vda-mobile-evento-orario {
margin-top: 5px;
font-size: 13px;
line-height: 1.4;
opacity: .75;
}
.vda-eventi-prossimi {
grid-template-columns: 1fr;
gap: 18px;
}
.vda-evento-card-image img {
height: auto;
aspect-ratio: 16 / 10;
}
.vda-evento-card-content {
padding: 15px;
}
.vda-evento-card-data {
font-size: 12px;
}
.vda-evento-card h3 {
font-size: 18px;
}
.vda-evento-card-luogo {
font-size: 14px;
}
}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0!important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}