.sep {
  font-weight: 900;
  padding: 0 3px;
}

.author_tooltip_box .author_img {
  width: 100px;
}
.author_tooltip_box .author_img img {
  border-radius: 50%;
}
.author_top_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div:not(.single_author_box) .author_tooltip {
  display: none;
}

/** Tooltip */
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
/* ANIMATIONS */

/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* Update animations */
/* fade */

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  padding: 25px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0;
  top: 2px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 2px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: -3px;
}
/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ccc;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #ccc;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #ccc;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ccc;
}
/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
  top: 1px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -11px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -11px;
}
.author_right_meta {
  flex-grow: 1;
  padding-left: 20px;
}
.author_tooltip_box .author_right_meta {
  flex-basis: calc(100% - 100px);
}
.author_tooltip_box a {
  text-decoration: none;
}
.author_tooltip_box {
  font-family: Helvetica Neue;
}
.author_title {
  font-family: Futura;
}
.author_tooltip_box p {
  margin-bottom: 0;
  font-size: 14px;
}
.author_tooltip_box .author_bio {
  margin-top: 15px;
}
.author_tooltip_box .author_bio a {
  color: #777;
}
.author_social_links a i {
  font-size: 15px;
  margin: 0 3px;
}
.author_additional_info {
  margin-top: 10px;
}
.author_social_links img {
  width: 13px;
}
.author .archive-header.header-archive.wrapper {
  grid-column: 1/span 2 !important;
}
.author_posts_header {
  text-align: center;
  padding-top: 30px;
}
.author_posts_header h2 {
  font-size: 25px !important;
  line-height: 1.7 !important;
  border-bottom: 1px solid #82B440;
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #82B440;
  border-left: 10px solid #82B440;
  border-right: 10px solid #82B440;
  width: fit-content;
  margin: 0 auto;
}
.author_intro {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto 50px;
}
.author_intro .author_box {
  flex-basis: calc(95% - 250px);
}
.author_intro .author_img {
  flex-basis: 250px;
}
.single_author_box {
  background: #eee;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 auto;
}
.author_intro .img_wrapper {
  max-width: 250px;
  height: 250px;
  line-height: 0;
  margin: 0 auto;
}
.author_intro .img_wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
}
.author_intro .author_right_meta {
  padding-left: 0;
}
.author_intro .author_title h1 {
  font-size: 28px;
  font-weight: 500;
}
.author_title .author_name {
  font-weight: normal;
}
.single_author_box .author_additional_info {
  margin-bottom: 20px;
}
.single_author_box .author_additional_info p {
  font-size: 18px;
}
.single_author_box .author_additional_info p strong {
  font-family: Futura;
}
.single_author_box .author_social_links a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #ccc;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  line-height: 30px;
  transition: .3s;
  margin-bottom: 5px;
}
.single_author_box .author_social_links a:hover {
  background: #999;
}
.tooltip_close {
  display: none;
}
.author_tooltip .author_title a {
  font-weight: normal;
}
.author_intro .reviewer_title {
  color: #82B440;
}
.reviewed_posts .author_posts_header {
  margin-bottom: 70px;
}
.author_buttons a {
  background: #82B440;
  color: #eee !important;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 10px;
  min-width: 150px;
  text-align: center;
  transition: .3s;
}
.author_buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.author_buttons a:hover {
  background: #557926;
  color: #eee;
}


/* Responsive CSS */
@media only screen and (min-width: 981px) and (max-width: 1159px){
  .author_intro {
    max-width: 100%;
  } 
}

@media only screen and (max-width: 1024px){
  div:not(.single_author_box) .author_tooltip {
    position: absolute;
    background: #fff;
    max-width: 80%;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 25px;
    display: block;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    margin-top: 50px;
    border-radius: 30px;
  }
  div:not(.single_author_box) .author_tooltip.active {
    opacity: 1;
    visibility: visible;
  }
  .tooltip_popup.tooltip_active {
    position: relative;
  }
  .tooltip_popup::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }
  .tooltip_popup.tooltip_active::before {
    opacity: 1;
    visibility: visible;
  }
  .tooltip_close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    display: block;
  }
  .tooltip_close i {
    font-weight: 600;
    color: #000;
  }
  .author_tooltip .author_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 980px){
  .author_intro {
    flex-direction: column;
    max-width: 100%;
    align-items: stretch;
  }
  .author_intro .author_img, .author_intro .author_box {
    flex-basis: 100%;
    flex-grow: 1;
  }
  .author_intro .author_box {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px){
  .author_intro .img_wrapper {
    max-width: 175px;
    height: 175px;
  }
  .author_intro .img_wrapper img {
    height: 175px;
  }
  .author_intro .author_title h1 {
    font-size: 24px;
  }
  .author_posts_header h2 {
    font-size: 21px !important;
  }
  div:not(.single_author_box) .author_tooltip {
    max-width: 100%;
  }
  .author_tooltip_box .author_img {
    width: 70px;
  }
  .author_tooltip_box .author_right_meta {
    flex-basis: calc(100% - 70px);
  }
}

@media only screen and (max-width: 580px){
  .author_social_links a i {
    font-size: 12px;
  }
}





