/* Authors Page */

.auth-title {
  font-weight: bold;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.auth-top {
  height: auto;
  width: 100%;
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.auth-img {
  height: 242px;
  width: 242px;
}
.art-img {
  position: relative;
}
.auth-desc {
  height: auto;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.tag {
  position: absolute;
  left: 154px;
  bottom: 11px;
  font-size: 12px;
  border-radius: 25px;
  background-color: white;
  padding: 4px 11px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5px;
}
.tags {
  display: none;
}

.auth-name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 0px;
  /* margin-top: 50px; */
}
.auth-text {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  margin-top: 15px;
}
.authoranchor a{
  color: #007bff !important;
}

.auth-article {
  height: auto;
  width: 100%;
}
.auth-article-desc {
  height: auto;
  width: 100%;
  display: flex;
  margin-top: 15px;
}
.auth-article-img {
  width: 240px;
  height: 165px;
}
.auth-article-content {
  width: 63%;
  margin-left: 20px;
  height: auto;
}

.auth-article-title {
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.2;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size:16px !important;
}
.auth-article-text {
  margin:0;
  color: #666666;
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .auth-img {
    width: 34%;
    height: 60%;
  }
  .auth-article-img {
    width: 100%;
    height:auto;
    margin-bottom:10px;
    /* height: 65%; */
    
}
  
  .auth-name {
    margin-top: 10px;
    line-height: 1.2;
  }
  .tag {
    display: none;
  }
  .auth-article-text {
    display: none;
  }
  .auth-article-content {
    width: 100%;
        margin-left: 15px;
        margin-top: 10px;
        height: auto;
  }
  .auth-article-desc {
    border-bottom: 1px solid #e4e4e4;
  }
  .auth-article-title {
    margin-top: 0px;
    margin-bottom:15px;
    padding-top:0px;
    font-size:18px;
    padding-bottom:0px;
    
  }
  .tags {
    display: block;
    font-size: 12px;
    border-radius: 25px;
    background-color: white;
    padding: 3px 7px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
    width:61px;
  }
 
.author-source{

    width:25px !important;
}

}


