/**
 * Theme Name:  Buro
 */
.Regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.Medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.pointer:hover {
  cursor: pointer;
}
.pointer:hover * {
  cursor: pointer;
}
.overflow {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.block {
  display: block;
  float: left;
}
.block100 {
  display: block;
  float: left;
  width: 100%;
}
.transition {
  transition: all 0.2s linear;
}
.author-header {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.author-header .title-wrap {
  padding-left: 84px;
  position: relative;
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.author-body {
  display: block;
  float: left;
  width: 100%;
}
.author-body .posts-count {
  margin-left: 0;
  margin-bottom: 40px;
  clear: both;
  width: 100%;
}
.author-image {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.author-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.author-list-item {
  width: 362px;
  height: 116px;
  background: #ebebeb;
  border-radius: 8px;
  padding-left: 95px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 20px;
}
.author-list-item:hover {
  cursor: pointer;
}
.author-list-item:hover * {
  cursor: pointer;
}
.author-list-item:nth-child(-n+2) {
  margin-top: 0;
}
.author-list-item .author-image {
  left: 20px;
  top: 50%;
  margin-top: -30px;
}
.author-list-item .author-name {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 6px;
}
.author-list-item .author-posts {
  font-size: 14px;
  color: #8E8E8E;
  transition: all 0.2s linear;
}
.author-list-item:hover {
  background: #0D84FB;
  color: #fff;
}
.author-list-item:hover .author-posts {
  color: #fff;
}
.dark .author-list-item {
  background: #2b2b2b;
}
.dark .author-list-item:hover {
  background: #0D84FB;
}
@media screen and (max-width: 1230px) {
  .author-list-item {
    width: 312px;
  }
}
@media screen and (max-width: 1000px) {
  .author-header .wrap-center,
  .author-body .posts-count .wrap-center,
  .author-list-section .wrap-center {
    max-width: 720px;
  }
  .author-list-item {
    width: 350px;
  }
}
@media screen and (max-width: 760px) {
  .author-list-item {
    width: 48%;
  }
}
@media screen and (max-width: 590px) {
  .author-header {
    margin-bottom: 30px;
  }
  .author-body .posts-count {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .author-header .title-wrap {
    padding-left: 78px;
  }
  .author-list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .author-list-item {
    width: 100%;
  }
  .author-list-item:nth-child(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .author-image {
    width: 50px;
    height: 50px;
  }
  .author-header .title-wrap {
    min-height: 50px;
    padding-left: 65px;
  }
  .author-list-item .author-image {
    margin-top: -25px;
  }
  .author-list-item {
    height: 86px;
    margin-top: 16px;
    padding-left: 86px;
  }
  .author-list-item:nth-child(2) {
    margin-top: 16px;
  }
}
