/* Upcuan v1.0.0.17 — fully borderless footer */
#pkp_content_footer.footer,
.footer {
  border: 0 !important;
  border-top: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.footer > .container,
#pkp_content_footer > .container {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.footer .upc-footer-v39,
.footer .upc-footer-v39 > .upc-footer-left-stack,
.footer .upc-footer-v39 .upc-footer-menu-grid,
.footer .upc-footer-v39 .upc-footer-menu-grid > .upc-footer-column,
.footer .upc-footer-v39 .upc-footer-grid-row,
.footer .upc-footer-v39 .upc-footer-journal-room,
.footer .upc-footer-v39 .upc-footer-journal-room.pkp_footer_content,
.footer .upc-footer-v39 > .upc-footer-commitment,
.footer .footer-credit {
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Remove decorative/frame pseudo-elements that may be inherited from legacy CSS. */
.footer::before,
.footer::after,
.footer > .container::before,
.footer > .container::after,
.footer .upc-footer-v39::before,
.footer .upc-footer-v39::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Remove horizontal separators inside footer content. */
.footer hr,
.footer .upc-footer-v39 hr,
.footer .pkp_footer_content hr {
  display: none !important;
  border: 0 !important;
  height: 0 !important;
  box-shadow: none !important;
}
