.footermenusmall {
    
} 
.footermenusmall ul {
    padding: 0;
    margin: 0;
}
.footermenusmall ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.footermenusmall ul a,
.footermenusmall ul span {
    color: #333333;
    /* var text-color */
    font-size: 14px;
    padding: 5px 0;
    display: block;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; 
}
.footermenusmall ul a:hover {
  text-decoration: none;
  color: #4c81d9;
  /* var base */
}
/****************************************** 
  dark-style
******************************************/
.dark-style .footermenusmall ul li,
.dark-style .footermenusmall ul a,
.dark-style .footermenusmall ul span {
      color: #ffffff;
    /* var text-color-light */
}
.dark-style .footermenusmall ul a:hover {
    color: #8bade6;
    /* var base-light */
}