.content-area .site-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .content-area .site-container {
    width: 85%;
  }
  #secondary.primary-sidebar {
    padding-top: 50px;
  }
}
/* Side bar */
.ff-post-categories {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ff-post-categories li {
  padding: 20px 0;
  border-bottom: 1px solid var(--global-palette6);
}
.ff-post-categories li a {
  text-decoration: none;
  color: var(--global-palette3);
}
.ff-post-categories li a:hover {
  color: var(--global-palette1);
}
.ff-post-categories li.active a {
  text-decoration: none;
  color: var(--global-palette1);
}
/* Archives grid */
.post-archive.grid-cols {
  column-gap: 16px;
}
/* Loop */
.ff-loop {
  height: 100%;
  overflow: hidden;
}
.ff-loop .kt-row-column-wrap {
  grid-auto-rows: min-content auto;
  height: 100%;
}
.ff-loop__content .kt-inside-inner-col {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: start;
}
.ff-loop__excerpt {
  display: none;
}
.ff-loop__learnmore {
  display: inline-block;
  margin-top: auto;
  width: fit-content;
  background-color: transparent;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  border: 2px solid var(--global-palette3);
  padding: 4px 16px;
}
.ff-loop__learnmore:hover {
  background-color: var(--global-palette3) !important;
}
/* loop:hover */
@media screen and (min-width: 1025px) {
  .ff-loop:hover .ff-loop__author {
    display: none;
  }
  .ff-loop:hover .ff-loop__excerpt {
    display: block;
  }
  .ff-loop:hover {
    background-color: var(--global-palette9) !important;
    box-shadow: 0px 10px 50px #0000001a;
  }
  .ff-loop__image .kb-is-ratio-image {
    transition: all ease-out 0.25s;
  }
  .ff-loop:hover .ff-loop__image .kb-is-ratio-image {
    padding-bottom: 0;
  }
}
/* Pagination */
.nav-links {
  display: flex;
}
