/* =====================
   FOOTER GENERALE
===================== */
.site-footer {
    background-color: #222;
    border-top: 3px solid #ff6600;
    color: #fff;
    padding: 40px 0;
}

/* Colonne del footer */
.site-footer .footer-col {
    margin-bottom: 25px;
}

/* Titoli */
.site-footer h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
}

/* Testo paragrafi */
.site-footer p {
    color: #ddd;              /* colore testo */
    font-size: 18px;          /* grandezza font */
    line-height: 1.6;
    margin: 0 0 10px 0;
}

/* Link */
.site-footer a {
    color: #ff6600;           /* colore link */
    text-decoration: none;    /* niente sottolineatura */
    font-weight: 500;
}

.site-footer a:hover {
    color: #ffa366;           /* colore hover */
}

/* Bottone cookie */
.site-footer .btn-cookie {
    margin-top: 10px;
}

/* Icone sotto i titoli */
.site-footer .footer-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    fill: #ff6600; /* colore icona */
}


/* =====================
   BANDA BASSA COPYRIGHT
===================== */
.footer-bottom {
    text-align: center;
    padding: 15px 20px;
    background-color: #111;
    font-size: 11px;
    color: #ededeb;
}

/* Testo paragrafi */
.footer-bottom p {
    color: #918F8F;
    font-size: 18px;          /* grandezza font */



