.news-time{
      color: #77161B;
}

.news-box:hover{
    background: linear-gradient(90deg, #FFF5E9 10%, #F8EAEB 88.76%);
}

.selected{
   color: #77161B !important; 
}

.col-list .wp_listcolumn .wp_column a.selected{
    background: url(../images/btIcored1.png) right no-repeat !important;
}

.col-name{
       background: linear-gradient(270deg, #77161B 20%, rgba(119, 22, 27, 0.00) 100%) !important;
}

.col-list .wp_listcolumn .wp_column a:hover{
         background: linear-gradient(98deg, #933237 0%, #F3CC90 100%);
}

.header-column{
        background: #9A393E;
}
.header-ioc{
    background: #93363B;
}

.title-box{
     background: #7E292E;
}

.nav_content .wp_nav .sub-nav .nav-item.on a{
      background: var(--7E292E, #7E292E);
}


