/* text - link styling */

 .dark-mode .item--html a
{
text-decoration: underline !important;
}

 .dark-mode .item--html a:hover {
text-decoration: none;
}


/* header search */

.header-search_box-item .header-search-form button.search-submit {
    display: none;
}

/* footer */

.widget-title {
text-align: center; 
}



#cb-row--footer-main .footer--row-inner {
    border-top: solid 1px #E2E1D9;
}

 .widget-area .widget :last-child {
    font-size: .95em;
text-align: center;
}

 .widget-area .widget :last-child a {
    font-size: .95em;
color: #616161;
font-weight: 300 !important; 
text-decoration: underline;
}

 .widget-area .widget :last-child a:hover {
    font-size: .95em;
color: #616161;
font-weight: 300 !important; 
text-decoration: none;
}