.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;
}@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap");
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root {
--bg-primary: #111111;
--bg-secondary: #1a1a1a;
--bg-card: #1e1e1e;
--bg-sidebar: #161616;
--border: rgba(255,255,255,0.08);
--text-primary: #f0f0f0;
--text-secondary: #aaaaaa;
--text-muted: #666666;
--red: #c1001f;
--red-hover: #e0001f;
}
body {
font-family: 'Inter', sans-serif;
background: #0d0d0d;
color: var(--text-primary);
font-size: 16px;
line-height: 1.7;
}
a { color: var(--text-primary); } .site-wrapper {
max-width: 1200px;
margin: 0 auto;
background: var(--bg-primary);
box-shadow: 0 2px 40px rgba(0,0,0,0.5);
} .topbar {
background: var(--red);
padding: 6px 24px;
display: flex;
align-items: center;
justify-content: space-between;
}
.topbar-left { font-size: 12px; color: rgba(255,255,255,0.92); letter-spacing: 0.3px; }
.topbar-date { font-size: 12px; color: rgba(255,255,255,0.75); } .site-header {
background: var(--bg-secondary);
padding: 16px 24px 0;
border-bottom: 3px solid var(--red);
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 14px;
gap: 20px;
}
.header-logo { display: flex; align-items: center; gap: 16px; }
.header-logo img { height: 80px; width: auto; }
.site-tagline {
font-size: 17px;
color: var(--text-primary);
font-style: normal;
font-weight: 500;
max-width: 500px;
line-height: 1.5;
}
.site-tagline strong { color: var(--red); font-weight: 700; }
.header-right-box {
background: var(--red);
padding: 14px 20px;
border-radius: 6px;
text-align: center;
flex-shrink: 0;
}
.hr-label { font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.85); text-transform: uppercase; letter-spacing: 1.5px; display: block; margin-bottom: 2px; }
.hr-year { font-family: 'Playfair Display', serif; font-size: 46px; font-weight: 700; color: #fff; line-height: 1; display: block; }
.hr-sub { font-size: 10px; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 1px; display: block; margin-top: 2px; } .main-nav { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; border-top: 0.5px solid var(--border); }
.main-nav::-webkit-scrollbar { display: none; }
.main-nav ul, .main-nav .menu { list-style: none; display: flex; margin: 0; padding: 0; }
.main-nav li, .main-nav .menu-item { list-style: none; }
.main-nav a, .main-nav .menu-item a {
font-size: 12px;
color: var(--text-secondary);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.8px;
padding: 10px 16px;
white-space: nowrap;
border-right: 0.5px solid var(--border);
font-weight: 500;
transition: all 0.15s;
display: block;
}
.main-nav a:first-child, .main-nav .menu-item:first-child a { padding-left: 0; }
.main-nav a:hover, .main-nav .menu-item a:hover { color: #fff; background: rgba(255,255,255,0.04); }
.main-nav .current-menu-item a { color: var(--red); border-bottom: 3px solid var(--red); } .election-strip {
background: #0a0a0a;
border-bottom: 0.5px solid var(--border);
padding: 8px 24px;
display: flex;
align-items: center;
gap: 12px;
}
.strip-dot { width: 7px; height: 7px; background: var(--red); border-radius: 50%; animation: pulse 1.5s infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
.strip-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); }
.strip-value { font-size: 13px; color: var(--text-primary); font-weight: 500; }
.strip-sep { color: var(--border); }
.strip-sub { font-size: 11px; color: var(--text-secondary); } .content-layout { display: grid; grid-template-columns: 1fr 300px; gap: 0; }
.content-main { padding: 24px; border-right: 0.5px solid var(--border); }
.content-sidebar { padding: 24px; background: var(--bg-sidebar); } .section-title { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.section-title::before { content: ''; width: 4px; height: 20px; background: var(--red); border-radius: 2px; flex-shrink: 0; }
.section-title span { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--text-primary); } .featured-article {
display: grid;
grid-template-columns: 1fr 1fr;
border-bottom: 3px solid var(--red);
margin-bottom: 28px;
border-radius: 6px;
overflow: hidden;
}
.featured-img { background: #0a0a0a; min-height: 280px; overflow: hidden; }
.featured-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; display: block; }
.featured-content {
padding: 32px 28px;
display: flex;
flex-direction: column;
justify-content: center;
background: #0f0f0f;
}
.featured-tag {
font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
color: var(--red); margin-bottom: 12px; display: flex; align-items: center; gap: 8px;
}
.featured-tag::before { content: ''; width: 24px; height: 2px; background: var(--red); }
.featured-tag a { color: var(--red); text-decoration: none; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.featured-content h2 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; line-height: 1.35; color: #fff; margin-bottom: 12px; }
.featured-content h2 a { color: #fff; text-decoration: none; }
.featured-excerpt { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 16px; }
.featured-meta { font-size: 11px; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.leggi-btn {
display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: #fff;
font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px;
padding: 10px 18px; border-radius: 4px; text-decoration: none; width: fit-content; transition: background 0.15s;
}
.leggi-btn:hover { background: var(--red-hover); } .posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }
.post-card {
background: var(--bg-card);
border: 0.5px solid var(--border);
border-radius: 6px; overflow: hidden;
box-shadow: 0 1px 4px rgba(0,0,0,0.3);
transition: box-shadow 0.15s, transform 0.15s;
text-decoration: none; display: flex; flex-direction: column;
}
.post-card:hover { box-shadow: 0 4px 20px rgba(193,0,31,0.2); transform: translateY(-2px); }
.post-card-thumb { width: 100%; height: 160px; overflow: hidden; display: block; flex-shrink: 0; }
.post-card-thumb img { width: 100%; height: 160px; object-fit: cover; object-position: top center; display: block; }
.post-card-img-placeholder { width: 100%; height: 160px; background: #252525; }
.post-card-body { padding: 10px 12px 12px; flex: 1; display: flex; flex-direction: column; }
.post-cat { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.7px; color: var(--red); margin-bottom: 5px; display: block; }
.post-card-body h3 { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 600; color: var(--text-primary); line-height: 1.35; margin-bottom: 5px; }
.post-card-body h3 a { color: inherit; text-decoration: none; }
.post-excerpt { font-size: 11px; color: var(--text-secondary); line-height: 1.5; margin-bottom: 5px; flex: 1; }
.post-meta { font-size: 10px; color: var(--text-muted); margin-top: auto; } .temi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tema-card {
background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 6px;
padding: 14px 16px; border-left: 3px solid var(--red);
text-decoration: none; display: block; transition: box-shadow 0.15s, background 0.15s;
}
.tema-card:hover { background: #252525; box-shadow: 0 3px 12px rgba(193,0,31,0.15); }
.tema-card h4 { font-size: 13px; font-weight: 600; color: var(--text-primary); line-height: 1.3; margin-bottom: 4px; }
.tema-card p { font-size: 11px; color: var(--text-secondary); line-height: 1.5; } .sidebar-box { background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 6px; padding: 16px; margin-bottom: 16px; }
.cand-item { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 0.5px solid var(--border); }
.cand-item:last-child { border-bottom: none; }
.cand-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; color: #fff; flex-shrink: 0; }
.cand-name { font-size: 13px; font-weight: 600; color: var(--text-primary); }
.cand-coal { font-size: 11px; color: var(--text-secondary); }
.cand-note { font-size: 10px; color: var(--text-muted); margin-top: 8px; font-style: italic; }
.agenda-item { display: flex; gap: 10px; padding: 6px 0; border-bottom: 0.5px solid var(--border); }
.agenda-item:last-child { border-bottom: none; }
.agenda-date { font-size: 10px; font-weight: 600; color: var(--red); min-width: 40px; text-transform: uppercase; letter-spacing: 0.5px; padding-top: 1px; }
.agenda-text { font-size: 12px; color: var(--text-primary); line-height: 1.5; }
.social-btn {
display: flex; align-items: center; justify-content: center; gap: 8px;
padding: 10px 16px; border-radius: 4px; margin-bottom: 8px;
font-size: 13px; font-weight: 600; color: #fff; text-decoration: none; transition: opacity 0.15s;
}
.social-btn:hover { opacity: 0.85; }
.social-btn:last-child { margin-bottom: 0; }
.social-btn.fb { background: #1877f2; }
.social-btn.ig { background: var(--red); } .article-layout { display: grid; grid-template-columns: 1fr 300px; gap: 0; }
.article-main { padding: 32px 32px 32px 28px; border-right: 0.5px solid var(--border); }
.breadcrumb { font-size: 12px; color: var(--text-muted); margin-bottom: 16px; }
.breadcrumb a { color: var(--red); text-decoration: none; }
.cat-badge { display: inline-block; background: var(--red); color: #fff; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; padding: 4px 12px; border-radius: 2px; margin-bottom: 12px; }
.entry-title { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 700; line-height: 1.3; color: var(--text-primary); margin-bottom: 12px; }
.entry-meta { font-size: 12px; color: var(--text-muted); margin-bottom: 24px; display: flex; align-items: center; gap: 10px; border-bottom: 0.5px solid var(--border); padding-bottom: 16px; }
.entry-meta .sep { color: var(--border); }
.entry-thumbnail { width: 100%; border-radius: 6px; margin-bottom: 24px; display: block; }
.entry-content { font-size: 16px; color: var(--text-primary); line-height: 1.9; }
.entry-content p { margin-bottom: 18px; }
.entry-content h2 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--text-primary); margin: 28px 0 12px; padding-left: 14px; border-left: 3px solid var(--red); }
.entry-tags { margin-top: 28px; padding-top: 16px; border-top: 0.5px solid var(--border); display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.tags-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; color: var(--text-muted); margin-right: 4px; flex-shrink: 0; }
.entry-tags .tag-item { display: inline-block; border: 1px solid var(--border); border-radius: 20px; padding: 4px 12px; font-size: 11px; color: var(--text-secondary); background: var(--bg-card); text-decoration: none; transition: all 0.15s; white-space: nowrap; }
.entry-tags .tag-item:hover { background: var(--red); color: #fff; border-color: var(--red); } .site-footer { background: #1a1a1a; padding: 24px; text-align: center; border-top: 3px solid #c1001f; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 22px; color: #ffffff; margin-bottom: 8px; }
.footer-logo span { color: #c1001f; }
.footer-tagline { font-size: 14px; color: #cccccc; margin-bottom: 14px; }
.footer-links { margin-bottom: 16px; }
.footer-links a { color: #cccccc; text-decoration: none; margin: 0 10px; font-size: 13px; }
.footer-links a:hover { color: #ffffff; }
.footer-disclaimer { font-size: 12px; color: #999999; max-width: 640px; margin: 0 auto; line-height: 1.7; border-top: 0.5px solid #444444; padding-top: 14px; } @media (max-width: 900px) {
.content-layout, .article-layout { grid-template-columns: 1fr; }
.content-main, .article-main { padding: 20px; border-right: none; border-bottom: 0.5px solid var(--border); }
.content-sidebar { padding: 20px; }
.posts-grid { grid-template-columns: repeat(2, 1fr); }
.featured-article { grid-template-columns: 1fr; }
.featured-img { min-height: 200px; }
.featured-content { padding: 20px; }
.featured-content h2 { font-size: 20px; }
} @media (max-width: 600px) {
.topbar { flex-direction: column; align-items: flex-start; gap: 2px; padding: 6px 16px; }
.header-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
.header-logo img { height: 60px; }
.site-tagline { font-size: 14px; }
.site-header { padding: 12px 16px 0; }
.content-main { padding: 14px 16px; }
.content-sidebar { padding: 14px 16px; }
.posts-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
.temi-grid { grid-template-columns: 1fr; gap: 8px; }
.featured-content h2 { font-size: 18px; }
.election-strip { flex-wrap: wrap; gap: 4px; padding: 6px 16px; }
.entry-title { font-size: 22px; }
.entry-content { font-size: 15px; }
.main-nav .menu-item a { padding: 8px 12px; font-size: 11px; }
.hr-year { font-size: 36px; }
}