#block-pagetitle {
  display: none;
}

.display-mode--profile-name {
  font-size: 50px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.display-mode--profile-left-content {
  max-width: 350px;
}

.display-mode--profile-title {
  color: #746d64;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.display-mode--profile-bio {
  margin-top: 10px;
}

.display-mode--profile-website {
  margin-top: 30px;
}

.display-mode--profile-links a {
  text-transform: uppercase;
  color: #746d64;
  padding-bottom: 15px;
  border-bottom: 1px solid #746d64;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}

.show--desktop {
  display: block;
}

.show--mobile {
  display: none;
}

@media (max-width: 767px) {
  .show--desktop {
    display: none;
  }

  .show--mobile {
    display: block;
  }
}
