body.widget-snippet .social-links {
            padding: 30px;
            background-color: #ffffff;
            text-align: left;
        }

        .widget-snippet .social-links {
            text-align: right;
        }

        .widget-snippet .social-links a {
            width: 46px;
            height: 46px;
            border: 2px solid #070659;
            display: inline-block;
            vertical-align: top;
            border-radius: 50%;
            text-align: center;
            color: rgba(255, 255, 255, 1.0);
            font-size: 18px;
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

        .widget-snippet .social-links a i {
            color: #070659;
            line-height: 44px;
        }

        .widget-snippet .social-links a + a {
            margin-left: 11px;
        }

        .widget-snippet .social-links a:hover,
        .widget-snippet .social-links a:focus , 
        .footer .widget-snippet .social-links a:hover,
       .footer  .widget-snippet .social-links a:focus {
            background: #070659;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
           border: 2px solid #070659;
        }
        .widget-snippet .social-links a:hover i,
        .widget-snippet .social-links a:focus i {
            color: #ffffff;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
/*footer*/
.footer .widget-snippet .social-links {
  text-align: left;
}
.footer .widget-snippet .social-links a {
  height: 56px;
  width: 56px;
  line-height: 56px;
  font-size: 22px;
  border: 2px solid #000000;
  color: #0000;
margin: 0 11px 18px 0;
}
.footer .widget-snippet .social-links a:hover i,
 .footer .widget-snippet .social-links a:focus i {
	color: #ffffff;
}
.footer .widget-snippet .social-links a i {
    color: #000000;
}
