-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfamily-law-blog.html
More file actions
166 lines (155 loc) · 8.08 KB
/
family-law-blog.html
File metadata and controls
166 lines (155 loc) · 8.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Child Custody Modifications in Virginia | Jon F. Hays Law Firm</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="styles.css?v=4">
<link rel="stylesheet" href="blog.css?v=1">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head>
<body>
<!-- Logo Section -->
<header class="logo-header">
<div class="logo-container">
<img src="./assets/Logo.webp" class="logo" alt="Law Firm Logo">
<div class="logo-text">
<span class="logo-name">Jon F. Hays</span>
<span class="logo-tagline">Law Firm</span>
</div>
</div>
</header>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<button class="mobile-menu" aria-label="Toggle navigation menu">
<i class="fas fa-bars"></i>
</button>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#practice-areas">Practice Areas <i class="fas fa-chevron-down" aria-hidden="true"></i></a>
<div class="dropdown-content">
<a href="estate-planning.html">Estate Planning</a>
<a href="family-law.html">Family Law</a>
<a href="criminal-law.html">Criminal Law</a>
</div>
</li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="https://hayslawva.cliogrow.com/intake/85ad90e6343d4e5162daf8b894a13589" target="_blank" rel="noopener noreferrer">New Client Form</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<section class="hero blog-hero">
<video autoplay muted loop playsinline class="hero-video">
<source src="./assets/family-video.webm" type="video/webm">
<source src="./videos/flowing-metal.mp4" type="video/mp4">
</video>
<div class="hero-image-overlay"></div>
<div class="hero-content">
<h1>Family Law Updates</h1>
<p class="tagline">Navigating custody changes in Virginia courts</p>
</div>
</section>
<!-- Blog Post Content -->
<section class="blog-container">
<div class="blog-posts">
<article class="blog-post-full">
<div class="post-header">
<div class="post-meta">
<span class="post-category">Family Law</span>
<span class="post-date">May 22, 2023</span>
</div>
<h1 class="post-title">Child Custody Modifications: What You Need to Know</h1>
<div class="post-image">
<img src="./assets/family-law-blog.jpg" alt="Child Custody">
</div>
</div>
<div class="post-content">
<p>Life circumstances change, and sometimes child custody arrangements need to change too. In Virginia, either parent can petition the court for a custody modification if there's been a material change in circumstances since the last custody order.</p>
<h2>What Qualifies as a Material Change?</h2>
<p>Virginia courts require proof of a "material change in circumstances" before modifying custody. Common examples include:</p>
<ul>
<li>Relocation of either parent (especially out of state)</li>
<li>Changes in the child's needs (educational, medical, etc.)</li>
<li>Evidence of abuse or neglect</li>
<li>Substantial changes in either parent's living situation</li>
</ul>
<h2>The Modification Process</h2>
<ol>
<li><strong>File a Petition:</strong> Submit the proper forms to your local juvenile court</li>
<li><strong>Mediation:</strong> Virginia requires mediation attempts before court hearings</li>
<li><strong>Court Hearing:</strong> Present evidence of the material change</li>
<li><strong>Judge's Decision:</strong> Based on the child's best interests</li>
</ol>
<h2>What Courts Consider</h2>
<p>Virginia judges evaluate:</p>
<ul>
<li>The child's age and physical/mental condition</li>
<li>Each parent's ability to meet the child's needs</li>
<li>The child's relationship with siblings and other family</li>
<li>The child's reasonable preference (if age-appropriate)</li>
</ul>
<div class="post-actions">
<a href="blog.html" class="back-to-blog">
<i class="fas fa-arrow-left"></i> Back to Blog
</a>
<a href="contact.html" class="consultation-btn">
Schedule Consultation <i class="fas fa-chevron-right"></i>
</a>
</div>
</div>
</article>
</div>
<aside class="blog-sidebar">
<div class="sidebar-widget">
<h3>About the Author</h3>
<div class="author-bio">
<img src="./assets/Jon-Hays.jpg" alt="Jon F. Hays" class="author-image">
<p>Jon F. Hays has helped hundreds of Virginia families navigate custody matters with compassion and legal expertise since 2013.</p>
</div>
</div>
<div class="sidebar-widget">
<h3>Related Posts</h3>
<ul class="recent-posts">
<li><a href="#">Virginia Child Support Guidelines</a></li>
<li><a href="#">Co-Parenting Communication Tips</a></li>
<li><a href="#">Divorce Mediation vs. Litigation</a></li>
</ul>
</div>
</aside>
</section>
<!-- Newsletter Section -->
<section class="newsletter-section">
<div class="newsletter-container">
<div class="newsletter-text">
<h2>Stay Informed</h2>
<!-- <p>Subscribe to our monthly newsletter for estate planning tips and Virginia legal updates.</p>
--> </div>
<!-- <form class="newsletter-form">
<input type="text" placeholder="Your Name">
<input type="email" placeholder="Your Email" required>
<button type="submit">Subscribe <i class="fas fa-envelope"></i></button>
</form> -->
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-content">
<p>© 2025 Jon F. Hays Law Firm. All rights reserved.</p>
<div class="social-links">
<a href="https://www.facebook.com/HaysLawVa/" aria-label="Facebook profile"><i class="fab fa-facebook-f"></i></a>
<a href="#" aria-label="Twitter profile"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/jonhays/" aria-label="LinkedIn profile"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>