  .authorBio {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 60px;
}
.authorBio h4 {
  margin-top: 0;
  margin-bottom: 30px;
}
.authorBio img {
  max-width: 250px;
  height: auto;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .authorBio {
    flex-direction: column;
  }
}

section.author .container {
  max-width: 1100px;
  margin: 0 auto 60px;
  z-index: 1;
  position: relative;
  padding: 60px 15px;
  border-bottom: #CECECE 1px solid;
}
section.author .container .authorBio {
  padding: 0;
}

.author .authorPosts {
  padding: 0 15px 90px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  max-width: 1600px;
}
.author .authorPosts .posts {
  display: flex;
  flex-wrap: wrap;
}
.author .authorPosts .posts .post {
  width: calc(25% - 60px);
  margin: 30px;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .author .authorPosts .posts .post {
    width: calc(50% - 60px);
  }
}
@media (max-width: 600px) {
  .author .authorPosts .posts .post {
    width: calc(100% - 60px);
  }
}
.author .authorPosts .posts .post .thumbnailLink {
  display: block;
  margin-bottom: 15px;
}
.author .authorPosts .posts .post .thumbnailLink .thumbnail {
  width: 100%;
  max-height: 170px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0 0;
}
.author .authorPosts .posts .post .thumbnailLink .thumbnail img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.author .authorPosts .posts .post .categories {
  padding: 15px 30px;
  display: block;
  width: calc(100% - 60px);
}
.author .authorPosts .posts .post .categories a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #035E42;
}
.author .authorPosts .posts .post .categories a:hover {
  color: #02442E;
}
.author .authorPosts .posts .post h4 {
  padding: 15px 30px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0px;
}
.author .authorPosts .posts .post h4 p {
  margin: 0;
}
.author .authorPosts .posts .post h4 a {
  text-decoration: none;
  color: #252D2A;
}
.author .authorPosts .posts .post .readMore {
  margin-top: auto;
}
.author .authorPosts .posts .post .readMore .btn {
  margin: 0 30px 30px;
  padding: 0;
  background: transparent;
  border: none;
  color: #035E42;
  box-shadow: none;
  font-size: 14px;
  font-family: "Buenos Aires", "Helvetica", "Arial", sans-serif;
  font-weight: 600 !important;
}
.author .authorPosts .posts .post .readMore .btn::after {
  content: "";
  background: url(/wp-content/themes/axonify/img/chevron.svg);
  display: inline-block;
  width: 13px;
  height: 9px;
  margin-left: 10px;
  transition: 0.3s ease-out;
}
.author .authorPosts .posts .post .readMore .btn:hover {
  transform: none;
}
.author .authorPosts .posts .post .readMore .btn:hover::after {
  margin-left: 15px;
}
.author .authorPosts .postnav {
  text-align: center;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author .authorPosts .postnav .loadmore {
  width: auto;
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800 !important;
  border-radius: 20px;
  text-decoration: none;
  margin-right: 15px;
  transition: 0.3s ease-out;
  white-space: nowrap;
  font-family: "MessinaSans", "Helvetica", "Arial", sans-serif;
  color: #252D2A;
  cursor: pointer;
  background: #F7B7F1;
  border-color: #F7B7F1;
  color: #252D2A;
}
.author .authorPosts .postnav .loadmore:hover {
  background: #E28DDE;
  border-color: #E28DDE;
}
.author .authorPosts .postnav .loading {
  background: url(/wp-content/themes/axonify/src/img/loading.gif);
  background-size: cover;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  margin-left: -45px;
  opacity: 0;
}/*# sourceMappingURL=authors.css.map */