.footer {
  color: #292168;
  background-color: #dadada;
  padding: 30px 15px 20px 15px;
}

.footer a {
  text-decoration: none;
}

.footer h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.footer h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.footer .phone {
  color: #292168;
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
}

.footer ul {
  padding: 0;
  list-style: none;
  line-height: 2.1;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer ul {
    margin-bottom: 24px;
  }
}

.footer ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  transition: all .3s;
}

.footer ul a:hover {
  opacity: 1;
  transition: all .3s;
}

.footer .item:not(.social) {
  text-align: center;
}

.footer .item.text p {
  margin-bottom: 0;
}

.footer .item.social {
  text-align: center;
  padding-top: 15px;
}

.footer .item.social > a {
  font-size: 30px;
  text-shadow: 0px 0px 2px black;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  border-radius: 7px;
  margin: 4px 8px;
  color: rgba(255,255,255,0.8);
  background-color: #292168;
  transition: all .3s;
}

.footer .item.social > a:hover {
  box-shadow: 0 0 8px 1px #e12503;
  transition: all .3s;
  color: #eed9ff;
}

.footer .copyright {
  text-align: center;
  color: #222222;
  font-size: 13px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .footer .nav-border-right {
    border-right: 1px solid rgba(0,0,0,.1);
  }
}

