.page-archive #main .topics .list a {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  transition: .2s;
}
.page-archive #main .topics .list a:hover {
  background: #f6f6f6;
}
@media (min-width:769px) {
  .page-archive #main .topics .layout-col {
    align-items: center;
  }
  .page-archive #main .topics .list a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .page-archive #main .topics .list a time {
    width: 5em;
  }
  .page-archive #main .topics .list a .category {
    width: 140px;
    text-align: center;
  }
  .page-archive #main .topics .list a .title {
    width: calc( 100% - 140px - 5em );
  }
}
@media (max-width:768px) {
  .page-archive #main .topics .body {
    display: block;
  }
  .page-archive #main .topics .title-1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1em;
  }
  .page-archive #main .topics .title-1:before {
    margin-left: 0;
  }
  .page-archive #main .topics .list a {
    display: block;
  }
  .page-archive #main .topics .list a time {
    display: inline-block;
    margin-bottom: .25em;
  }
  .page-archive #main .topics .list a .category {
    display: inline-block;
    margin-left: 1em;
    margin-bottom: .25em;
  }
}

@media (min-width:769px) {
  .page-single #main .main {
    width: calc(100% - 300px);
  }
}
.page-single #main .main .title-5 {
  margin-bottom: 20px;
}
.page-single #main .main header .meta {
  margin-bottom: .25em;
}
.page-single #main .main header .meta > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}
.page-single #main .main .mce-area:after {
  content: '';
  display: block;
  clear: both;
}
.page-single #main .main .btn {
  text-align: center;
}

@media (min-width:769px) {
  .page-single #main .side {
    width: 250px;
    margin-top: 3em;
  }
}
.page-single #main .side .title-5 {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.page-single #main .side .recent {
  line-height: 1.6;
}
.page-single #main .side .recent .item {
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  transition: .2s;
}
.page-single #main .side .recent .item:hover {
  background: #f6f6f6;
}
.page-single #main .side .recent .meta {
  margin-bottom: .5em;
}
.page-single #main .side .recent .meta > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}
.page-single #main .side .archive a {
  display: block;
  padding: .5em 0;
  border-bottom: 1px solid #ddd;
  transition: .2s;
}
.page-single #main .side .archive a:hover {
  background: #f6f6f6;
}
@media (max-width:768px) {
  #main .section {
    padding-top: 20px;
  }
  .page-single #main .side {
    margin-top: 50px;
  }
}
