#template-category { background:white; }
#template-category .post-header {
  flex-grow:1;
  flex-shrink:1;
  flex-basis:auto;
  margin:80px 20px 0;
}
#template-category .post-header .post-header-image { width:100%; }
#template-category .post-header .post-header-image img { width:100%; }
#template-category .post-header.empty {
  height:0;
  margin-bottom:0;
  overflow:hidden;
}
#template-category .category-big-posts { display:flex; }
#template-category .category-big-posts .post-header { flex-basis:45%; }
#template-category .category-other-posts {
  align-items:flex-start;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
#template-category .transition-wrapper {
  display:block;
  overflow:hidden;
}
#template-category .mini-loader { opacity:0; }
@media screen and (min-width: 721px) {
  #template-category .category-big-posts .post-header:first-child { margin-left:0; }
  #template-category .category-big-posts .post-header:last-child { margin-right:0; }
}
@media screen and (max-width: 720px) {
  #template-category .category-big-posts { display:block; }
  #template-category .post-header {
    margin-right:0;
    margin-left:0;
  }
}
@media screen and (min-width: 1281px) {
  #template-category .category-other-posts .post-header {
    width:calc(33% - 40px);
    flex-basis:calc(33% - 40px);
  }
  #template-category .category-other-posts .post-header:nth-of-type(3n - 2 ) { margin-left:0; }
  #template-category .category-other-posts .post-header:nth-of-type(3n) { margin-right:0; }
}
@media screen and (min-width: 721px) and (max-width: 1280px) {
  #template-category .category-other-posts .post-header {
    width:45%;
    flex-basis:45%;
  }
  #template-category .category-other-posts .post-header:nth-of-type(2n + 1) { margin-left:0; }
  #template-category .category-other-posts .post-header:nth-of-type(2n) { margin-right:0; }
}
@media screen and (max-width: 500px) {
  #template-category .post-header {
    margin-left:0;
    margin-right:0;
  }
}
#template-category .next-posts-links {
  display:flex;
  font-family:'Lato', sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:20px;
  margin-top:30px;
  position:relative;
  z-index:1;
  text-transform:uppercase;
  transition:opacity 300ms ease-in-out;
}
#template-category .next-posts-links .line {
  background:#e5e5e5;
  display:block;
  width:100%;
  height:1px;
  position:absolute;
  top:auto;
  right:0;
  bottom:0;
  left:0;
  z-index:-1;
  transform-origin:0 0;
}
#template-category .next-posts-links .extra-ajax-navigation-next-button {
  color:#909090;
  align-items:center;
  display:flex;
  margin-left:auto;
  padding-bottom:15px;
  text-align:right;
  transition:transform 300ms ease-in-out;
}
#template-category .next-posts-links a.extra-ajax-navigation-next-button:hover { color:black; }
#template-category.extra-ajax-navigation-next-complete .next-posts-links { cursor:default; }
#template-category.extra-ajax-navigation-loading .mini-loader { opacity:0.8; }
#template-category.extra-ajax-navigation-loading .next-posts-links {
  opacity:0.8;
  pointer-events:none;
}
#template-category.extra-ajax-navigation-loading .next-posts-links .extra-ajax-navigation-next-button { transform:translateX(-30px); }
