.blog-navigation {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: none;
}
.post-navigation {
  margin-top: 100px;
  margin-bottom: 50px;
}
.post-navigation .inner-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.post-navigation .previous-post,
.post-navigation .next-post {
  width: 48%;
  text-transform: uppercase;
}
.post-navigation .previous-post h3,
.post-navigation .next-post h3 {
  font-size: 12px;
  font-family: 'Open Sans Condensed', sans-serif !important;
  margin-bottom: 10px;
  font-weight: bold;
}
.post-navigation .previous-post h2,
.post-navigation .next-post h2 {
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-weight: bold;
  font-size: 20px;
}
.post-navigation .previous-post a,
.post-navigation .next-post a {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
}
.post-navigation .previous-post a > div,
.post-navigation .next-post a > div {
  width: 50%;
}
.post-navigation .previous-post a .thumb,
.post-navigation .next-post a .thumb {
  padding-bottom: 30%;
  height: 0;
  position: relative;
}
.post-navigation .previous-post a .thumb .thumb-text,
.post-navigation .next-post a .thumb .thumb-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #FFF;
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-weight: bold;
  font-size: 25px;
  text-shadow: 2px 2px #000;
  width: 100%;
  text-align: center;
}
.post-navigation .previous-post a .post-info,
.post-navigation .next-post a .post-info {
  background: #e3e3e3;
  padding: 15px;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.post-navigation .previous-post:hover a .thumb .thumb-text,
.post-navigation .next-post:hover a .thumb .thumb-text {
  opacity: 1;
}
.post-navigation .previous-post:hover a .post-info,
.post-navigation .next-post:hover a .post-info {
  background: rgba(0, 0, 0, 0.8);
}
.post-navigation .previous-post:hover.wwii .post-info h2,
.post-navigation .next-post:hover.wwii .post-info h2,
.post-navigation .previous-post:hover.wwii .post-info h3,
.post-navigation .next-post:hover.wwii .post-info h3 {
  color: #9f912a;
}
.post-navigation .previous-post:hover.bo4 .post-info h2,
.post-navigation .next-post:hover.bo4 .post-info h2,
.post-navigation .previous-post:hover.bo3 .post-info h2,
.post-navigation .next-post:hover.bo3 .post-info h2,
.post-navigation .previous-post:hover.bo2 .post-info h2,
.post-navigation .next-post:hover.bo2 .post-info h2,
.post-navigation .previous-post:hover.bo4 .post-info h3,
.post-navigation .next-post:hover.bo4 .post-info h3,
.post-navigation .previous-post:hover.bo3 .post-info h3,
.post-navigation .next-post:hover.bo3 .post-info h3,
.post-navigation .previous-post:hover.bo2 .post-info h3,
.post-navigation .next-post:hover.bo2 .post-info h3 {
  color: #ff6600;
}
.post-navigation .previous-post:hover.iw .post-info h2,
.post-navigation .next-post:hover.iw .post-info h2,
.post-navigation .previous-post:hover.iw .post-info h3,
.post-navigation .next-post:hover.iw .post-info h3 {
  color: #ffff03;
}
.post-navigation .previous-post:hover.aw .post-info h2,
.post-navigation .next-post:hover.aw .post-info h2,
.post-navigation .previous-post:hover.aw .post-info h3,
.post-navigation .next-post:hover.aw .post-info h3 {
  color: #9e922c;
}
.post-navigation .previous-post:hover.mwr .post-info h2,
.post-navigation .next-post:hover.mwr .post-info h2,
.post-navigation .previous-post:hover.mw3 .post-info h2,
.post-navigation .next-post:hover.mw3 .post-info h2,
.post-navigation .previous-post:hover.mwr .post-info h3,
.post-navigation .next-post:hover.mwr .post-info h3,
.post-navigation .previous-post:hover.mw3 .post-info h3,
.post-navigation .next-post:hover.mw3 .post-info h3 {
  color: #99cc00;
}
.post-navigation .previous-post:hover.ghosts .post-info h2,
.post-navigation .next-post:hover.ghosts .post-info h2,
.post-navigation .previous-post:hover.ghosts .post-info h3,
.post-navigation .next-post:hover.ghosts .post-info h3 {
  color: #6e8fac;
}
.post-navigation .previous-post:hover.cod-class .post-info h2,
.post-navigation .next-post:hover.cod-class .post-info h2,
.post-navigation .previous-post:hover.cod-class .post-info h3,
.post-navigation .next-post:hover.cod-class .post-info h3 {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .post-navigation .inner-container {
    display: block;
  }
  .post-navigation .previous-post,
  .post-navigation .next-post {
    width: 100%;
  }
  .post-navigation .previous-post a .thumb,
  .post-navigation .next-post a .thumb {
    height: auto;
  }
  .post-navigation .previous-post {
    margin-bottom: 15px;
  }
}
