{"id":14,"date":"2026-03-12T18:54:55","date_gmt":"2026-03-12T18:54:55","guid":{"rendered":"https:\/\/thirsty-mcclintock.74-208-171-134.plesk.page\/?page_id=14"},"modified":"2026-04-15T10:14:11","modified_gmt":"2026-04-15T10:14:11","slug":"practices","status":"publish","type":"page","link":"https:\/\/drbacon.dvtapp.co\/index.php\/practices\/","title":{"rendered":"Practices"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_0 et_pb_row et_block_row\">\n<div class=\"et_pb_column_0 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n  \/* Import Google Fonts *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600&family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');\n\n  \/* Hero Section Container *\/\n  .chesed-practices-hero {\n    background-color: #f8fafc;\n    \/* Soft off-white for a calming feel *\/\n    padding: 100px 20px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Decorative Background Glow *\/\n  .chesed-practices-hero::before {\n    content: '';\n    position: absolute;\n    top: -30%;\n    right: -10%;\n    width: 600px;\n    height: 600px;\n    background: radial-gradient(circle, rgba(37, 99, 235, 0.04) 0%, rgba(248, 250, 252, 0) 70%);\n    border-radius: 50%;\n    z-index: 0;\n    pointer-events: none;\n  }\n\n  \/* Inner Wrapper - Max Width Constrained *\/\n  .chesed-practices-hero-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n  }\n\n  \/* Eyebrow Tag *\/\n  .chesed-practices-tag {\n    font-family: 'Inter', sans-serif;\n    color: #ea580c !important;\n    \/* Primary Orange *\/\n    font-size: 1rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2.5px;\n    margin-bottom: 24px;\n    opacity: 1 !important;\n  }\n\n  \/* Main Title *\/\n  .chesed-practices-title {\n    font-family: 'Lora', serif;\n    color: #0f172a !important;\n    \/* Dark Slate *\/\n    font-size: 3.5rem;\n    font-weight: 600;\n    line-height: 1.2;\n    margin-bottom: 30px;\n    max-width: 850px;\n    opacity: 1 !important;\n  }\n\n  \/* Decorative Divider *\/\n  .chesed-practices-divider {\n    width: 80px;\n    height: 4px;\n    background-color: #2563eb;\n    \/* Accent Blue *\/\n    border-radius: 2px;\n    margin: 0 auto 30px auto;\n  }\n\n  \/* Intro Text *\/\n  .chesed-practices-text {\n    font-family: 'Inter', sans-serif;\n    color: #475569 !important;\n    \/* Lighter Slate *\/\n    font-size: 1.25rem;\n    line-height: 1.8;\n    max-width: 800px;\n    margin: 0 auto;\n    opacity: 1 !important;\n  }\n\n  \/* --- Responsive Design (Tablet) --- *\/\n  @media (max-width: 992px) {\n    .chesed-practices-hero {\n      padding: 80px 20px;\n    }\n\n    .chesed-practices-title {\n      font-size: 2.75rem;\n    }\n\n    .chesed-practices-text {\n      font-size: 1.15rem;\n    }\n  }\n\n  \/* --- Responsive Design (Mobile) --- *\/\n  @media (max-width: 768px) {\n    .chesed-practices-hero {\n      padding: 60px 20px;\n    }\n\n    .chesed-practices-tag {\n      font-size: 0.875rem;\n      margin-bottom: 16px;\n    }\n\n    .chesed-practices-title {\n      font-size: 2.25rem;\n      margin-bottom: 20px;\n    }\n\n    .chesed-practices-text {\n      font-size: 1rem;\n      line-height: 1.6;\n    }\n\n    .chesed-practices-divider {\n      margin-bottom: 24px;\n    }\n  }\n<\/style>\n\n<section class=\"chesed-practices-hero\">\n  <div class=\"chesed-practices-hero-inner\">\n    <div class=\"chesed-practices-tag\">Our Practices<\/div>\n\n    <h1 class=\"chesed-practices-title\">Therapeutic & Professional Services<\/h1>\n\n    <div class=\"chesed-practices-divider\"><\/div>\n\n    <p class=\"chesed-practices-text\">\n      Dr. Bacon is dedicated to helping both laypeople and service providers achieve their therapeutic and professional goals. She offers a variety of therapeutic and professional services to the general public and to health professionals.\n    <\/p>\n  <\/div>\n<\/section>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_1 et_pb_row et_block_row\">\n<div class=\"et_pb_column_1 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n  \/* Import Google Fonts (Included again just in case this module is used standalone) *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600&family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');\n\n  \/* Services Grid Section Container *\/\n  .chesed-services-cards-section {\n    background-color: #ffffff; \/* Clean white to contrast with the off-white hero *\/\n    padding: 100px 20px;\n    position: relative;\n  }\n\n  \/* Inner Wrapper - Max Width Constrained *\/\n  .chesed-services-cards-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* Grid Layout *\/\n  .chesed-services-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 40px;\n  }\n\n  \/* Individual Service Card *\/\n  .chesed-card {\n    background-color: #ffffff;\n    border-radius: 24px;\n    padding: 50px 40px;\n    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);\n    border: 1px solid rgba(15, 23, 42, 0.03);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    display: flex;\n    flex-direction: column;\n    height: 100%;\n  }\n\n  \/* Card Hover Effect *\/\n  .chesed-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);\n  }\n\n  \/* Card Top Accent Line *\/\n  .chesed-card-accent {\n    width: 60px;\n    height: 4px;\n    border-radius: 2px;\n    margin-bottom: 30px;\n  }\n\n  .accent-orange { background-color: #ea580c; }\n  .accent-blue { background-color: #2563eb; }\n  .accent-slate { background-color: #475569; }\n\n  \/* Card Title *\/\n  .chesed-card-title {\n    font-family: 'Lora', serif;\n    color: #0f172a !important; \/* Dark Slate *\/\n    font-size: 1.75rem;\n    font-weight: 600;\n    line-height: 1.3;\n    margin-bottom: 24px;\n    opacity: 1 !important;\n  }\n\n  \/* Services List *\/\n  .chesed-card-list {\n    list-style: none !important;\n    list-style-type: none !important;\n    padding: 0 !important;\n    margin: 0 !important;\n    flex-grow: 1; \/* Pushes any footer\/bottom content down if we add it later *\/\n  }\n\n  \/* List Items *\/\n  .chesed-card-list li {\n    list-style: none !important;\n    list-style-type: none !important;\n    font-family: 'Inter', sans-serif;\n    color: #475569 !important; \/* Lighter Slate *\/\n    font-size: 1.1rem;\n    line-height: 1.6;\n    margin-bottom: 16px;\n    padding-left: 28px;\n    position: relative;\n    opacity: 1 !important;\n  }\n\n  .chesed-card-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Custom List Bullets (Matches the card's accent color) *\/\n  .chesed-card.general li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 0.55em;\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background-color: #ea580c; \/* Primary Orange *\/\n  }\n\n  .chesed-card.medical li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 0.55em;\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background-color: #2563eb; \/* Accent Blue *\/\n  }\n\n  .chesed-card.other li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 0.55em;\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background-color: #475569; \/* Slate *\/\n  }\n\n  \/* --- Responsive Design (Tablet) --- *\/\n  @media (max-width: 992px) {\n    .chesed-services-cards-section {\n      padding: 80px 20px;\n    }\n    .chesed-services-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 30px;\n    }\n    \/* Make the last card span both columns on tablet to keep it balanced *\/\n    .chesed-card.other {\n      grid-column: span 2;\n    }\n  }\n\n  \/* --- Responsive Design (Mobile) --- *\/\n  @media (max-width: 768px) {\n    .chesed-services-cards-section {\n      padding: 60px 20px;\n    }\n    .chesed-services-grid {\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n    .chesed-card.other {\n      grid-column: span 1;\n    }\n    .chesed-card {\n      padding: 40px 30px;\n    }\n    .chesed-card-title {\n      font-size: 1.5rem;\n    }\n  }\n<\/style>\n\n<section class=\"chesed-services-cards-section\">\n  <div class=\"chesed-services-cards-inner\">\n    <div class=\"chesed-services-grid\">\n\n      <!-- Card 1: General Therapeutic Services -->\n      <div class=\"chesed-card general\">\n        <div class=\"chesed-card-accent accent-orange\"><\/div>\n        <h3 class=\"chesed-card-title\">General Therapeutic Services<\/h3>\n        <ul class=\"chesed-card-list\">\n          <li>Individual Psychotherapy<\/li>\n          <li>Couples Therapy<\/li>\n          <li>Family Therapy<\/li>\n          <li>Group Psychotherapy<\/li>\n          <li>Grief Counseling<\/li>\n          <li>Trauma Therapy<\/li>\n          <li>Weekly Education Classes<\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Card 2: For Medical Providers -->\n      <div class=\"chesed-card medical\">\n        <div class=\"chesed-card-accent accent-blue\"><\/div>\n        <h3 class=\"chesed-card-title\">For Medical Providers<\/h3>\n        <ul class=\"chesed-card-list\">\n          <li>Individual Psychotherapy<\/li>\n          <li>Individual Consultation<\/li>\n          <li>Professional Consultation Groups<\/li>\n          <li>Monthly Reading Groups<\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Card 3: Other Services -->\n      <div class=\"chesed-card other\">\n        <div class=\"chesed-card-accent accent-slate\"><\/div>\n        <h3 class=\"chesed-card-title\">Other Services<\/h3>\n        <ul class=\"chesed-card-list\">\n          <li>Speakers Bureau<\/li>\n          <li>Coaching<\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_2 et_pb_row et_block_row\">\n<div class=\"et_pb_column_2 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n  \/* Import Google Fonts *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600&family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');\n\n  \/* Goal & CTA Section Container *\/\n  .chesed-goal-cta-section {\n    background-color: #0F172A !important;\n    \/* Dark Slate Background strictly matching footer *\/\n    padding: 100px 20px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Inner Wrapper - Grid Layout *\/\n  .chesed-goal-cta-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n  }\n\n  \/* Left Side: Goal Content *\/\n  .chesed-goal-content {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .chesed-goal-tag {\n    font-family: 'Inter', sans-serif;\n    color: #ea580c !important;\n    \/* Primary Orange *\/\n    font-size: 1rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 20px;\n    opacity: 1 !important;\n  }\n\n  .chesed-goal-title {\n    font-family: 'Lora', serif;\n    color: #ffffff !important;\n    \/* White *\/\n    font-size: 2.75rem;\n    font-weight: 600;\n    line-height: 1.2;\n    margin-bottom: 24px;\n    opacity: 1 !important;\n  }\n\n  .chesed-goal-text {\n    font-family: 'Inter', sans-serif;\n    color: #cbd5e1 !important;\n    \/* Light Slate\/Gray for readability on dark *\/\n    font-size: 1.15rem;\n    line-height: 1.8;\n    margin-bottom: 20px;\n    opacity: 1 !important;\n  }\n\n  .chesed-goal-text:last-of-type {\n    margin-bottom: 0;\n  }\n\n  \/* Right Side: CTA Box *\/\n  .chesed-cta-box {\n    background-color: rgba(255, 255, 255, 0.03);\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    border-radius: 24px;\n    padding: 60px 50px;\n    text-align: center;\n    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);\n    backdrop-filter: blur(10px);\n  }\n\n  .chesed-cta-title {\n    font-family: 'Lora', serif;\n    color: #ffffff !important;\n    font-size: 2rem;\n    font-weight: 500;\n    margin-bottom: 16px;\n    opacity: 1 !important;\n  }\n\n  .chesed-cta-subtitle {\n    font-family: 'Inter', sans-serif;\n    color: #94a3b8 !important;\n    font-size: 1.1rem;\n    margin-bottom: 40px;\n    opacity: 1 !important;\n  }\n\n  \/* Contact Details styling inside CTA *\/\n  .chesed-cta-contact {\n    margin-bottom: 40px;\n  }\n\n  .chesed-cta-contact-item {\n    font-family: 'Inter', sans-serif;\n    color: #ffffff !important;\n    font-size: 1.25rem;\n    font-weight: 500;\n    margin-bottom: 8px;\n    display: block;\n    text-decoration: none !important;\n    transition: color 0.3s ease;\n  }\n\n  .chesed-cta-contact-item:hover {\n    color: #ea580c !important;\n  }\n\n  .chesed-cta-note {\n    font-family: 'Inter', sans-serif;\n    color: #ea580c !important;\n    font-size: 0.875rem;\n    font-style: italic;\n    margin-top: -4px;\n    margin-bottom: 16px;\n    display: block;\n  }\n\n  \/* Button Styling *\/\n  .chesed-btn-primary {\n    font-family: 'Inter', sans-serif;\n    display: inline-block;\n    background-color: #ea580c !important;\n    color: #ffffff !important;\n    padding: 18px 40px;\n    border-radius: 50px;\n    font-size: 1.1rem;\n    font-weight: 600;\n    text-decoration: none !important;\n    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;\n    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.3);\n    border: none;\n    cursor: pointer;\n  }\n\n  .chesed-btn-primary:hover {\n    background-color: #c2410c !important;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);\n  }\n\n  \/* --- Responsive Design (Tablet) --- *\/\n  @media (max-width: 992px) {\n    .chesed-goal-cta-section {\n      padding: 80px 20px;\n    }\n\n    .chesed-goal-cta-inner {\n      grid-template-columns: 1fr;\n      gap: 50px;\n    }\n\n    .chesed-goal-title {\n      font-size: 2.5rem;\n    }\n  }\n\n  \/* --- Responsive Design (Mobile) --- *\/\n  @media (max-width: 768px) {\n    .chesed-goal-cta-section {\n      padding: 60px 20px;\n    }\n\n    .chesed-goal-tag {\n      font-size: 0.875rem;\n    }\n\n    .chesed-goal-title {\n      font-size: 2rem;\n      margin-bottom: 20px;\n    }\n\n    .chesed-goal-text {\n      font-size: 1rem;\n      line-height: 1.6;\n    }\n\n    .chesed-cta-box {\n      padding: 40px 24px;\n    }\n\n    .chesed-cta-title {\n      font-size: 1.75rem;\n    }\n\n    .chesed-cta-contact-item {\n      font-size: 1.1rem;\n    }\n\n    .chesed-btn-primary {\n      padding: 16px 32px;\n      font-size: 1rem;\n      width: 100%;\n      \/* Full width button on mobile *\/\n      box-sizing: border-box;\n    }\n  }\n<\/style>\n\n<section class=\"chesed-goal-cta-section\">\n  <div class=\"chesed-goal-cta-inner\">\n\n    <!-- Left Column: Goal Text (Replaced with Quote & Telehealth) -->\n    <div class=\"chesed-goal-content\">\n      <div class=\"chesed-goal-tag\">Guided by Connection<\/div>\n      <h2 class=\"chesed-goal-title\">\"Every person has value and is worth fighting for.\"<\/h2>\n      \n      <div style=\"margin-top: 40px;\">\n        <h3 style=\"color: #ea580c; font-family: 'Inter', sans-serif; font-size: 1.2rem; margin-bottom: 12px;\">Telehealth & Social Media Policies<\/h3>\n        <p class=\"chesed-goal-text\">\n          <strong>Telehealth Services:<\/strong> We offer secure, HIPAA-compliant telehealth appointments for residents of California, Missouri, and all PSYPACT participating states. In-person appointments are also available at our MO and CA offices.\n        <\/p>\n        <p class=\"chesed-goal-text\">\n          <strong>Social Media:<\/strong> To protect the privacy and confidentiality of our community, it is our strict policy not to engage with current or former clients on any social media platforms.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <!-- Right Column: Call to Action -->\n    <div class=\"chesed-cta-box\">\n      <h3 class=\"chesed-cta-title\">Ready to take the next step?<\/h3>\n      <p class=\"chesed-cta-subtitle\">Contact us to cultivate and maintain your health.<\/p>\n\n      <div class=\"chesed-cta-contact\">\n        <a href=\"tel:5733155156\" class=\"chesed-cta-contact-item\">573-315-5156<\/a>\n        <a href=\"tel:5629079196\" class=\"chesed-cta-contact-item\">562-907-9196<\/a>\n        <span class=\"chesed-cta-note\">NO TEXT PLEASE<\/span>\n        <a href=\"mailto:asb@drasbacon.com\" class=\"chesed-cta-contact-item\">asb@drasbacon.com<\/a>\n      <\/div>\n\n      <a href=\"https:\/\/thirsty-mcclintock.74-208-171-134.plesk.page\/index.php\/contact\/\" class=\"chesed-btn-primary\">Schedule an Appointment<\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/drbacon.dvtapp.co\/index.php\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/drbacon.dvtapp.co\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/drbacon.dvtapp.co\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/drbacon.dvtapp.co\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/drbacon.dvtapp.co\/index.php\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":9,"href":"https:\/\/drbacon.dvtapp.co\/index.php\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":104,"href":"https:\/\/drbacon.dvtapp.co\/index.php\/wp-json\/wp\/v2\/pages\/14\/revisions\/104"}],"wp:attachment":[{"href":"https:\/\/drbacon.dvtapp.co\/index.php\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}