.a, .author-item:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thumb {
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.post-info .list-tag {
  padding-bottom: 0;
}
.post-info .date-article,
.post-info .view-article,
.post-info .list-tag {
  margin: 0 15px 10px 0;
}

.date-article {
  color: #777;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-article:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/calendar.svg) center no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.post-faq {
  padding-top: 10px;
}
.post-faq h2 {
  padding-bottom: 15px;
}

.entry-content #ez-toc-container {
  background: #f6f6f6 !important;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 20px;
}
.entry-content #ez-toc-container .ez-toc-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  font-family: "RobotoBold";
  padding: 15px 20px;
}
.entry-content #ez-toc-container .ez-toc-list {
  padding: 0 20px 15px;
}
.entry-content #ez-toc-container .ez-toc-list li {
  line-height: 1.2;
  font-weight: normal;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .entry-content #ez-toc-container .ez-toc-list li {
    font-size: 14px;
  }
}
.entry-content #ez-toc-container .ez-toc-list li:after {
  display: none;
}
.entry-content #ez-toc-container .ez-toc-list li a {
  color: #3f3f3f;
  text-decoration: underline;
}
.entry-content #ez-toc-container .ez-toc-list li a:hover {
  text-decoration: none;
}
.entry-content #ez-toc-container .ez-toc-list > li:not(:last-child) {
  padding-bottom: 10px;
}
.entry-content #ez-toc-container .ez-toc-list > li ul {
  margin-top: 10px;
}
.entry-content #ez-toc-container .ez-toc-list > li ul li {
  font-size: 95%;
}
.entry-content #ez-toc-container .ez-toc-list > li ul li:not(:last-child) {
  padding-bottom: 7px;
}
.entry-content #ez-toc-container a.ez-toc-toggle {
  width: 20px;
  height: 20px;
  background: url(../images/toc.svg) center no-repeat;
  background-size: contain;
  padding: 0;
  margin-top: 2px;
}
.entry-content #ez-toc-container a.ez-toc-toggle .ez-toc-js-icon-con {
  display: none;
}
.entry-content #ez-toc-container.toc_close a.ez-toc-toggle {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.author-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
  padding-top: 15px;
}
.author-list._single {
  margin: 0;
}

.author-item {
  width: calc(50% - 24px);
  margin: 0 12px 30px;
  position: relative;
  z-index: 50;
  padding: 0 25px 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .author-item {
    width: calc(100% - 24px);
  }
}
.author-item:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #f6f6f6;
  top: 100px;
}
.author-item .author-item__thumb {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
}
.author-item .author-item__thumb img {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  margin: 0;
}
.author-item .author-item__thumb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.author-item .author-item__name {
  font-family: "RobotoBold";
  font-size: 21px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 0;
}
@media (hover: hover) {
  .author-item a.author-item__name:hover {
    color: #f9690e;
  }
}
.author-item .author-item__desc {
  line-height: 1.4;
  margin-top: 15px;
  font-size: 15px;
  font-family: "RobotoLight";
}
@media screen and (max-width: 767px) {
  .author-item .author-item__desc {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .author-item:hover .author-item__thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.author-item._single {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .author-item._single:after {
    top: 100px;
  }
}
.author-item._single .author-item__thumb {
  position: relative;
  z-index: 30;
}
@media screen and (min-width: 767px) {
  .author-item._single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    text-align: left;
  }
  .author-item._single:after {
    display: none;
  }
  .author-item._single .author-item__thumb {
    margin: 0;
  }
  .author-item._single .author-item__body {
    padding: 25px 30px;
    width: 10%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    z-index: 20;
  }
  .author-item._single .author-item__body:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    left: -60px;
    background: #f6f6f6;
  }
}