/** Pagination jQuery **/
.wc-post{
  display: none;
}
.wc-post.page-active,
.wc-active-post {
  display: block;
}
.wc-section.active a{
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #fd785f !important;
    border-color: #fd785f !important;
}