/*******************************************************
  SP FooterLinks Module Style
********************************************************/
.spfooterlinks .title-footer {
  margin: 0px;
  padding: 10px 0 15px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase; }
.spfooterlinks .links {
  list-style: none;
  padding: 0;
  margin: 0; }
  .spfooterlinks .links li {
    padding: 3px 0; }
    .spfooterlinks .links li a {
      position: relative;
      display: block;
      padding: 0;
      font-size: 14px;
      font-weight: 400;
      color: #555;
      line-height: 30px;
      transition: 0.3s all ease 0s; }
      .spfooterlinks .links li a:before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #777;
        left: 0px;
        top: calc(50% - 3px);
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 2px; }

/*# sourceMappingURL=style.css.map */
