.footer-link-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-link-item .single-item a {
  font-family: Halyard Display;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.88px;
  text-align: center;
  text-decoration: none;
  color: #648aa8;
  border-bottom: 1px solid #648aa8;
  width: max-content;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-link-item .single-item:hover a{
  color:#fff;
  border-color: #fff;
}
.footer-link-item  .single-item {
  position: relative;
  padding: 0 15px 0 0;
  margin: 0 15px 10px 0;
}
.footer-link-item  .single-item:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 18px;
  top: 8px;
  right: 0;
  background: #fff;
}
.footer-link-item  .single-item:last-of-type:after{
  display: none;
}
body.widget-snippet .footer-link-item{
  padding:0px 20px;
  background: #172836;
}
body.widget-snippet .footer-link-item .single-item{
  padding: 20px;
  margin: 0 15px 0 0; 
}
body.widget-snippet .footer-link-item .single-item::after {
  right: -9px;
  top: 26px;
}
