:root {
    --primary: #b12c1b;
    --primary-dark: #792015;
}

.header-layout-3 .top {
    background: var(--primary);
    color: #fff;
}
.header-layout-3 .top a {
    color: #fff;
    text-decoration: none;
}
.header-layout-3 .top a:hover {
    text-decoration: underline;
}
.header-layout-3 .principale {
    background: #fff;
}
.header-layout-3 .menu {
    background: var(--primary);
}
.header-layout-3 .btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: unset;
}
.header-layout-3 .btn-primary:hover {
    background-color: var(--primary-dark);
}
.header-layout-3 .btn-primary:active {
    background-color: var(--primary-dark);
}
.header-layout-3 .btn-primary svg {
    fill: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}
.link-list-wrapper ul li a span {
    color: var(--primary);
}
.link-list-wrapper ul li a:hover:not(.disabled) span {
    color: var(--primary-dark);
}
header .principale .wrapper .sinistra .logo {
    width: 18rem;
}
header .principale .wrapper .sinistra .nome {
    display: none;
}
header .principale .hamburger button {
    color: var(--primary);
}
header .principale .hamburger button span {
    color: var(--primary);
}

/* Menu Popup */
.menu-popup .menu {
    background: var(--primary);
}
.menu-popup .menu .primo-livello:hover {
    color: var(--primary);
}
.menu-popup .menu .primo-livello + ul {
    background: var(--primary-dark);
}
/* Fine Menu Popup */

header .principale .wrapper .destra .social {
    display: none;
}
.header-layout-3 .ricercaInput form input {
    border: 1px solid #cecece;
}
.header-layout-3 .ricercaInput form button {
    color: var(--primary);
}

/* Slider Home */
.slider-home-3-thumbs .swiper-slide {
    background: #737373;
    font-weight: 700;
}
.slider-home-3-thumbs .swiper-slide-thumb-active {
    background: #595959;
}
.slider-home-3-thumbs .swiper-slide h4 {
    text-transform: unset;
    font-size: 1.4rem;
    font-weight: 700;
}
/* Fine Slider Home */

/* Notizie Primo piano */
.primopiano-l3 .slider-notizie .swiper-slide .contenuto h3 a {
    color: var(--primary);
}
.primopiano-l3 .slider-notizie .swiper-slide a {
    color: var(--primary);
}
.primopiano-l3 .slider-notizie .swiper-slide .contenuto .data {
    color: #757575;
}
.primopiano-l3 .slider-notizie .swiper-slide .contenuto .data::after {
    color: var(--primary);
}
.primopiano-l3 .slider-notizie .swiper-pagination-bullets {
    display: none;
}
#listaTags a {
    border: 1px solid var(--primary);
    background: var(--primary);
}
#listaTags a:hover {
    border: 1px solid var(--primary-dark);
    background: var(--primary-dark);
}
.griglia-notizie-correlate .box figure .categoria {
    background: var(--primary);
}
.griglia-notizie-correlate .box .contenuto .data {
    color: #000;
}
.griglia-notizie-correlate .box .contenuto .data::before {
    color: var(--primary);
}
.lettura-tag .wrapper-notizie .box .content h3 a {
    color: var(--primary);
}
.griglia-notizie .box figure .categoria {
  background: var(--primary);
}
.griglia-notizie .box .contenuto .data::before {
  color: var(--primary);
}
.griglia-notizie .box .contenuto .data {
  color: #757575;
}
.griglia-notizie .box figure .categoria:hover {
  background: var(--primary-dark);
}
/* fine Notizie Primo piano */

footer .main {
    background: var(--primary);
}
footer .bottom-footer {
    background: var(--primary);
}
footer .main .wrapper-argomenti {
    border-bottom: 1px solid #fff;
}
footer .social {
    display: none;
}

/* Utility */
.pulsante-prim {
    background: var(--primary);
}
.pulsante-prim:hover {
    background: var(--primary-dark);
}
.pulsante-prim:focus {
    background: var(--primary-dark);
}
.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}
.swiper-pagination-bullet-active {
    background: var(--primary);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--primary);
}
.nav-link {
    color: var(--primary);
}
.nav-link:hover, .nav-link:focus {
  color: var(--primary);
}
