﻿
/* ** LAYOUT ** */
.box-slider {
    padding: 30px;
    color: white;
    background-color: rgba(143,189,34,0.9);
}

#body-wrapper {
    padding: 40px 10px 20px 10px;
}

h1#adv {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    top: -45px;
    position: relative;
    text-indent: 80px;
}

a.a-credit-area {
    color: #f9b233;
}
a.a-credit-area:hover {
    color: rgba(143,189,34,0.9);
}

a.btn-ebat {
    display: inline-block;
    padding: 14px 28px;
    background: rgba(255,255,255,0.92);
    color: #4f3a22;
    border: 2px solid rgba(255,255,255,0.35);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}

a.btn-ebat:hover {
    background: #f3ab2f;
    color: white;
    border-color: #f3ab2f;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

/* HELPER VARI */
.bg-favla {
    background-color: rgba(143,189,34,0.9);
}

/* LEGGI ARTICOLO */
.titolo-articolo {
    color: #683c11;
}


/* LEGGI ARTICOLO - Elenco allegati */
div.divLeggiArticoloContenuto > h2 {
    font-size: 26px;
    color: #f9b233;
}


div.divLeggiArticoloAllegati ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.divLeggiArticoloAllegati img {
    width: 48px;
}


/* *** ACCORDION PER ALLEGATI *** */
.accordion-button {
    background-color: #FFF6E6;
    color: #333;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #FFE8B8;
    color: #000;
}

/* hover */
.accordion-button:hover {
    background-color: #FFF0D1;
}

/* focus  */
.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 178, 51, 0.25);
}

/* freccina */
.accordion-button::after {
    filter: hue-rotate(20deg) saturate(1.2);
}


.courses-area {
    background-image: url(/img/bg.jpg);
}

#body-wrapper a {
    display: inline;
}

/* HOME PAGE*/
/* box iniziative*/
div.titolo-iniziative {
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #FFF0D1;
}
div.iniziative-img {
    background-color: #fff;
    padding-top: 10px;
}