section.post-categories {
  margin-top: 30px;
}

section.post-categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

section.post-categories ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  letter-spacing: 3px;
}

section.post-categories ul li:not(:last-of-type):after {
  content: '|';
  padding-left: 6px;
  padding-right: 6px;
}

section.post-categories ul li a {
  transition: .3s;
  color: #000;
  text-decoration: none;
}

section.post-categories ul li a:link,
section.post-categories ul li a:visited,
section.post-categories ul li a:hover,
section.post-categories ul li a:focus,
section.post-categories ul li a:active {
  color: #000;
  text-decoration: none;
}

section.post-categories ul li a:hover {
  color: #df0784;
  text-decoration: none;
}

section.post-categories ul li a:hover:link,
section.post-categories ul li a:hover:visited,
section.post-categories ul li a:hover:hover,
section.post-categories ul li a:hover:focus,
section.post-categories ul li a:hover:active {
  color: #df0784;
  text-decoration: none;
}

section.post-categories ul li.active {
  font-weight: bold;
}

section.post-categories ul li.active a {
  color: #df0784;
  text-decoration: none;
}

section.post-categories ul li.active a:link,
section.post-categories ul li.active a:visited,
section.post-categories ul li.active a:hover,
section.post-categories ul li.active a:focus,
section.post-categories ul li.active a:active {
  color: #df0784;
  text-decoration: none;
}

section.post-list {
  margin-top: 40px;
}

section.post-list article {
  padding-bottom: 100px;
}

section.post-list article .image {
  padding-top: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

section.post-list article .image a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

section.post-list article .categories {
  color: #df0784;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

section.post-list article .title {
  font-family: 'Akrobat SemiBold';
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 15px;
}

section.post-list article .title a {
  color: #000;
  text-decoration: none;
}

section.post-list article .title a:link,
section.post-list article .title a:visited,
section.post-list article .title a:hover,
section.post-list article .title a:focus,
section.post-list article .title a:active {
  color: #000;
  text-decoration: none;
}

section.post-list article .date {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1.1em;
}

section.post-list article .date:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  margin-top: 15px;
}

section.post-list article .excerpt {
  font-size: 1.2em;
}

section.post-list article .share {
  position: absolute;
  right: 20px;
  bottom: 40px;
}

.pagination {
  margin-top: 30px;
}
