/*
Theme Name: Zeus
Author: Thornwood Digital
Version: 5.5
*/
@font-face {
	font-family: 'Montserrat';
	src: url('/fonts/Montserrat.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: "Work Sans";
	src: url('/fonts/WorkSans.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: "Merriweather-Light";
	src: url('/fonts/Merriweather-Light.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: "Merriweather-Regular";
	src: url('/fonts/Merriweather-Regular.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: "Merriweather-Bold";
	src: url('/fonts/Merriweather-Bold.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: "Merriweather-Black";
	src: url('/fonts/Merriweather-Black.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	color: #424656;
	height: auto;
	font-family: "Merriweather-Regular";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 37.7px */
}
body .container {
	max-width: 1650px;
}
p a {
	color: #D4AF37;
}
h1, .blog #main h1 a {
	color: #FFF;
	text-align: center;
	font-family: "Work Sans";
	font-size: 70px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 3.5px;
	text-transform: uppercase;
}
h2 {
	color: #424656;
	font-family: "Work Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	border-left: 5px solid;
	display: inline-block;
	padding-left: 24px;
}
.main-wrap h2 a {
	color: #424656;
}
.main-wrap h2 {
	display: block;
}
h3 {
	color: #424656;
	font-family: "Work Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.64px;
	text-transform: uppercase;
}
.main-wrap strong, .main-wrap b {
	font-family: "Merriweather-Bold";
}
.main-btn {
	color: #D4AF37;
	text-align: center;
	font-family: "Work Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	border-bottom: 2px solid #D4AF37;
	text-decoration: none !important;
	padding-bottom: 10px;
}
.main-btn:hover {
	background: none;
	padding-bottom: 2px;
	margin-bottom: 8px;
	color: #D4AF37;
}
.modal-dialog.vid {
	max-width: 90%;
}
.animate {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
/* HEADER
------------------------------------- */
.top {
	background: #D4AF37;
	padding: 10px 0;
}
.top i.fa-solid {
	color: #424656;
	font-size: 25px;
	margin-right: 15px;
}
.top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top a {
	color: #424656;
	text-align: center;
	font-family: "Work Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	margin-left: auto;
}
.top a:first-child {
	margin-left: 0;
}
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 50;
	box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.02);
	padding: 0;
	background: rgba(66, 70, 86, 0.70);
}
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #000;
	padding-left: 10px;
}
.innerHeader {
	display: flex;
	align-items: center;
	padding: 20px 0;
	justify-content: space-between;
}
.navbar .nav > li:last-child a {
	padding-right: 0;
}
.navbar .nav > li > a {
	color: #fff;
	font-size: 20px;
	font-family: "WorkSans", sans-serif;
	text-transform: uppercase;
	letter-spacing: .44px;
	padding: 0 20px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #d4af37;
}
.dropdown-menu > li > a {
	font-size: 20px;
}
ul.dropdown-menu {
	min-width: 350px;
}
.header li.current-page-parent > a {
	color: #d4af37 !important;
}
#logo {
	max-width: 350px;
}
.modal form {
	position: relative;
}
input[type="checkbox"] {
	appearance: auto; /* Ensures it uses the browser's default styles */
	-webkit-appearance: auto; /* For Safari */
	width: 20px; /* Adjust the size */
	height: 20px;
	cursor: pointer;
	accent-color: #424656; /* Set the checkmark and border color */
}
/* Optional: Add hover or focus effects */
input[type="checkbox"]:hover {
	filter: brightness(0.9); /* Slight dimming on hover */
}
input[type="checkbox"]:focus {
	outline: 2px solid #424656; /* Visible focus outline */
	outline-offset: 2px;
}
/* Optional: Customize checked state */
input[type="checkbox"]:checked {
	accent-color: #424656; /* Change color when checked */
}
.phone-number span {
	font-size: 16px;
	letter-spacing: 0;
}
.navbar .nav > li.current_page_parent > a {
	color: #d4af37;
}
/* BANNER
------------------------------------- */
.banner {
	height: 650px;
	position: relative;
	background: #515F88;
	overflow: hidden;
}
.home .banner {
	height: 900px;
}
.banner .container.center {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 10;
}
.single .banner .container.center {
	top: 40%;
}
.banner .slide {
	height: 900px;
	opacity: .7;
}
.slide1 {
	background: url('/images/banner.webp') center center no-repeat;
	background-size: cover;
}
.slide2 {
	background: url('/images/banner2.webp') center center no-repeat;
	background-size: cover;
}
.slide3 {
	background: url('/images/banner3.webp') center center no-repeat;
	background-size: cover;
}
.slide4 {
	background: url('/images/banner4.webp') center center no-repeat;
	background-size: cover;
}
.slide5 {
	background: url('/images/banner7.webp') center center no-repeat;
	background-size: cover;
}
.slide6 {
	background: url('/images/banner6.webp') center center no-repeat;
	background-size: cover;
}
.slide7 {
	background: url('/images/banner8.webp') center center no-repeat;
	background-size: cover;
}
.modal label, .modal input {
	font-family: "Work Sans", sans-serif;
	letter-spacing: .5px;
	font-weight: 500;
}
.modal-content h4.modal-title {
	font-family: "Merriweather-Bold", sans-serif;
	font-size: 24px;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0 10px 0 0;
}
.modal br {
	display: none;
}
.modal span.consent {
	color: #777;
	font-size: 15px;
	text-align: left;
	font-family: "Work Sans", sans-serif;
	letter-spacing: .5px;
	font-weight: 400;
	line-height: 2;
	display: block;
	margin: 0;
}
.banner h1 {
	max-width: 980px;
	margin: 0 auto 40px;
	border-top: 5px solid #fff;
	padding-top: 35px;
	display: inline-block;
}
.banner-btns {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 50px;
}
.banner-btns a {
	color: #fff;
	border-color: #fff;
}
.dropdown-menu > li > a {
	font-family: "Work Sans", sans-serif;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .dropdown-menu li.current-menu-item > a, li.current-menu-parent > a, .navbar .nav > li.current-page-ancestor > a {
	font-weight: 400;
	color: #d4af37;
}
.page-about-us .banner {
	background: #515F88 url('/images/about-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-our-attorney-and-staff .banner {
	background: #515F88 url('/images/team-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-our-services .banner, .page-family-law .banner {
	background: #515F88 url('/images/family-law-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-mediation .banner {
	background: #515F88 url('/images/mediation-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-divorce-law .banner {
	background: #515F88 url('/images/divorce-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-adoption .banner {
	background: #515F88 url('/images/adoption-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-personal-injury-law .banner {
	background: #515F88 url('/images/personal-injury-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-bankruptcy .banner {
	background: #515F88 url('/images/bankruptcy-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-criminal-law .banner {
	background: #515F88 url('/images/criminal-law-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-probate-and-estate-planning .banner {
	background: #515F88 url('/images/estate-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-reviews .banner {
	background: #515F88 url('/images/testimonials-banner.webp') center center no-repeat;
	background-size: cover;
}
.blog .banner {
	background: #515F88 url('/images/bankruptcy-banner.webp') center center no-repeat;
	background-size: cover;
}
.error404 .banner, .single .banner {
	background: #515F88 url('/images/mediation-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-contact-us .banner {
	background: #515F88 url('/images/contact-banner.webp') center center no-repeat;
	background-size: cover;
}
/* TOP
------------------------------------- */
.service-bar {
	text-align: center;
	border-bottom: 2px solid #515F88;
}
.service-bar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service-bar a {
	color: rgb(81, 95, 136);
	font-family: "Work Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	text-decoration: none;
	flex: 1;
	border-left: 2px solid rgb(81, 95, 136);
	padding: 20px 0;
}
.service-bar .container a:first-child {
	border-left: none;
}
.service-bar a:hover {
	color: #d4af37;
}
/* MAIN
------------------------------------- */
.internal-page .main-wrap h2:first-child {
	margin-top: 0;
}
.internal-page .main-wrap h2 {
	margin-bottom: 40px;
	margin-top: 50px;
}
.internal-page .row.contentsection {
	padding: 100px 0;
}
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1140px;
		margin: 0 auto;
		width: 100%;
		padding: 0 20px;
	}
}
.highlight-section {
	margin: 100px 0px;
}
.highlight-section h2, .highlight-section p {
	margin-bottom: 35px;
}
.highlight-section .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}
.highlight-section .text-box, .highlight-section img {
	flex: 1;
}
.highlight-section .text-box {
	max-width: 650px;
}
.internal-page.blog .main-wrap p {
	margin-bottom: 50px;
}
.internal-page.blog .main-wrap h2 {
	margin-bottom: 15px;
}
.main-wrap a {
	color: #d4af37;
}
/* BOTTOM
------------------------------------- */
/* Peek Section */
.peek-section {
	background: url('/images/parallax.webp') top center no-repeat;
}
/* Services Showcase */
.showcase-section {
	background: url(/images/showcase-bg.webp) center center no-repeat;
	position: relative;
	padding: 100px 0;
}
.showcase-section button.slick-prev.slick-arrow {
	background: url(/images/arrow-left.webp) center center no-repeat;
	width: 92px;
	top: auto;
	bottom: -140px;
	left: calc(50% - 225px);
}
.showcase-section button.slick-next.slick-arrow {
	background: url(/images/arrow-right.webp) center center no-repeat;
	width: 92px;
	top: auto;
	bottom: -140px;
	right: calc(50% - 225px);
}
.showcase.slick-initialized.slick-slider {
	margin-bottom: 70px;
}
i.fa-solid {
	color: #fff;
	font-size: 50px;
}
.showcase-section h2 {
	color: #fff;
	margin-bottom: 80px;
}
.showcase h3 {
	color: #fff;
	margin: 15px 0 25px;
	font-size: 28px;
}
.showcase p {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
}
.showcase a.main-btn {
	color: #fff;
	border-color: #fff;
}
.showcase-section .slick-track {
	padding-bottom: 20px;
}
.showcase-section a.main-btn {
	color: #fff;
	border-color: #fff;
}
.showcase-section a.main-btn:hover {
	color: #D4AF37;
	border-color: #D4AF37;
}
.showcase-box {
	padding: 0 20px;
}
/* Meet Shirl Section */
.meet-shirl-section {
	position: relative;
	padding: 100px 0;
}
.meet-shirl-section::before {
	content: "";
	width: 100%;
	height: 250px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	background: #515F88;
}
.meet-shirl-section .container {
	position: relative;
	z-index: 5;
	display: flex;
	gap: 80px;
	justify-content: space-between;
}
.meet-shirl-section h2 {
	color: #fff;
	margin-bottom: 200px;
}
.meet-shirl {
	margin-top: 20px;
}
.meet-shirl h3 {
	padding-left: 0;
	border: none;
	margin-bottom: 30px;
}
.meet-shirl p {
	margin-bottom: 35px;
}
.parallax {
	background-size: cover !important;
	background-attachment: fixed !important;
}
/* Reviews Section */
.reviews-section {
	background: url(/images/parallax.webp) center center no-repeat;
	padding: 150px 0;
	text-align: center;
	position: relative;
}
.reviews-section h2 {
	color: #fff;
	margin-bottom: 100px;
}
span.stars {
	color: #fff;
}
.review-box {
	border: 2px solid #FFF;
	padding: 40px;
}
.review-box p {
	margin: 15px auto 0;
	color: #FFF;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.52px;
	font-style: italic;
}
.reviews-section a.main-btn {
	color: #fff;
	border-color: #fff;
}
.reviews {
	margin-bottom: 50px;
}
.reviews .slick-slide {
	margin: 0 15px;
	text-align: center;
}
.slick-current .review-box {
	background: rgba(255, 255, 255, 0.2);
}
.reviews-section::before {
	content: "";
	background: #424656;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .8;
}
.reviews-section h2, .reviews-section a.main-btn {
	position: relative;
	z-index: 2;
}
.reviews-section button.slick-prev.slick-arrow {
	background: url(/images/arrow-left.webp) center center no-repeat;
	width: 92px;
	top: auto;
	bottom: -120px;
	left: calc(50% - 225px);
}
.reviews-section button.slick-next.slick-arrow {
	background: url(/images/arrow-right.webp) center center no-repeat;
	width: 92px;
	top: auto;
	bottom: -120px;
	right: calc(50% - 225px);
}
.reviews-section .slick-track {
	display: flex;
	align-items: center;
}
/* Bottom Bar */
.bottom-contact-bar {
	background: #D4AF37;
	padding: 20px 0;
}
.bottom-contact-bar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bottom-contact-bar h3 {
	color: #fff;
	font-size: 40px;
	margin: 0;
	flex: 1;
}
.bottom-contact-bar a.main-btn.transition {
	color: #fff;
	border-color: #fff;
}
.bottom-contact-bar a.main-btn.transition:hover {
	border-color: #515f88;
	color: #515f88;
}
.modal label {
	margin-bottom: 10px;
}
span.wpcf7-list-item-label {
	font-size: 14px;
	line-height: 2;
	display: block;
	font-weight: 500;
	text-align: center;
}
.modal input.wpcf7-form-control.wpcf7-submit {
	font-size: 16px !important;
	max-width: 250px;
	padding: 6px;
	margin-top: 20px;
}
.modal label input, .modal textarea {
	padding-top: 0;
}
.modal-header .close {
	font-size: 30px;
	position: absolute;
	right: 8px;
	top: 20px;
	font-weight: 400;
	margin-top: -22px;
	color: #fff;
	opacity: 1;
}
/* FOOTER
------------------------------------- */
footer {
	background: #515F88;
	padding: 80px 0 10px;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 20;
}
footer .container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	max-width: 1650px;
}
footer .container img {
	max-width: 520px;
	margin: auto;
}
footer p, .attribution {
	font-family: "Work Sans", sans-serif;
	font-size: 22px;
	color: #FDFCE7;
	text-transform: uppercase;
	letter-spacing: .44px;
	text-align: center;
}
ul#menu-main-menu-2 {
	list-style: none;
	margin: 0;
}
ul#menu-main-menu-2 li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 50px;
}
footer a:hover {
	color: #D4AF37;
}
footer a {
	color: #FDFCE7;
	font-family: "Work Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .44px;
}
p.powered {
	font-size: 16px;
	margin: 0;
}
footer hr {
	border-color: #D4AF37;
}
.foot-social ul li, .social ul li {
	margin-right: 12px;
	max-width: 25px;
}
p.footer-cta {
	display: inline-block;
	margin-left: 30px;
}
.foot-social {
	margin-left: auto;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	left: 15px;
	display: none;
	background-color: #fff;
	color: #515f88;
	text-align: center;
	padding: 3px 7px;
	font-size: 30px;
	border-radius: 5px;
	text-decoration: none;
	z-index: 30;
	transition: opacity 0.3s ease-in-out;
	border: 1px solid #aaa;
	line-height: 1;
	cursor: pointer;
}
#back-to-top:hover {
	background-color: #D4AF37; /* Slightly darker for hover effect */
	color: #fff;
}
/* INTERNAL PAGES
------------------------------------- */
/* Reviews Page */
.review-item {
	width: 500px;
	background-color: #515f88;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 30px;
	margin-right: 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.review-item h3 {
	font-size: 25px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
}
.review-item p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
	font-style: italic;
}
.review-item strong {
	font-size: 1.1em;
}
.review-item:hover {
	transform: translateY(-5px); /* Lifts the review card slightly on hover */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Darker shadow on hover */
}
.review-grid {
	margin: 0 auto; /* Center the grid */
}
span.stars {
	color: #d4af37;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.box-content {
	padding: 50px 50px 30px;
	border-left: 5px solid #424656;
	border-bottom: 5px solid #424656;
}
.box-content strong {
	font-family: "Merriweather-Bold", sans-serif;
	color: #d4af37;
}
.box-content p:first-child {
	font-style: italic;
}
/* About Us Page */
.page-about-us .main-wrap > .container, .page-our-attorney-and-staff .main-wrap > .container {
	max-width: 100%;
	padding: 0;
	width: 100%;
}
.mission-box {
	padding: 50px 60px;
	border: 2px solid #424656;
	margin-bottom: 100px;
}
.ab {
	padding: 100px 0;
}
.ab.consult-box, .ab.respond-box {
	background: #F2F2F2;
}
.ab .container {
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: space-between;
}
.consult-content {
	max-width: 850px;
}
.consult-content h2 {
	max-width: 740px;
}
/* Our Team Page */
h2 span {
	color: #D4AF37;
	display: block;
}
#main img.alignleft {
	margin-right: 50px;
	margin-bottom: 50px;
}
#main img.alignright {
	margin-left: 50px;
	margin-bottom: 50px;
}
.page-our-attorney-and-staff #main h2 {
	display: inline-block;
	margin-top: 0;
}
.staff-box {
	background: #515F88;
	padding: 100px 0;
}
#main {
	padding: 0;
}
.staff-box hr {
	border-color: #fff;
	margin: 75px 0;
}
.staff-box h2, .staff-box p {
	color: #fff;
}
.page-our-attorney-and-staff .row.contentsection {
	padding-bottom: 0;
}
footer li.current-menu-parent > a {
	background: none;
	color: #d4af37;
}
.page-our-attorney-and-staff #main h3 {
	margin-top: 30px;
}
/* Contact Us */
.page-form input, .page-form textarea {
	font-family: "Merriweather-Regular", sans-serif;
}
.page-form label {
	display: block;
}
.page-form span.wpcf7-list-item-label {
	text-align: left;
}
.contact-box {
	max-width: 1200px;
	margin: 75px auto 25px;
}
.page-form span.wpcf7-list-item {
	margin-left: 0;
}
.modal span.wpcf7-form-control-wrap {
	display: inline-block;
	float: left;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: #d4af37;
}
.awards-section {
	background: #F2F2F2;
	padding: 100px 0;
	margin-top: 80px;
}
.awards-section .flex {
	align-items: center;
	justify-content: space-between;
}
.page-our-attorney-and-staff .awards-section h2 {
	margin-bottom: 60px;
}
.disclaimer ul {
	margin: 0;
	list-style: none;
}
.disclaimer li {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.disclaimer {
	text-align: center;
}
.accordion i.fa-solid {
	color: #424656;
	font-size: 30px;
}
.accordion-heading span {
	font-family: "Merriweather-Bold";
	font-size: 23px;
}
.accordion-content {
	padding: 25px 75px 25px;
}
img.shirl {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
footer li.current-menu-item a, footer li a:focus {
	color: #D4AF37;
}
.blog p.meta {
	margin-bottom: 20px !important;
}
.fa-brands, .fab {
	font-weight: 400;
	font-size: 40px;
	margin: 0 10px;
}
.social-wrap {
	font-size: 40px;
}
footer .fa-brands {
	font-size: 40px;
}
.rec-box {
	padding: 50px;
	border-left: 1px solid;
	margin: 50px 0;
}
.page-why-hire-a-lawyer #main h3 {
	margin-top: 40px;
}
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (max-width: 1649px) {
	.home .banner, .banner .slide {
		height: 830px;
	}
	#logo {
		max-width: 400px;
	}
	.navbar .nav > li > a {
		font-size: 20px;
		padding: 0 18px;
	}
	.service-bar a {
		font-size: 22px;
	}
	.banner .container.center {
		top: 40%;
	}
	.top a {
		font-size: 20px;
	}
	.top i.fa-solid {
		font-size: 20px;
	}
	h1, .blog #main h1 a {
		font-size: 60px;
	}
	img.shirl {
		max-width: 525px !important;
	}
	.review-item {
		width: 450px;
	}
	.container {
		padding: 0 30px;
	}
	.highlight-section img {
		max-width: 620px;
	}
}
@media (max-width: 1549px) {
	.bottom-contact-bar h3 {
		font-size: 32px;
	}
	.showcase h3 {
		font-size: 25px;
	}
	.main-btn {
		font-size: 20px;
	}
	.modal.fade.in {
		top: 10px;
	}
}
@media (max-width: 1499px) {
	#logo {
		max-width: 350px;
	}
	.navbar .nav > li > a {
		font-size: 18px;
		padding: 0 18px;
	}
	.top a {
		font-size: 18px;
	}
	img.shirl {
		max-width: 500px !important;
	}
	.review-item {
		width: 400px;
	}
	.innerHeader {
		padding: 18px 0;
	}
	.internal-page .row.contentsection {
		padding: 70px 0;
	}
	.consult-content {
		max-width: 650px;
	}
}
@media (max-width: 1449px) {
	.meet-shirl-section h2 {
		margin-bottom: 150px;
	}
	.reviews-section h2 {
		margin-bottom: 50px;
	}
	.reviews-section {
		padding: 100px 0;
	}
	.showcase p {
		font-size: 20px;
	}
}
@media (max-width: 1399px) {
	h1, .blog #main h1 a {
		font-size: 52px;
	}
	.banner h1 {
		max-width: 750px;
	}
	.parallax {
		background-attachment: initial !important;
		background-position: center center !important;
	}
}
@media (max-width: 1349px) {
	.highlight-section img {
		max-width: 550px;
	}
	.bottom-contact-bar h3 {
		font-size: 28px;
	}
	ul#menu-main-menu-2 li {
		margin: 0 40px;
	}
	.ab .container {
		gap: 30px;
	}
	.consult-content {
		max-width: 600px;
	}
	img.shirl {
		max-width: 400px !important;
	}
	.review-item {
		width: 380px;
	}
	h2 {
		font-size: 35px;
	}
	footer p, .attribution {
		font-size: 19px;
	}
}
@media (max-width: 1299px) {
	.review-item {
		width: 360px;
	}
	html, body {
		font-size: 20px;
	}
	.review-item p {
		font-size: 18px;
	}
	.page-our-attorney-and-staff #main img.alignleft {
		max-width: 280px;
	}
	.internal-page .row.contentsection {
		padding: 50px 0;
	}
}
@media (max-width: 1249px) {
	.navbar .nav > li > a {
		font-size: 16px;
		padding: 0 15px;
	}
	#logo {
		max-width: 300px;
	}
	.dropdown-menu > li > a {
		font-size: 18px;
	}
	.service-bar a {
		font-size: 18px;
	}
	html, body {
		font-size: 19px;
	}
	.review-item {
		width: 500px;
	}
	footer .container img {
		max-width: 380px;
		margin: auto;
	}
	.slide6, .slide4 {
		background-position: left;
	}
}
@media (max-width: 1199px) {
	.awards-section .flex {
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.awards-section .flex img {
		margin-bottom: 20px;
	}
}
@media (max-width: 1149px) {
	ul#menu-main-menu-2 li {
		margin: 0 30px;
	}
	.banner {
		height: 550px;
	}
	img.shirl {
		max-width: 400px !important;
		height: 480px;
	}
	.bottom-contact-bar h3 {
		font-size: 25px;
	}
}
@media (max-width: 1099px) {
	.mobile-header {
		background: #515f88;
	}
	.menu-line {
		background: #fff;
	}
	#logo2 {
		max-width: 300px;
		margin: auto;
		transform: translateX(-20px);
	}
	.mobile-nav-menu {
		top: 75px;
	}
	.mobile-nav-menu .menu-mobile li a {
		font-family: "Work Sans", sans-serif;
	}
	.mobile-info a {
		margin: 0 10px;
	}
	.mobile-info i.fa-solid {
		color: #515f88;
		font-size: 30px;
	}
	h2 {
		font-size: 30px;
	}
	.banner {
		height: 450px;
	}
	.banner .container.center {
		top: 30%;
	}
	.ab img {
		max-width: 400px !important;
	}
	.review-item {
		width: 450px;
	}
	.service-bar a {
		font-size: 16px;
		letter-spacing: .5px;
	}
	.highlight-section img {
		max-width: 400px;
	}
	.peek-section img {
		max-width: 350px;
	}
	.peek-section {
		background-position: center;
	}
	.home .banner, .banner .slide {
		height: 650px;
	}
	.mobile-nav-menu li.current-menu-item > a {
		color: #d4af37;
	}
	footer .menu-item a {
		font-weight: 500;
	}
	.menu-mobile li.menu-item-has-children::after {
		top: 9px;
	}
	.accordion-heading span {
		font-size: 20px;
	}
}
@media (max-width: 999px) {
	h1, .blog #main h1 a {
		font-size: 45px;
	}
	body .container {
		width: 100%;
	}
	.main-btn {
		font-size: 18px;
	}
	ul#menu-main-menu-2 li {
		margin: 0 25px;
	}
	.review-item {
		width: 400px;
	}
	footer .menu-item a:hover {
		color: #fff;
	}
}
@media (max-width: 949px) {
	.highlight-section .container {
		flex-direction: column;
	}
	.highlight-section .text-box {
		max-width: 100%;
	}
	.highlight-section img {
		max-width: 80%;
		margin: auto;
		display: block;
	}
	.highlight-section.reverse .container {
		flex-direction: column-reverse;
	}
	.highlight-section {
		margin: 75px 0px 25px;
	}
	ul#menu-main-menu-2 li {
		margin: 0 20px;
	}
	.ab .container {
		flex-direction: column;
	}
	.ab.reverse .container {
		flex-direction: column-reverse;
	}
	.consult-content {
		max-width: 100%;
		margin-bottom: 50px;
	}
	.ab img {
		max-width: 100% !important;
	}
	.ab .container {
		gap: 0px;
	}
	.review-item {
		width: 380px;
	}
	span.wpcf7-list-item-label {
		font-size: 16px;
		line-height: 1.2;
		display: block;
		font-weight: 500;
		text-align: center;
	}
	.modal.fade .modal-dialog {
		top: 280px;
	}
}
@media (max-width: 899px) {
	.peek-section img {
		max-width: 280px;
	}
	.bottom-contact-bar .container {
		flex-direction: column;
		gap: 10px;
	}
	.bottom-contact-bar h3 {
		font-size: 27px;
	}
	footer .menu-item a {
		font-size: 17px;
	}
	img.shirl {
		max-width: 300px !important;
	}
	h3 {
		font-size: 26px;
	}
	.page-our-attorney-and-staff #main img.alignright {
		max-width: 180px;
	}
	.page-our-attorney-and-staff #main img.alignleft {
		max-width: 300px;
		display: block;
		margin: 0 auto 30px;
		float: none;
	}
	.review-item {
		width: 100%;
	}
	.meet-shirl-section .container {
		flex-direction: column;
		gap: 30px;
	}
	.home img.shirl {
		max-width: 100%;
		height: auto;
		display: block;
		float: none;
		margin: auto;
	}
	.meet-shirl-section h2 {
		color: #424656;
		margin-bottom: 50px;
	}
	.contact-box {
		max-width: 1200px;
		margin: 35px auto 25px;
	}
	#main img.alignleft, #main img.alignright, #main img.aligncenter {
		float: none;
		display: block;
		margin: 0 auto 25px;
	}
}
@media (max-width: 849px) {
	.banner .container.center {
		top: 35%;
	}
	.highlight-section.reverse {
		padding-bottom: 50px;
	}
}
@media (max-width: 799px) {
	.bottom-contact-bar h3 {
		text-align: center;
		margin-bottom: 20px;
	}
}
@media (max-width: 749px) {
	.banner h1 {
		font-size: 42px;
	}
	.service-bar {
		display: none;
	}
	.contact-box .col-md-6:first-child {
		margin-bottom: 50px;
	}
	.single .banner .container.center {
		top: 20%;
	}
}
@media (max-width: 699px) {
	.banner h1 {
		font-size: 38px;
	}
	.highlight-section.reverse {
		margin-top: 0;
	}
}
@media (max-width: 599px) {
	#logo2 {
		max-width: 250px;
	}
	.mobile-nav-menu {
		top: 65px;
	}
	.peek-section img {
		max-width: 150px;
	}
	.showcase-box {
		text-align: center;
	}
	.banner {
		height: 400px;
	}
	.accordion-heading span {
		font-size: 18px;
	}
	ul#menu-main-menu-2 li {
		margin: 0 0 10px;
		width: 100%;
	}
}
@media (max-width: 499px) {
	#logo2 {
		max-width: 220px;
		transform: translateX(-10px);
	}
	.mobile-nav-menu {
		top: 60px;
	}
	.mission-box {
		padding: 30px;
	}
	.ab {
		padding: 50px 0;
	}
	.review-box p {
		font-size: 18px;
	}
	.reviews-section button.slick-next.slick-arrow, .showcase-section button.slick-next.slick-arrow {
		right: 10px;
		max-width: 60px;
		background-size: contain;
	}
	.reviews-section button.slick-prev.slick-arrow, .showcase-section button.slick-prev.slick-arrow {
		left: 10px;
		max-width: 60px;
		background-size: contain;
	}
	footer p, .attribution {
		font-size: 15px;
	}
	p.powered {
		font-size: 14px;
		margin: 0;
	}
	.modal.fade .modal-dialog {
		max-width: 90%;
	}
	.single #main img.alignleft {
		display: block;
		margin: 0 auto 20px;
		float: none;
	}
	.modal span.consent {
		line-height: 1.5;
		padding-left: 40px;
	}
	.review-item p {
		font-size: 16px;
	}
	span.stars {
		font-size: 20px;
	}
	.modal-body {
		padding: 30px 25px 10px;
	}
	.modal input.wpcf7-form-control.wpcf7-submit {
		max-width: 150px;
		font-size: 15px !important;
	}
}
@media (max-width: 449px) {
	.container {
		padding: 0 20px;
	}
	.banner h1 {
		font-size: 33px;
		letter-spacing: 1px;
	}
	.home .banner, .banner .slide {
		height: 400px;
	}
	footer .container img {
		max-width: 100%;
	}
	ul {
		margin: 0 0 10px 30px;
	}
	html, body {
		font-size: 16px;
	}
	h2 {
		font-size: 26px;
	}
	.showcase p {
		font-size: 18px;
		line-height: 1.6;
	}
	.banner {
		height: 300px;
	}
	.banner .container.center {
		top: 25%;
	}
}
@media (max-width: 399px) {
	#logo2 {
		max-width: 200px;
		transform: translateX(0px);
	}
	.mobile-nav-menu {
		top: 55px;
	}
	.banner-btns {
		gap: 20px;
	}
	.page-our-attorney-and-staff #main img.alignright {
		float: none;
		display: block;
		margin: 10px auto;
	}
}
@media (max-width: 349px) {
	.banner .container.center {
		top: 20%;
	}
	.banner h1 {
		font-size: 28px;
		letter-spacing: 1px;
	}
	.banner-btns {
		flex-direction: column;
		gap: 30px;
	}
}