.meta.contributor-m {
  padding-top: 12px !important;
}
.meta.contributor-m a,
.w-name {
  text-decoration: underline;
  color: #7e7e7e;
}
.meta.contributor-m a:hover,
.main-auth .author:hover .w-name {
  color: #279890;
}
.main-auth .author {
  display: table;
}
.main-auth .author .auth-img-wraper,
.contributor-m .auth-img-wraper,
.post-author-box .auth-img-wraper,
.sp-img-wrap {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-author-box .auth-img-wraper {
  width: 56px;
  height: 56px;
  margin-right: 0;
}
.main-auth .author .w-name {
  display: table-cell;
  vertical-align: middle;
}

/*author popup*/
.author-pop,
.author {
  position: relative;
}
.author {
  cursor: pointer;
}
.main-auth .author:hover .author-pop-container.main-auth-pop,
.contributor-m:hover .contributor-pop {
  display: block;
}
.contributor-m {
  position: relative;
}
.author-pop-container {
  box-shadow: 0px 4px 16px 0px #00000040;
  background: #fff;
  border-radius: 8px;
  width: 350px;
  padding: 30px 30px 30px;
  position: absolute;
  left: -75px;
  top: 45px;
  display: none;
  cursor: initial;
  z-index: 1;
}
.contributor-m .author-pop-container {
  top: 55px;
}
.auhto-info {
  display: table;
}
.autho-r-info span {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "GalanoGrotesque-Regular", Sans-serif;
  font-weight: 400;
  display: block;
  text-transform: initial;
}
.autho-r-info span:last-child {
  color: #7e7e7e;
}
.author-pop p {
  font-size: 13px;
  line-height: 24px;
  color: #000;
  font-family: "GalanoGrotesque-Regular", Sans-serif;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 18px;
}
.autho-r-info {
  display: table-cell;
  vertical-align: middle;
}
.auth-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
}
.auth-meta i {
  font-size: 18px !important;
  color: #7e7e7e;
}
.auth-meta i:hover {
  color: #279890;
}
.autho-r-info i {
  font-size: 20px !important;
  color: #7e7e7e;
}
.autho-r-info i:hover {
  font-size: 20px !important;
  color: #279890;
}
.auth-meta a {
  font-family: "GalanoGrotesque-Regular", Sans-serif;
  font-weight: 400;
  color: #279890;
  font-size: 13px;
  line-height: 16px;
}
.auth-meta ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.auth-meta ul li img {
  width: 18px;
  height: auto;
  margin: 0;
}
.auth-meta ul li {
  display: inline-block;
  margin-right: 10px;
}
.auth-meta ul li:last-child {
  margin-right: 0;
}
.dd-arrow {
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.auth-arrow-up {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 10px -28px #00000000;
}

.auth-arrow-up::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  transform: rotate(45deg);
  top: 37.5px;
  left: 12.5px;
  box-shadow: 6px 6px 16px 0px #00000040;
}
/*author box*/
.post-author-box {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.post-author-box .auhto-info {
  display: flex;
}
.post-author-box .autho-r-info p {
  color: #000;
  padding-top: 30px;
  font-family: "GalanoGrotesque-Regular", Sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.author-n span:first-child {
  font-size: 28px;
  line-height: 36px;
  color: #000;
}
.author-n span:first-child:hover {
  color: #279890;
}
.author-n span:last-child {
  font-size: 20px;
  color: #7e7e7e;
}
.post-author-box .auhto-info img {
}
.post-author-box .auhto-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 8px;
}
.post-author-box .auhto-info ul li {
  display: inline-block;
  margin-right: 10px;
}
.post-author-box .auhto-info ul li:last-child {
  margin-right: 0;
}
.post-author-box .auhto-info ul li img {
  width: 20px;
  height: auto;
}

.post-author-box .autho-r-info {
  padding-left: 40px;
  width: 90%;
}

/*mobile*/
@media (max-width: 767px) {
  .author-pop-container {
    z-index: 9;
    left: -8px;
  }
  .contributor-m .author-pop-container {
    left: 20px;
  }
  .dd-arrow {
    left: 25%;
  }
  .post-author-box {
    padding-left: 25px;
    padding-right: 20px;
    margin-top: 0;
  }
  .post-author-box .auhto-info {
    flex-wrap: wrap;
  }
  .post-author-box .autho-r-info {
    padding-left: 0;
    padding-top: 25px;
  }
  .author-n span:first-child {
    font-size: 22px;
  }
  .author-n span:last-child {
    font-size: 18px;
  }
  .post-author-box .autho-r-info p {
    padding-top: 20px;
  }
  .post-author-box {
    padding-top: 35px;
  }
  .auth-meta i,
  .autho-r-info i {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .author-pop-container {
    z-index: 9;
    left: -8px;
  }
  .contributor-m .author-pop-container {
    left: 35px;
  }
  .dd-arrow {
    left: 25%;
  }
  .post-author-box {
    padding-left: 25px;
    padding-right: 20px;
    margin-top: 0;
  }
  .post-author-box .auhto-info {
    flex-wrap: wrap;
  }
  .post-author-box .autho-r-info {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
  .author-n span:first-child {
    font-size: 22px;
  }
  .author-n span:last-child {
    font-size: 18px;
  }
  .post-author-box .autho-r-info p {
    padding-top: 20px;
  }
  .post-author-box {
    padding-top: 35px;
  }
  .related-boxes {
    row-gap: 40px;
  }
  .auth-meta i,
  .autho-r-info i {
    font-size: 22px !important;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .author-pop-container {
    z-index: 9;
    left: -8px;
  }
  .dd-arrow {
    left: 25%;
  }
  .post-author-box {
    padding-left: 25px;
    padding-right: 20px;
    margin-top: 0;
  }
  .post-author-box .auhto-info {
    flex-wrap: wrap;
  }
  .post-author-box .autho-r-info {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
  .author-n span:first-child {
    font-size: 22px;
  }
  .author-n span:last-child {
    font-size: 18px;
  }
  .post-author-box .autho-r-info p {
    padding-top: 20px;
  }
  .post-author-box {
    padding-top: 35px;
  }
  .auth-meta i,
  .autho-r-info i {
    font-size: 22px !important;
  }
  .sp-authors {
    padding-left: 0;
  }
}

.sp-authors {
  display: flex;
  align-items: center;
  column-gap: 25px;
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
}
.sp-auth span {
  cursor: pointer;
}
.sp-auth span:hover {
  color: #fff;
}
.sp-auth span,
.sp-date span,
.sp-authors-names {
  font-size: 13px;
  color: #7e7e7e!important;
}
.sp-auth span.w-name,
.sp-date span.date{
  color: #fff!important;
}
.autho-r-info span{
  cursor: default;
}
.sp-date .seperator {
  height: 20px;
  width: 1px;
  margin: 0 15px;
  border-right: solid 1px #7e7e7e;
  display: none !important;
}
.sp-comma {
  padding-right: 5px;
}
.sp-auth-inner {
  display: flex;
  padding-bottom: 4px;
}
.sp-authors-imgs {
  display: flex;
  align-items: center;
}
.sp-img-wrap {
  margin-right: 0;
}
.sp-authors-imgs .sp-img-wrap {
  margin-left: -12px;
}
.sp-authors-imgs .sp-img-wrap:first-child {
  margin-left: 0;
}
.sp-auth-inner .sp-auth {
  position: relative;
}
.sp-auth-inner .sp-auth:hover .author-pop-container.main-auth-pop {
  display: block;
}
.sp-auth-inner .sp-auth .author-pop-container {
  top: 12px;
  left: -115px;
}
@media (max-width: 1024px) {
  .sp-authors {
    flex-wrap: wrap;
    row-gap: 18px;
    padding-left: 10px;
    padding-right: 30px;
  }
  .sp-auth-inner {
    flex-wrap: wrap;
  }
  .sp-authors-imgs,
  .sp-authors-names {
    width: 100%;
  }
  .sp-date {
    display: flex;
  }
  .sp-date .seperator {
    display: block;
    margin-left: 0;
  }
  .sp-auth-inner .sp-auth:last-child {
    padding-right: 15px;
  }
  .sp-auth-inner .sp-auth .author-pop-container {
    top: 108%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sp-authors {
    position: relative;
  }
  .sp-authors .main-auth .author,
  .sp-authors .main-auth,
  .sp-authors .sp-auth,
  .sp-authors .sp-auth-inner,
  .sp-authors .sp-authors-names {
    position: initial;
  }
  .sp-authors .dd-arrow {
    display: none;
  }
}
