.widget .sidebar-card-inner a {
  background:
     linear-gradient(
       to bottom, #e8e3d3 0%,
       #e8e3d3 100%
     );
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0px 0px;
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}
.widget .sidebar-card-inner a:hover,
.widget .sidebar-card-inner a:focus {
  background-size: 4px 100%;
  color: #85754d;
  text-decoration: none;
}
