@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
/***Temporary Call of Duty BO4 Mixins***/
.blog-navigation {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.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 .blog-index {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.post-navigation .blog-index a {
  color: #000;
}
.post-navigation .blog-index a:hover {
  text-decoration: none;
}
.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;
  margin-bottom: 5px;
}
.post-navigation .previous-post h2,
.post-navigation .next-post h2 {
  font-family: "Titillium Web", Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  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: "Titillium Web", Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  text-shadow: 2px 2px #000;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.post-navigation .previous-post a .thumb:before,
.post-navigation .next-post a .thumb:before {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 67%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 67%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 67%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -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 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: #000;
  color: #ff6600;
}
.post-navigation .previous-post:hover a .thumb:before,
.post-navigation .next-post:hover a .thumb:before {
  content: "";
  opacity: 1;
}
@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;
  }
}
