

img.foto-bordo {
    border: solid 10px #eee;
}

em {
    font-weight: bold;
}

.bg-santa {
    background-color: #EEF6F0 !important;
}

.text-santa {
    color: #009846;
}

/* ***  personalizzazione tema *** */
/* ******************************* */



div.header-body {
    background: #EEF6F0 !important;
    background-color: #009846 !important;
}


/* link del menu superiore */
li.li-menu > a {
    background-color: transparent !important;
    color: #fff !important;
}

li.li-menu > a:hover {
    background-color: #fff !important;
    color: #009846 !important;
}

li.li-menu {
    color: #fff !important;
}

li.li-menu.dropdown {
    
}

li.li-menu.dropdown:hover {
    border-bottom:2px solid #ccc !important;
}


ul.dropdown-menu {
    border-top: 3px solid #ccc !important;
}

ul.dropdown-menu > li.li-menu {
    color: #009846 !important;
        
}

ul.dropdown-menu > li.li-menu a {
    color: #009846 !important;
}

ul.dropdown-menu > li.li-menu a:hover {
    color: #fff !important;
    background-color: #009846 !important;
}

.nav-pills {
    --bs-nav-pills-link-active-color: #fff !important;
    --bs-nav-pills-link-active-bg: #009846 !important;
}




/* bottoni accordion per SPORT */
button.accordion-button {
    color: #fff;
    background-color: #66C191;
}
button.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #009846;
}

/* voce breadcrumb */
li.breadcrumb-item a {
    color: #009846;
}

li.li-menu li.dropdown a {
    color: red;
}

/* link in alto contatti e telefono */
#header .header-nav-top .nav > li > .ws-nowrap {
    color: #fff;
}
#header .header-nav-top .nav > li > a {
    color: #fff;
}

h1, h2, h3, h4 {
    color: #009846 !important;
}

.text-color-primary {
    color: #009846 !important;
}

/*.text-color-primary {
    color: #51AE3A !important;
}*/

/*.btn-primary {
    background-color: #7B689A !important;
    border-color: #7B689A !important;
}*/

/* banda sotto lo slider */
div.home-intro {
    background-color: #009846 !important;
    /*background-image: url(../img/logo_taglio.png) !important;*/
    background-position: left top !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    height: 150px;
}

.owl-carousel-light {
    opacity: 1 !important;
}


#footer {
    background-color: #009846 !important;
    color: #fff;
    border-top: 4px solid #006266 !important;
}
#footer div.footer-ribbon {
    background-color: #10ac84 !important;
    color: #fff;
}
#footer .footer-ribbon::before {
    border-right-color: #006266;
    border-left-color: #006266;

}

#footer p, #footer li{
    color: #fff;
}

#footer a {
    color: #fff !important;
}

#footer a:hover {
    color: #ccc !important;
}

