.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;
}body { margin: 0px; padding: 0px; }
* { box-sizing: border-box; } .container-sm  { max-width: 600px; margin: 0px auto; }
.container-md  { max-width: 800px; margin: 0px auto; }
.container-lg  { max-width: 1000px; margin: 0px auto; }
.container-xl  { max-width: 1200px; margin: 0px auto; }
.container-xxl { max-width: 1400px; margin: 0px auto; } .columns { display: flex; flex-wrap: wrap; }
.columns > * { width: 100%; }
.col-1 { width: 8.33334%; } .col-2 { width: 16.66667%; } .col-3 { width: 25%; } .col-4 { width: 33.33333%; } .col-5 { width: 41.66667%; } .col-6 { width: 50%; } .col-7 { width: 58.33333% } .col-8 { width: 66.66667%; } .col-9 { width: 75%; } .col-10 { width: 83.33333%; } .col-12 { width: 100%; }
@media screen and (min-width: 400px)  { .col-xs-1 { width: 8.33334%; } .col-xs-2 { width: 16.66667%; } .col-xs-3 { width: 25%; } .col-xs-4 { width: 33.33333%; } .col-xs-5 { width: 41.66667%; } .col-xs-6 { width: 50%; } .col-xs-7 { width: 58.33334% } .col-xs-8 { width: 66.66667%; } .col-xs-9 { width: 75%; } .col-xs-10 { width: 83.33333%; } .col-xs-12 { width: 100%; } }
@media screen and (min-width: 600px)  { .col-sm-1 { width: 8.33334%; } .col-sm-2 { width: 16.66667%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.33333%; } .col-sm-5 { width: 41.66667%; } .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.33334% } .col-sm-8 { width: 66.66667%; } .col-sm-9 { width: 75%; } .col-sm-10 { width: 83.33333%; } .col-sm-12 { width: 100%; } }
@media screen and (min-width: 800px)  { .col-md-1 { width: 8.33334%; } .col-md-2 { width: 16.66667%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.33333%; } .col-md-5 { width: 41.66667%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33334% } .col-md-8 { width: 66.66667%; } .col-md-9 { width: 75%; } .col-md-10 { width: 83.33333%; } .col-md-12 { width: 100%; } }
@media screen and (min-width: 1000px) { .col-lg-1 { width: 8.33334%; } .col-lg-2 { width: 16.66667%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333%; } .col-lg-5 { width: 41.66667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.33334% } .col-lg-8 { width: 66.66667%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333%; } .col-lg-12 { width: 100%; } }
@media screen and (min-width: 1200px) { .col-xl-1 { width: 8.33334%; } .col-xl-2 { width: 16.66667%; } .col-xl-3 { width: 25%; } .col-xl-4 { width: 33.33333%; } .col-xl-5 { width: 41.66667%; } .col-xl-6 { width: 50%; } .col-xl-7 { width: 58.33334% } .col-xl-8 { width: 66.66667%; } .col-xl-9 { width: 75%; } .col-xl-10 { width: 83.33333%; } .col-xl-12 { width: 100%; } }
@media screen and (min-width: 1400px) { .col-xxl-1 { width: 8.33334%; } .col-xxl-2 { width: 16.66667%; } .col-xxl-3 { width: 25%; } .col-xxl-4 { width: 33.33333%; } .col-xxl-5 { width: 41.66667%; } .col-xxl-6 { width: 50%; } .col-xxl-7 { width: 58.33334% } .col-xxl-8 { width: 66.66667%; } .col-xxl-9 { width: 75%; } .col-xxl-10 { width: 83.33333%; } .col-xxl-12 { width: 100%; } } .columns-va-center { align-items: center; }
.col-va-center { align-self: center; }
.col-va-bottom { align-self: flex-end; } .columns-gap-15 { margin: -7.5px; }
.columns-gap-15 > * { padding: 7.5px; }
.columns-gap-30 { margin: -15px; }
.columns-gap-30 > * { padding: 15px; }
.columns-gap-60 { margin: -30px; }
.columns-gap-60 > * { padding: 30px; }
.columns-gap-90 { margin: -45px; }
.columns-gap-90 > * { padding: 45px; }
@media screen and (max-width: 1000px)
{
.columns-gap-60 { margin: -20px; }
.columns-gap-60 > * { padding: 20px; }
.columns-gap-90 { margin: -30px; }
.columns-gap-90 > * { padding: 30px; }
}
@media screen and (max-width: 600px)
{
.columns-gap-30 { margin: -7.5px; }
.columns-gap-30 > * { padding: 7.5px; }
.columns-gap-60 { margin: -10px; }
.columns-gap-60 > * { padding: 10px; }
.columns-gap-90 { margin: -15px; }
.columns-gap-90 > * { padding: 15px; }
} .p-30 { padding: 30px; }
.columns-p-30, .columns-p-30 > * { padding: 15px; }
.p-60 { padding: 60px; }
.columns-p-60, .columns-p-60 > * { padding: 30px; }
.p-90 { padding: 90px; }
.columns-p-90, .columns-p-90 > * { padding: 45px; }
.p-120 { padding: 120px; }
.columns-p-120, .columns-p-120 > * { padding: 60px; }
@media screen and (max-width: 1000px)
{
.p-120 { padding: 90px; }
.columns-p-120, .columns-p-120 > * { padding: 45px; }
.p-90 { padding: 60px; }
.columns-p-90, .columns-p-90 > * { padding: 30px; }
}
@media screen and (max-width: 600px)
{
.p-120 { padding: 30px; }
.columns-p-120, .columns-p-120 > * { padding: 15px; }
.p-90 { padding: 30px; }
.columns-p-90, .columns-p-90 > * { padding: 15px; }
} .mt-30 { margin-top: 30px; }
.mt-inner-15 > * + * { margin-top: 15px; }
.mt-inner-30 > * + * { margin-top: 30px; }
.mt-inner-60 > * + * { margin-top: 60px; }
.mt-inner-90 > * + * { margin-top: 90px; }
@media screen and (max-width: 1000px)
{
.mt-inner-90 > * + * { margin-top: 60px; }
}
@media screen and (max-width: 600px)
{
.mt-inner-60 > * + * { margin-top: 30px; }
.mt-inner-90 > * + * { margin-top: 30px; }
}  .bolder { font-weight: bolder; }
.italic { font-style: italic; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; } h1, .h1, h2, .h2, h3, .h3, h4, .h4
{
padding: 0px; margin: 0px;
overflow-wrap: break-word; word-wrap: break-word; word-break: break-word;
} .h0		{ font-size: 50px; line-height: 1.1em; }
h1, .h1 { font-size: 40px; line-height: 1.1em; }
h2, .h2 { font-size: 32px; line-height: 1.3em; }
h3, .h3 { font-size: 25px; line-height: 1.3em; }
h4, .h4 { font-size: 20px; line-height: 1.5em; }
body	{ font-size: 20px; line-height: 1.5em; }
.small	{ font-size: 16px; line-height: 1.5em; }
@media screen and (max-width: 1000px)
{
.h0		{ font-size: 40px; line-height: 1.1em; }
h1, .h1 { font-size: 32px; line-height: 1.1em; }
h2, .h2 { font-size: 25px; line-height: 1.3em; }
h3, .h3 { font-size: 22px; line-height: 1.3em; }
h4, .h4 { font-size: 20px; line-height: 1.5em; }
body	{ font-size: 18px; line-height: 1.5em; }
}
@media screen and (max-width: 600px)
{
.h0		{ font-size: 32px; line-height: 1.1em; }
h1, .h1 { font-size: 26px; line-height: 1.1em; }
h2, .h2 { font-size: 21px; line-height: 1.3em; }
h3, .h3 { font-size: 20px; line-height: 1.3em; }
h4, .h4 { font-size: 18px; line-height: 1.5em; }
body	{ font-size: 18px; line-height: 1.5em; }
}  #header { }
#header ul, #header li { margin: 0px; padding: 0px; }
#header .lot .toggler { width: 32px; height: 32px; cursor: pointer; }
#header .lot .toggler svg { width: 100%; height: 100%; color: #FFFFFF; transition: color 0.2s ease; }
#header .lot .toggler:hover svg { color: #AF8F3E; }
#header .lot .logo { width: calc( 100% - 32px - 30px ); margin-right: 30px; }
#header .lot .logo a { display: block; width: 100%; }
#header .lot .logo a img { display: block; width: 100%; max-width: 350px; height: auto; }
#header .nav ul, #header .nav li { list-style: none; }
#header .nav a { display: block; text-decoration: none; font-size: 15px; line-height: 15px; color: #FFFFFF; transition: color 0.2s; }
#header .nav a:hover, #header li.current-menu-item > a { color: #AF8F3E; }
#header .nav ul.menu > li > a { text-transform: uppercase; font-weight: bolder; } @media screen and (max-width: 1199px)
{
#header .lot { background: #000000; padding: 15px; display: flex; align-items: center; position: relative; z-index: 1; }
#header .nav { background: #000000; overflow-y: auto; position: fixed; z-index: 20; top: 0px; left: -100%; transition: left 0.2s ease; height: 100%; width: 100%; }
#header .nav .lot { border-bottom: 1px solid #999999; }
body.admin-bar #header .nav { top: 32px; }
#header .nav.opened { left: 0%; }
#header .nav ul.menu { padding-top: 15px; padding-bottom: 60px; }
#header .nav ul.menu ul { padding-left: 15px; }
#header .nav ul.menu li a { display: block; padding: 10px 15px; } #header .nav ul.menu > li > a:has(span.c2a) { padding: 10px 0px 10px 10px; }
#header .nav ul.menu > li > a:has(span.c2a) span.c2a { display: inline-block; background: #8F6F1E; padding: 10px 20px; color: #FFFFFF; border-radius: 20px; transition: background-color 0.2s ease; }
#header .nav ul.menu > li > a:has(span.c2a):hover span.c2a { background: #AF8F3E; } #header .nav ul.menu > li:has(a[href="#ricerca"]) > a { display: flex; align-items: center; justify-content: left; width: 100%; height: 55px; padding: 0px 10px; line-height: 1; }
#header .nav ul.menu > li:has(a[href="#ricerca"]) > a svg { display: block; width: 25px; height: 25px; }
#header .nav ul.menu > li:has(a[href="#ricerca"]) > a span { margin-left: 5px; }
} @media screen and (max-width: 782px) {
body.admin-bar #header .nav { top: 46px; }
} @media screen and (min-width: 1200px)
{
#header { background: #000000; padding: 15px 90px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 999; }
#header .lot { display: flex; align-items: center; }
#header .lot .toggler { display: none; }
#header .nav .lot { display: none; }
#header .nav ul.menu > li { display: inline-block; position: relative; margin-left: 10px; vertical-align: middle; }
#header .nav ul.menu > li > a { padding: 20px 10px; border-radius: 5px; font-size: 15px; line-height: 15px; }
#header .nav ul.menu > li.menu-item-has-children > a::after { content: "\25BE"; display: inline-block; margin-left: 6px; font-size: 1em; }
#header .nav ul.menu > li > ul { opacity: 0; visibility: hidden; transition: opacity 0.2s, visibility 0.2s; padding: 10px; position: absolute; z-index: 99999999; top: 100%; left: 50%; margin-left: -150px; width: 300px; background: #FFFFFF; border-radius: 5px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15); }
#header .nav ul.menu > li:hover > ul { opacity: 1; visibility: visible; }
#header .nav ul.menu > li > ul > li > a { padding: 10px; border-radius: 5px; color: #8F6F1E; transition: background-color 0.2s; line-height: 1.3em; }
#header .nav ul.menu > li > ul > li > a:hover { background: #EEEEEE; } #header .nav ul.menu > li > a:has(span.c2a) { padding: 10px 0px; }
#header .nav ul.menu > li > a:has(span.c2a) span.c2a { display: inline-block; background: #8F6F1E; padding: 10px 20px; color: #FFFFFF; border-radius: 20px; transition: background-color 0.2s ease; }
#header .nav ul.menu > li > a:has(span.c2a):hover span.c2a { background: #AF8F3E; } #header .nav ul.menu > li:has(a[href="#ricerca"]) > a { display: flex; align-items: center; justify-content: center; width: 45px; height: 55px; padding: 0; line-height: 1; }
#header .nav ul.menu > li:has(a[href="#ricerca"]) > a svg { display: block; width: 25px; height: 25px; }
#header .nav ul.menu > li:has(a[href="#ricerca"]) > a span { display: none; }
} #breadcrumb > * { display: inline-block; }
#breadcrumb .title { font-weight: bolder; }  .main a { color: #8F6F1E; transition: color 0.2s ease; }
.main a:hover { color: #AF8F3E; } .entry-content img { display: block; border-radius: 10px; border: 1px solid #ddd; }
.wp-block-cover:has(img) { border-radius: 10px; } .entry-content img + *, .entry-content p + *,
.entry-content h1 + *, .entry-content h2 + *, .entry-content h3 + *, .entry-content h4 + *,
.entry-content ul + *, .entry-content ol + *, .entry-content blockquote + *
{ margin: 30px 0px 0px; } .main hr, .wp-block-separator { border: 0; height: 3px; background: #B4AA99; border-radius: 9999px; margin: 60px 0px; }
.main .wp-block-separator:not(.is-style-wide):not(.is-style-dots) { max-width: none; }
.main .wp-block-separator.is-style-dots { background: #B4AA99; border-radius: 9999px; height: 3px; } .btn, a.wp-element-button, button, input[type='submit'] { text-decoration: none; font-weight: bolder; display: inline-block; background: #8F6F1E; padding: 10px 20px; color: #FFFFFF !important; border-radius: 20px; transition: background-color 0.2s ease; }
.btn:hover, a.wp-element-button:hover, button:hover, input[type='submit']:hover { background: #AF8F3E; color: #FFFFFF !important; cursor: pointer; }
.wp-block-buttons .wp-block-button + .wp-block-button { margin-left: 15px; }
button, input[type='submit'] { border: 0px; font-size: 18px; line-height: 27px; cursor: pointer; }
.btn-sm { font-size: 14px; padding: 5px 10px; border-radius: 10px; } .card { background: #FFFFFF; border-radius: 20px; overflow: hidden; box-shadow: 0px 0px 15px rgba(0,0,0,0.15); }
.card .card-image { aspect-ratio: 1 / 1; overflow: hidden; }
.card .card-image img { height: 100%; width: 100%; object-fit: cover; }
.card .card-body { padding: 15px; }
a:has(.card) { display: block; color: #000000; text-decoration: none; transition: transform 0.2s ease, color 0.2s ease; }
a:has(.card):hover { transform: scale(1.03); }
a:has(.card):hover, a:has(.card):hover * { color: #AF8F3E; } .archive-pagination .nav-links > * { display: inline-block; padding: 5px 10px; background: #DDDDDD; border-radius: 5px; color: #000000; text-decoration: none; transition: background-color 0.2s ease, color 0.2s ease; }
.archive-pagination .nav-links > * + * { margin-left: 10px; }
.archive-pagination .nav-links > * + * { margin-left: 10px; }
.archive-pagination .nav-links .dots { background: transparent; }
.archive-pagination .nav-links .current,
.archive-pagination .nav-links a:hover
{ background: #8F6F1E; color: #FFFFFF; } form label { font-weight: bolder; }
form label .required { color: red; }
form .notes { font-size: 14px; line-height: 1.3em; opacity: 0.7; }
form .rd-error { color: red; font-weight: bolder; }
form input[type="text"], form input[type="password"],
form input[type="email"], form input[type="url"], form textarea
{ border: 1px solid #555555; background: #FFFFFF; padding: 5px; border-radius: 5px; width: 100%; max-width: 500px; }
form textarea { height: 200px; } .message { border: 3px solid black; color: black; background: #DDDDDD; padding: 20px; border-radius: 10px; }
.message > * + * { margin-top: 15px; }
.message.message-error { border-color: red; color: red; background-color: pink; }
.message.message-success { border-color: green; color: green; background-color: lightgreen; } #search-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: 0.3s; z-index: 9999; }
#search-overlay.active { opacity: 1; visibility: visible; }
.search-overlay-inner { width: 90%; max-width: 500px; text-align: center; }
.search-overlay-inner h2 { color: #ffffff; margin-bottom: 25px; font-size: 28px; }
.search-overlay-inner input { padding: 15px; width: 100%; max-width: 400px; font-size: 18px; border: none; outline: none; border-radius: 10px; }
.search-overlay-inner button { padding: 10px 25px; margin-left: 10px; font-size: 16px; border: none; cursor: pointer; background: #8F6F1E; color: #ffffff; }
.search-overlay-inner button:hover { background: #AF8F3E; }
.risultati-di-ricerca a { display: block; border: 1px solid #DDDDDD; border-radius: 10px; padding: 20px; text-decoration: none; color: #000000; transition: color 0.2s ease, border-color 0.2s ease; }
.risultati-di-ricerca a + a { margin-top: 30px; }
.risultati-di-ricerca a:hover { border-color: #8F6F1E; color: #8F6F1E; } .modulo { }
.modulo .field + .field { margin-top: 30px; }
.modulo .field .label { font-weight: bolder; }
.modulo .field .label p { display: inline; }
.modulo .field.obb .label:after { content: "*"; color: red; margin-left: 3px; }
.modulo input[type="text"], .modulo input[type="email"], .modulo textarea { border: 1px solid #ccc; background: white; padding: 5px; border-radius: 5px; width: 100%; max-width: 500px; }
.modulo input[type="submit"] { border: 0px; font-size: 18px; line-height: 27px; cursor: pointer; }
.modulo input[readonly] { background: #eeeeee; cursor: not-allowed; } form[action="https://www.paypal.com/donate"] input[type="image"] { width: 300px; height: auto; }
@media screen and (max-width: 400px)
{
form[action="https://www.paypal.com/donate"] input[type="image"] { width: 100%; max-width: 100%; height: auto; }
} .cky-consent-container .cky-btn,
.cky-modal .cky-btn
{ background: #8F6F1E !important; border-color: #8F6F1E !important; color: white !important; }
.cky-consent-container .cky-btn:hover,
.cky-modal .cky-btn:hover
{ background: #AF8F3E !important; border-color: #AF8F3E !important; color: white !important; }
.cky-consent-container .cky-btn.cky-btn-customize
{ color: #8F6F1E !important; border-color: #8F6F1E !important; background: white !important; }
.cky-consent-container .cky-btn.cky-btn-customize:hover
{ color: #AF8F3E !important; border-color: #AF8F3E !important; background: white !important; }  .entry.page.single {  } .archive-title .pagina { opacity: 0.5; font-size: 0.7em; } body.home #main > article > .entry-header,
body.home #main > article > .entry-header + hr
{ display: none; }
body.home #main > article .wp-block-cover__background { margin-top: 0px; } a.entry.post.preview .card .card-image { aspect-ratio: 16 / 9; }
a.entry.post.preview .entry-meta .icon { width: 16px; height: 16px; display: inline-block; margin-right: 5px; }
a.entry.post.preview .entry-meta .icon svg { width: 100%; height: 100%; } .entry.post.single .entry-meta .icon { width: 20px; height: 20px; display: inline-block; margin-right: 10px; }
.entry.post.single .entry-meta .icon svg { width: 100%; height: 100%; }
.entry.post.single .entry-featured-image img { width: 100%; max-width: 100%; height: auto; border-radius: 20px; } .entry.defunto.preview .entry-title { font-weight: bolder; }
.entry.defunto.preview .data .icon { display: inline-block; width: 16px; height: 16px; position: relative; top: 2px; }
.entry.defunto.preview .data .icon svg { width: 100%; height: 100%; max-width: 100%; max-height: 100%; } .entry.defunto.parente.preview .entry-title span.grado { display: block; font-size: 16px; line-height: 1.3em; text-transform: uppercase; opacity: 0.5; } .entry.defunto.single { }
.entry.defunto.single .entry-featured-image img { width: 100%; max-width: 100%; height: auto; border-radius: 20px; }
.entry.defunto.single .entry-qr-code { border: 1px solid #B4AA99; border-radius: 10px; text-align: center; padding: 30px; }
.entry.defunto.single .entry-qr-code .image img { max-width: 100px; height: auto; border: 1px solid #B4AA99; border-radius: 10px; }
.entry.defunto.single .entry-qr-code .action {  }
.entry.defunto.single .entry-meta { border: 1px solid #B4AA99; border-radius: 10px; text-align: center; padding: 30px; }
.entry.defunto.single .entry-meta .icon { display: inline-block; width: 16px; height: 16px; position: relative; top: 2px; }
.entry.defunto.single .entry-meta .icon svg { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.entry.defunto.single .entry-allegati { border: 1px solid #B4AA99; border-radius: 10px; text-align: center; padding: 30px; }
.entry.defunto.single .entry-gallery .item { border: 1px solid #555555; height: 100%; border-radius: 10px; overflow: hidden; }
.entry.defunto.single .entry-gallery .item img { display: block; width: 100%; max-width: 100%; } .rdau-page {  }
.rdau-page .rdau-error { display: block; margin-top: 5px; color: red; font-size: 0.9em; }
.rdau-page .rdau-field-invalid input { border-color: red !important; }
.rdau-page form input[type="file"]:invalid { border: 2px solid #e53935; background: #fff5f5; }
.rdau-page form .manleva { font-weight: lighter; font-size: 16px; line-height: 1.1em; } .rdau-page table { width: 100%; border-collapse: collapse; text-align: left; }
.rdau-page table td, .rdau-page table th { border: 1px solid black; padding: 5px 10px; vertical-align: top; }
.rdau-page table th { background: #402E32; color: white; font-weight: bolder; }
.rdau-page table tr.pubblicato { background: lightgreen; }  #footer { background: #000000; color: #FFFFFF; overflow: hidden; }
#footer img { display: block; width: 100%; max-width: 400px; height: auto; }
#footer a { color: #FFFFFF; text-decoration: underline; }
#footer a:hover { color: #FFFFFF; }
#footer hr { opacity: 0.3; }html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}