/*!
global > font
------------------------------
*/
#wrapper::after {
  display: none;
}

.p_top, .p_archive, .p_details {
  background-color: var(--gray06);
  padding-bottom: 110px;
  padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .p_top, .p_archive, .p_details {
    padding-bottom: 188px;
  }
}
.p_top_pager, .p_archive_pager, .p_details_pager {
  margin-top: 0;
}
.p_top .p_top_post:last-child, .p_archive .p_top_post:last-child, .p_details .p_top_post:last-child {
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_post:last-child, .p_archive .p_top_post:last-child, .p_details .p_top_post:last-child {
    padding-bottom: 75px;
  }
}

/*# sourceMappingURL=fuatures_custom.css.map */
