/**
 * RBL-1546
 *
 * Bonuses term author info block
 */
/* line 7, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper {
  margin: 15px 0;
}
/* line 10, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #f8f8f8;
  padding: .75rem;
  border-radius: .5rem;
}
/* line 18, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content p {
  display: none !important;
}
/* line 22, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 27, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author-hint {
  background: #ededed;
  color: #666;
  font-size: .625rem;
  border-radius: .375rem;
  padding: .375rem;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin: 0 0 15px 0;
}
/* line 39, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
/* line 45, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 48, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .info .author-avatar {
  max-width: 40px;
  max-height: 40px;
}
/* line 52, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .info .author-avatar.mini[data-initials]::before {
  font-size: 21px;
  line-height: 38px;
}
/* line 58, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .info .author-url {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
/* line 63, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .info .info-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  color: #666;
  font-size: 12px;
}
/* line 72, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .info .info-a .author-name {
  font-weight: bolder;
  color: #323232;
  font-size: 1rem;
  line-height: 1;
}
/* line 79, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .info .info-a .position {
  font-size: .75rem;
  margin-top: 0.25rem;
  color: #666;
  line-height: 1;
}
/* line 88, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .sub-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
}
/* line 93, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .sub-box .sb-social {
  display: none;
  margin: 0 5px;
}
/* line 100, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .sub-box .sb-subscribe .subscribe {
  -webkit-flex-basis: 160px;
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
}
/* line 103, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .sub-box .sb-subscribe .subscribe.button {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  vertical-align: bottom;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: .75rem;
  padding: 5px 10px 5px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0077ee;
  border-radius: .5rem;
}
/* line 122, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .sub-box .sb-subscribe .subscribe.button:after {
  content: "\e966";
  font-family: "icomoon", sans-serif;
  speak: none;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
  margin-left: 10px;
  -moz-osx-font-smoothing: grayscale;
}
/* line 132, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .sub-box .sb-subscribe .subscribe.button:before {
  content: attr(data-subscribe);
}
/* line 146, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-primary-wrap .author-info-descr {
  padding: .75rem .5rem;
  background-color: #ededed;
  border-radius: .5rem;
  margin-top: .25rem;
  line-height: 1.25rem;
  font-size: .75rem;
  color: #666;
}
/* line 158, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-check-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 15px;
  font-size: .875rem;
  padding-left: 15px;
}
/* line 168, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-check-info .icon-checkmark {
  background-color: #00bc7b;
  border: 1px solid #00bc7b;
  border-radius: 100%;
  color: #fff;
  padding: 0;
  font-size: 9px;
  margin: 0 7px 0 -15px;
  height: 14px;
  width: 14px;
  line-height: 12px;
}
/* line 180, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-check-info .icon-checkmark::before {
  padding: 0;
  margin: 0;
}
/* line 187, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-check-info .aci--label {
  white-space: nowrap;
}
/* line 191, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-check-info .aci--name {
  color: #323232;
  font-weight: bolder;
  margin: 0 5px;
  white-space: nowrap;
}
/* line 198, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-check-info .icon-dot {
  display: inline-block;
}
/* line 201, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-check-info .icon-dot:after {
  border: 1px solid #666;
  width: 1px;
  height: 1px;
  vertical-align: center;
}
/* line 209, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-info-content .author-check-info .aci--position {
  white-space: nowrap;
  margin: 0 5px;
  color: #666;
  line-height: 1.25rem;
  font-size: .875rem;
}
/* line 222, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#58b4e6), to(#2789ce)) no-repeat center center;
  background: linear-gradient(to bottom, #58b4e6 0%, #2789ce 100%) no-repeat center center;
  background-size: cover;
}
/* line 232, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  z-index: 999;
}
/* line 243, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar.mini {
  width: 85px;
  height: 85px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85px;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  display: block;
  float: left;
}
/* line 250, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar.mini[data-initials]::before {
  font-size: 36px;
  line-height: 90px;
}
/* line 255, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar.mini[data-hover]::after {
  line-height: 88px;
}
/* line 260, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar.micro {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
/* line 265, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar.micro[data-initials]::before {
  font-size: 24px;
  line-height: 52px;
}
/* line 271, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar.mini-micro {
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}
/* line 276, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar.mini-micro[data-initials]::before {
  font-size: 16px;
  line-height: 39px;
}
/* line 282, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar.mini-nano {
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25px;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}
/* line 287, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar.mini-nano[data-initials]::before {
  font-size: 13px;
  line-height: 27px;
}
/* line 293, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar[data-initials]::before {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 72px;
  line-height: 164px;
  text-align: center;
  color: white;
  content: attr(data-initials) !important;
}
/* line 303, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar[data-hover]::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  content: '';
  font-size: 12px;
  line-height: 157px;
  font-weight: bold;
  text-align: center;
  color: transparent;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
/* line 319, ../sass/bonuses-author-info.scss */
.bonuses-author-wrapper .author-avatar[data-hover]:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  content: attr(data-hover);
}
@media (max-width: 500px) {
  /* line 333, ../sass/bonuses-author-info.scss */
  .bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 336, ../sass/bonuses-author-info.scss */
  .bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .sub-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    margin-left: 0;
    padding: 0;
    margin-right: 0;
  }
  /* line 343, ../sass/bonuses-author-info.scss */
  .bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .sub-box .sb-subscribe {
    width: 100%;
  }
  /* line 346, ../sass/bonuses-author-info.scss */
  .bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .sub-box .sb-subscribe .subscribe.button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 0;
  }
  /* line 352, ../sass/bonuses-author-info.scss */
  .bonuses-author-wrapper .author-info-content .author-primary-wrap .author.single .sub-box .sb-subscribe .subscribe.button:after {
    content: "";
    display: none;
  }
}
