.archive.author .module-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-family: "Futura-PT", Arial, Verdana, sans-serif;
  height: 100%;
  margin: 4em 0;
  padding: 0 0 4em 0;
}

.author .module-byline,
.author .module-title,
.author .module-desc,
.author .module-email {
  z-index: 10;
}

.archive.author .module-header .module-title {
  width: 100%;
  margin: 0;
}

.archive.author .module-header .background__author {
  position: absolute;
  height: 80%;
  width: 100%;
  margin-top: 95px;
  border: 1px solid #CCC;
  background-color: white;
  box-shadow: 5px 6px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.author .author__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.author .author__info img {
  height: 220px;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #a50034;
  object-fit: cover;
}

.author .heading__author_links {
  display: block;
  font-size: 16px;
  position: relative;
  left: 6em;
  bottom: 1.7em;
}
.author .heading__author_links a {
  margin-right: 8px;
}

.author .module-title {
  width: 10em;
  display: block;
  float: none;
  margin: 0 auto;
}

.author .module-desc {
  margin-top: 10px;
  max-width: 100%;
}

.author .module-title .h2 {
  text-align: center;
  margin: 20px 0; 
}

.author .module-title .heading__name {
  font-size: 42px;
  line-height: 38px;
  color: #a50034;
  text-transform: uppercase;
  margin: 20px 0;
}

.author .module-byline .heading__byline {
  font-size: 30px;
  line-height: 38px;
  color: #313131;
}

.author .module-desc .heading__author_dec {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.author .module-email .gridlove-pill.pill-large {
  font-size: 18px;
  height: 28px;
  line-height: 26px;
  margin: 20px 0;
  padding: 1px 48px;

}

.gridlove-author .row img {
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
}

/* ADDRESSES CLAMPING ISSUE ON AUTHOR BIO PAGE */

.author .box-inner-ellipsis .entry-title-primary {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}