/*! Built with nusratgeek Kajabi Landing Page Builder | nusratgeek.com */

/* ============================================================
   FONTS
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Forum&family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,400;0,6..12,600;0,6..12,700;1,6..12,300;1,6..12,400&display=swap');

/* ============================================================
   GLOBAL RESETS
   ============================================================ */
body { margin: 0 !important; padding: 0 !important; }
* { box-sizing: border-box; }

/* ============================================================
   VISIBILITY UTILITIES
   ============================================================ */
.hidden--desktop { display: none !important; }
@media(max-width: 767px) { .hidden--mobile { display: none !important; } }

/* ============================================================
   NATIVE SECTION HARMONY
   Makes any Kajabi-native section added to the page match
   the Pittsburgh Probate brand instead of looking foreign.
   ============================================================ */
.k-page-section { font-family: 'Nunito Sans', sans-serif; }
.k-page-section h1, .k-page-section h2,
.k-page-section h3, .k-page-section h4 {
  font-family: 'Forum', serif; color: #2E4756;
}
.k-page-section p { color: #4A545A; line-height: 1.75; }
.k-page-section .k-btn,
.k-page-section button[type="submit"],
.k-page-section input[type="submit"] {
  background: #496E83 !important; color: #FFFFFF !important;
  border-radius: 2px !important;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 700 !important; letter-spacing: 0.05em !important;
}
.k-page-section input[type="text"],
.k-page-section input[type="email"] {
  border-radius: 2px !important; border: 1px solid #DDE3E6 !important;
}
