.user__info-wrapper {
  background-color: transparent;
  padding: 2rem;
}

.user__info-wrapper .field--name-user-picture img {
  border-radius: 50%;
}

.user__info-wrapper h1 {
  margin-bottom: .8rem;
}

.user__info-wrapper .field--name-field-short-bio {
  margin-bottom: 1rem;
}

.user__info-wrapper .user__social-pages a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border: 2px solid #263238;
  border-radius: 50%;
  color: #263238;
  text-align: center;
}

@media (min-width: 768px) {
  .user__info-wrapper .user__social-pages a {
    width: 40px;
    height: 40px;
  }
}

.user__info-wrapper .user__social-pages a svg {
  margin: auto;
}

.user__info-wrapper .user__social-pages .social-menu--link-title {
  margin-left: -10px;
  margin-right: 15px;
}

.user__info-wrapper .user__social-pages a, .user__info-wrapper .user__social-pages a svg {
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.user__info-wrapper .user__social-pages a:hover {
  background-color: #263238;
  opacity: 1;
}

.user__info-wrapper .user__social-pages a:hover svg {
  color: #FFF;
}
