/*h3.widget-title{*/
/*    font-size: 16px;*/
/*    border-bottom: 2px solid #DB2828;*/
/*    padding-bottom: 2px;*/
/*}*/
/*h3.widget-title a{*/
/*    padding: 3px 10px;*/
/*    color: #fff;*/
/*    background: #DB2828;*/
/*}*/
/*h3.widget-title a:hover{*/
/*    cursor: pointer;*/
/*    background: red;*/
/*}*/

div.scheme-black h3.widget-title{
    font-size: 16px;
    border-bottom: 2px solid white;
    padding-bottom: 2px;
}
div.scheme-black h3.widget-title a{
    padding: 3px 10px;
    color: #000;
    background: #EEE;
}
div.scheme-black h3.widget-title a:hover{
    cursor: pointer;
    background: white;
}


h3.header-title-1{
    border-bottom: 2px solid red !important;
    padding-bottom: 2px;
}
h3.header-title-1 a{
    padding: 3px 10px;
    color: #fff;
    background: #DB2828;
}
h3.header-title-1 a:hover{
    cursor: pointer;
    background: red;
}