
:root {
	--color-black: #333;
	--color-one: #bea961;
	--color-two: #590000;
	--font-one: "Abhaya Libre", serif;
	--font-two: "DM Sans", sans-serif;
}

body {
	color: #333;
	line-height: 1.8;
	font-family: var(--font-one);
	font-size: 16px;
	font-weight: 300;
	overflow-x: hidden;
	padding-top: 100px;
	background-color: #f7f7f7;
}

a[href^="tel:"] {
	text-decoration: none !important;
}

a[href^="mailto:"]:hover {
	text-decoration: none !important;
}

a {
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	outline: 0;
	color: #bf8660;
	font-weight: 500;
}

a:hover {
	color: #000;
}

p {
	margin-bottom: 15px;
	font-family: "DM Sans";
}

ul, ol {
	margin: 0;
	padding: 0;
}

p:last-child {
	margin-bottom: 0;
}

.ip-0 .container {
	padding: 0;
}

h1, .h1 {
	font-size: 40px;
}

h2, .h2 {
	font-size: 35px;
	margin-top: 26px;
	margin-bottom: 18px;
}

h3, .h3 {
	font-size: 30px;
	margin-top: 26px;
	margin-bottom: 18px;
}

h4, .h4 {
	font-size: 25px;
	margin-top: 26px;
	margin-bottom: 18px;
}

h5, .h5 {
	font-size: 22px;
	margin-top: 26px;
	margin-bottom: 18px;
}

h6, .h6 {
	font-size: 18px;
	margin-top: 26px;
	margin-bottom: 18px;
}

h3.heading {
	font-size: 20px;
	color: #bf8660;
	margin: 20px 0px;
	font-weight: 600;
}

.heading-wrap .small-heading {
	line-height: 1.2;
}

.content-inner .heading {
	text-transform: none;
}

.description p {
	font-size: 16px;
	font-family: "DM Sans";
	line-height: 35px;
}

.border-none .heading-wrap {
	border: 0;
	padding-left: 0;
}

.title-blue .heading-wrap {
	border-color: #0049aa;
}

.heading {
	font-size: 16px;
	line-height: 1.2;
	text-transform: capitalize;
	margin-bottom: 20px;
	text-wrap-style: auto;
	font-weight: 400;
}

.small-heading {
	font-family: var(--font-one);
	font-size: 50px;
	font-weight: 400;
	color: #242424;
	line-height: 1.3;
	margin-bottom: 10px;
	text-transform: capitalize;
	position: relative;
}

.text-white .small-heading {
	color: #d81f27;
}

.text-white .heading-wrap {
	border-color: #d81f27;
}

.border-center .small-heading:before {
	content: "";
	position: absolute;
	width: 90px;
	height: 2px;
	background: #0049aa;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: -110px;
}

.border-center .small-heading:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 2px;
	background: #0049aa;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 20px;
}

.border-center.title-blue .small-heading:before, .border-center.title-blue .small-heading:after {
	background: #d81f27;
}

.text-white.border-center .small-heading:before, .text-white.border-center .small-heading:after {
	background: #d81f27;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: var(--font-two);
	margin-bottom: 15px;
}

b, strong {
	font-weight: 500;
}

img {
	max-width: 100%;
	height: auto;
}

button {
	outline: 0 !important;
}

.form-btn {
	position: relative;
	width: 170px;
	height: 100%;
}

.form-btn .btn {
	width: 100%;
	padding: 14px 30px;
}

.form-btn .wpcf7-submit {
	padding: 12px 30px 12px 30px;
	transition: all .3s ease-in-out;
	width: 190px;
	margin-top: 20px;
}

.text-with-form .form p {
	text-align: center;
}

div.wpcf7 .ajax-loader.is-active {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	transform: translateX(0);
	background-color: #fff;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 40px;
}

.button {
	background-color: transparent;
	border-color: #bf8660;
	border: 1px solid;
	color: #bf8660;
	padding: 13px 35px;
	box-shadow: none !important;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	white-space: normal;
	letter-spacing: .3px;
	text-align: left;
	font-size: 16px;
	height: 55px;
}

.button:hover {
	background-color: #bf8660;
	border-color: #bf8660;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #fff;
	transition: all ease-in-out .5s !important;
}

.home-contact {
	background-color: #f7f7f7;
}

.btn {
	line-height: normal;
	min-width: 170px;
	background-color: #bf8660;
	border-color: #bf8660;
	border-width: 1px;
	color: #fff;
	padding: 15px 40px;
	outline: 0 !important;
	box-shadow: none !important;
	border-radius: 0;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	white-space: normal;
	transition: all ease-in-out .5s !important;
	font-family: var(--font-two);
}

.btn:hover {
	background-color: transparent;
	border-color: #bf8660;
	color: #bf8660;
}

.btn.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #0049aa;
}

.btn.btn-white-outline {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.btn.btn-white-outline:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--color-one);
}

.btn:disabled {
	background-color: var(--color-one);
	border-color: var(--color-one);
	color: #fff;
}

.form-group {
	margin-bottom: 27px;
}

.form-control {
	background: #fff;
	border-radius: 0;
	border-radius: 0;
	box-shadow: none !important;
	outline: 0 !important;
	height: 55px;
	resize: none;
	border: 0px solid #dcdcdc;
	border: 1px solid rgba(0, 0, 0, .15);
	padding-top: 12px;
	padding-bottom: 12px;
}

.form-control:focus {
	border-color: #fff;
	background: #fff;
	outline: #fff !important;
}

.form-select {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #959595;
	box-shadow: none !important;
}

.quiz {
	text-align: left;
}

.quiz label {
	width: 100%;
}

.quiz .wpcf7-not-valid-tip {
	display: block;
}

.section-pd, .spaced {
	padding-top: 120px;
	padding-bottom: 120px;
}

.space-m {
	margin-top: 80px;
	margin-bottom: 80px;
}

.space-mt {
	margin-top: 80px;
}

.space-mb {
	margin-bottom: 80px;
}

.no-scroll {
	overflow-x: hidden;
}

.wpcf7-form-control-wrap {
	display: block;
}

span.wpcf7-not-valid-tip, .wpcf7 label.error {
	position: absolute;
	right: 0;
	font-size: 13px;
	color: #fff;
	padding: 1px 3px;
	line-height: 1;
	font-weight: 400;
	margin: 0;
	bottom: -15px;
	background-color: #f00;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form {
	position: relative;
}

span.wpcf7-spinner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: auto;
}

div.wpcf7-response-output {
	position: absolute;
	left: 0;
	bottom: auto;
	border: 0 !important;
	line-height: 1;
	line-height: 1.2;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	font-size: 12px;
	margin-top: 7px;
	width: 100%;
	font-weight: 400;
	background: transparent;
	color: #f00;
}

.wpcf7-response-output.alert-danger {
	color: #f00;
	display: none;
}

.wpcf7-response-output.alert-success {
	color: #008000;
}

div.wpcf7-mail-sent-ok {
	color: #398f14 !important;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: 0;
}

span.wpcf7-list-item.first {
	margin: 0;
}

.text-white a:not(.btn) {
	color: #fff;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
	color: #fff;
}

.wpcf7-form .wpcf7-radio label {
	position: relative;
	cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
	position: relative;
	visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span {
	margin-left: 12px;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
	display: block;
	position: absolute;
	content: "";
	border-radius: 100%;
	height: 18px;
	width: 18px;
	top: 5px;
	border: 2px solid #3f3f3f;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
	display: block;
	position: absolute;
	content: "";
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: 9px;
	left: 4px;
	visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
	background: transparent;
	border-color: var(--color-one);
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
	background: var(--color-one);
	visibility: visible;
}

.wpcf7-form .wpcf7-checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 25px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
	position: relative;
	visibility: hidden;
	display: none;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: "";
	border-radius: 5px;
	height: 18px;
	width: 18px;
	top: 7px;
	left: 0;
	border: 2px solid var(--color-one);
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 5px;
	top: 10px;
	left: 6px;
	visibility: hidden;
	font-size: 16px;
	border-bottom: 2px solid var(--color-one);
	border-right: 2px solid var(--color-one);
	transform: rotate(45deg);
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
	background: transparent;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
	visibility: visible;
}

input::file-selector-button {
	background: var(--color-one);
	color: #fff;
	border-radius: 35px;
	border: 1px solid var(--color-one);
	padding: 10px 20px;
	cursor: pointer;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, .7) !important;
	font-family: "DM Sans";
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, .7) !important;
	font-family: "DM Sans";
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, .7) !important;
	font-family: "DM Sans";
}

:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, .7) !important;
	font-family: "DM Sans";
}

.form-control {
	color: #000;
	font-family: "DM Sans";
}

.dark-bg-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #414141 !important;
	font-family: "DM Sans";
}

.dark-bg-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #414141 !important;
	font-family: "DM Sans";
}

.dark-bg-form :-ms-input-placeholder {
	/* IE 10+ */
	color: #414141 !important;
	font-family: "DM Sans";
}

.dark-bg-form :-moz-placeholder {
	/* Firefox 18- */
	color: #414141 !important;
	font-family: "DM Sans";
}

.dark-bg-form .form-control {
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, .7);
	padding: 15px;
	border-radius: 5px;
}

.sidebar-form div.wpcf7-response-output {
	text-align: center;
}

ul {
	padding-left: 17px;
	margin-bottom: 15px;
	font-family: "DM Sans";
}

.list-style ul, .list-style ol {
	margin-bottom: 20px;
	padding-left: 20px;
}

.list-col-two {
	column-count: 2;
	column-gap: 30px;
}

.list-style li {
	position: relative;
	padding-left: 0px;
	transition: all .3s ease;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 40px;
}

.about-bottom-section .content-inner {
	padding-right: 0px !important;
}

.about-bottom-section .content-inner .btn {
	background-color: transparent !important;
	color: #bf8660;
	border: none;
	padding: 0;
	width: 10em;
	text-align: left;
	font-size: 16px;
}

.why-choose {
	background: #faf3e8;
	text-align: center;
}

.why-choose p {
	font-family: "DM Sans";
	line-height: 35px;
}

.about-bottom-section {
	background-image: url("https://lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/04/Mask-group-29.webp");
}

.about-bottom-section.nitro-lazy {
	background-image: none !important;
}

.why-choose-icon .item .inner {
	background: #faf3e8;
}

.why-choose h2 {
	font-size: 50px;
	font-family: Abhaya Libre;
	font-weight: 400;
	letter-spacing: 0;
}

.brown-font {
	color: #bf8660;
}

.practice-need-section .brown-font {
	font-size: 20px;
	font-family: "DM Sans";
	margin-bottom: 10px;
}

.practice-need-section ul {
	display: flex;
	margin-top: 18px;
	padding-left: 14px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog-page {
	background-color: #f7f7f7;
}

.practice-last-section {
	background-color: #f7f7f7;
}

.practice-need-section ul li {
	width: 45%;
	margin-left: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

/* .affordable-section .image-col {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.practice-last-section .text-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-top-section ul {
	display: table-cell;
	padding-left: 32px;
}

.about-second-section {
	padding-top: 0 !important;
}

.about-top-section {
	padding-bottom: 0 !important;
	margin-bottom: 20px !important;
}

/*
.list-style li::before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(../images/icon-list.svg) no-repeat;
    background-size: 20px;
}*/
.list-col-2 ul {
	column-count: 2;
}

.html5lightbox {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.html5lightbox .icon-play {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 65px;
	height: 65px;
}

.html5lightbox .icon-play:hover {
	fill: var(--color-one);
}

.html5lightbox .icon-play:hover path {
	fill: #fff;
}

.html5lightbox:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.html5-prev-inside .mh-icon-left {
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/slide-arrow-left-white.svg");
	background-position: center;
}

.html5-prev-inside .mh-icon-left.nitro-lazy {
	background-image: none !important;
}

.html5-next-inside .mh-icon-right {
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/slide-arrow-right-white.svg");
	background-position: center;
}

.html5-next-inside .mh-icon-right.nitro-lazy {
	background-image: none !important;
}

.form-group-btn {
	position: relative;
	display: inline-block;
}

.select .wpcf7-form-control-wrap {
	position: relative;
}

.select select {
	cursor: pointer;
	padding: 5px;
}

.select select.wpcf7-not-valid {
	opacity: .5;
}

.select .wpcf7-form-control-wrap:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 9px;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/arw-bottom.svg");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .5;
	pointer-events: none;
}

.slick-dots {
	display: flex;
	list-style: none;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 0;
	padding-left: 0;
}

.slick-dots li {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: 1px solid transparent;
	position: relative;
	margin-left: 10px;
}

.slick-dots li.slick-active {
	border-color: transparent;
}

.slick-dots li button {
	font-size: 0;
	border: 0;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #c4c4c4;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.slick-dots li.slick-active button {
	background: red;
	outline-offset: 2px;
}

.slick-arrow {
	width: 55px;
	height: 55px;
	border: 0;
	font-size: 0;
	position: relative;
	background: #e8e8e8;
}

.slick-prev.slick-arrow:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 12px;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/brown.svg");
}

.slick-next.slick-arrow:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 12px;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/brown.svg");
	z-index: 1;
	transform: rotatey(180deg);
}

.slick-arrow:hover {
	background: #bf8660;
}

.slick-next.slick-arrow:hover::before {
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/arrows-white.svg");
	z-index: 1;
	transform: rotatey(0deg);
}

.slick-prev.slick-arrow:hover::before {
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/arrows-white.svg");
	z-index: 1;
	transform: rotatey(180deg);
}

button.slick-prev.slick-arrow {
	position: absolute;
	bottom: -40px;
	left: 45%;
}

button.slick-next.slick-arrow {
	bottom: -40px;
	right: -45px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.stretch-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

/*========== Search Button in Header ==========*/
.search-btn {
	cursor: pointer;
}

.search-btn svg {
	width: 100%;
	height: 100%;
}

.search-panel {
	position: fixed;
	width: 100%;
	height: 153px;
	background-color: #fff;
	left: 0;
	top: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	transition: .6s ease-in-out;
	transform: translateY(-100%);
	box-shadow: 0 0 5px #eee;
}

.search-panel .input-field {
	display: flex;
	width: 100%;
	position: relative;
}

.search-panel input[type=submit] {
	height: 60px;
	width: 60px;
	border: none;
	cursor: pointer;
	background: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lawoffic180stg.wpenginepowered.com/wp-content/uploads/2025/02/search-1-1.svg") no-repeat;
	background-position: center;
	background-size: 1.5rem;
	outline: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	bottom: 0;
}

.search-panel input[type=submit].nitro-lazy {
	background-image: none !important;
}

.search-panel input[type='submit']:hover {
	opacity: .7;
}

.search-panel.open {
	top: 0;
	display: block;
	opacity: 1;
	padding: 3em;
	transition: .3s ease-in-out;
}

.search-close {
	position: absolute;
	right: 25px;
	top: 15px;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	z-index: 999999;
	cursor: pointer;
}

.search-close:hover {
	color: #fff;
}

.search-panel form#searchform {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	z-index: 99999;
	padding-bottom: 30px;
}

.search-panel .searchform input[type="text"] {
	padding: 0;
	border: 0;
	vertical-align: middle;
	background-color: transparent;
	color: #000 !important;
	border-bottom: 0px solid;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
	outline: 0;
	box-shadow: none;
	position: relative;
	left: 0;
	top: 0;
	height: 60px;
	padding-right: 60px;
}

.search-panel .searchform ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform ::-moz-placeholder {
	/* Firefox 19+ */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform :-ms-input-placeholder {
	/* IE 10+ */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform :-moz-placeholder {
	/* Firefox 18- */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform input[type="image"] {
	vertical-align: middle;
	padding: 20px;
	height: 60px;
	width: 60px;
	outline: 0;
	position: absolute;
	right: -10px;
	bottom: 0;
}

.search-panel .search-box {
	margin: 15px 0 0;
	padding: 15px 0 30px;
	border-bottom: 1px solid #eee;
}

.search-panel .search-heading a {
	font-size: 22px;
	color: #000;
}

.search-panel .custom_form_msg {
	position: absolute;
	bottom: -19px;
	right: 0px;
	margin: 0;
	font-size: 12px;
	color: #fff;
	background-color: #f00;
	padding: 0px 8px;
}

.search-panel .searchform input::-ms-clear {
	display: none;
}

/******************
Close Button
*/
.close-container {
	margin: auto;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.leftright {
	height: 2px;
	width: 30px;
	position: absolute;
	margin-top: 15px;
	background-color: #000;
	border-radius: 2px;
	transform: rotate(45deg);
	transition: all .3s ease-in;
}

.rightleft {
	height: 2px;
	width: 30px;
	position: absolute;
	margin-top: 15px;
	background-color: #000;
	border-radius: 2px;
	transform: rotate(-45deg);
	transition: all .3s ease-in;
}

.close-container:hover .leftright {
	transform: rotate(-45deg);
	background-color: #000;
}

.close-container:hover .rightleft {
	transform: rotate(45deg);
	background-color: #000;
}

/*======== nav multiple css ============*/
.header {
	transition: all .3s ease-in-out;
	background: rgba(255, 255, 255, 1);
}

.header.shrink {
	background: #fff;
	transition: all .3s ease-in-out;
	z-index: 999;
	box-shadow: 0 5px 5px -5px #555;
}

.header .nav-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-search {
	margin-left: 33px;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	align-items: center;
	border: 0px solid #bf8660;
}

.mobile-search {
	border: 1px solid #bf8660;
	width: 45px;
	height: 45px;
	justify-content: center;
}

.header-search:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background: rgba(255, 255, 255, .5);
	top: 0;
	bottom: 0;
	left: -15px;
	margin: auto;
	display: none;
}

.header-search .search-icon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.header-search svg {
	width: 100%;
	height: 100%;
	cursor: pointer;
	fill: #242424;
}

.header-search path {
	fill: #242424;
}

.header-logo {
	width: 400px;
	color: #fff;
	display: flex;
	align-items: center;
}

.header-logo img {
	max-height: 130px;
	min-width: 110px;
	width: auto;
	height: auto;
	padding-top: 15px;
	transition: all .3s ease-in-out;
	object-fit: contain;
}

.header-logo .header-logo-two {
	margin-left: 40px;
	max-width: 150px;
	min-width: auto;
}

.header-right {
	width: calc(100% - 400px);
	transition: all .3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* Header Menu */
.nav-menu {
	position: relative;
	font-family: var(--font-two);
}

.nav-menu li {
	position: relative;
}

.nav-menu > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

.nav-menu > ul.menu > li {
	display: inline-block;
	margin: 0 20px;
	color: #000;
	position: relative;
}

/*.nav-menu .menu > li > a:before{
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: all .4s ease-in-out;
    opacity: 0;
    background: var(--color-two);
}*/
.nav-menu .menu > li:hover > a, .nav-menu .menu > li.current-menu-item > a {
	color: #bf8660;
}

.nav-menu .menu > li:hover > a:before, .nav-menu .menu > li.current-menu-item > a:before, .nav-menu .menu > li.current-menu-ancestor a:before {
	opacity: 1;
	width: 100%;
}

.nav-menu .menu li:first-child {
	margin-left: 0;
}

.nav-menu .menu li:last-child {
	margin-right: 0;
}

/* This hides the dropdowns */
.nav-menu > ul> li> a {
	padding: 20px 1px;
	color: #242424;
	position: relative;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	font-size: 16px;
	transition: none;
	transition: all .3s ease-in-out;
	font-weight: 600;
	text-transform: uppercase;
}

.nav-menu > ul> li:last-child a {
	margin-right: 0;
}

.nav-menu> ul> li:first-child:before {
	transform: translateX(0);
}

.nav-menu> ul> li:before {
	transform: translateX(-100%);
	opacity: 0;
}

/* Display the dropdown */
.nav-menu ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	z-index: 1;
	margin: 0;
	padding: 0;
	min-width: 150px;
	transition: all linear .1s;
	transition: all .25s ease-out;
	background-color: #fff;
	visibility: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.nav-menu ul li:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.nav-menu ul li:hover li {
	float: none;
}

.nav-menu .sub-menu li.menu-item-has-children:hover > a, .nav-menu ul li:hover li a:hover, .nav-menu ul li:hover li.current-menu-item, .single-post .nav-menu> ul> li.more-menu-item > ul > li.news-menu-item > a, .archive.category .nav-menu> ul> li.more-menu-item > ul > li.news-menu-item > a, .single-career .nav-menu> ul> li.more-menu-item > ul > li.careers-menu-item > a, .single-team .nav-menu> ul> li.more-menu-item > ul > li.team-menu-item > a, .single-community .nav-menu> ul> li.more-menu-item > ul > li.community-menu-item > a, .nav-menu .sub-menu > li.current-menu-ancestor > a, .nav-menu .sub-menu > li.current-menu-item > a {
	background-color: #bf8660;
	color: #fff;
}

.nav-menu .sub-menu li.menu-item-has-children > a:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--color-one);
	border-right: 2px solid var(--color-one);
	transform: rotate(45deg);
	top: 0;
	bottom: 3px;
	margin: auto;
	right: 15px;
}

.nav-menu .sub-menu li.menu-item-has-children:hover > a:before, .nav-menu .sub-menu li.menu-item-has-children.current-menu-item > a:before {
	border-color: #fff;
}

.nav-menu li ul li {
	border-top: 0;
	display: block;
	margin: 0;
	border-bottom: 0px solid #ddd;
}

.nav-menu li ul li+li {
	border-top: 0px solid #fff;
}

/* Displays second level dropdowns to the right of the first level dropdown */
.nav-menu ul ul ul {
	left: 100%;
	top: 0;
}

/* Simple clearfix */
.nav-menu ul:before, .nav-menu ul:after {
	content: " ";
	display: table;
}

.nav-menu ul:after {
	clear: both;
}

.nav-menu .sub-menu {
	background: #fff;
	min-width: 17rem;
	text-align: left;
	box-shadow: 0px 1px 1px #b9b9b9;
	text-transform: uppercase;
}

/* .nav-menu .menu-item-513 .sub-menu{
	height:300px;
	overflow-y:scroll;
	overflow-x:hidden;
} */
.nav-menu ul li .sub-menu li a {
	border-bottom: 1px solid #000;
	padding: 10px 10px;
	line-height: normal;
	margin: 0;
	color: #000;
	display: block;
	white-space: normal;
	font-weight: 400;
	transition: none;
	font-size: 14px;
}

.nav-menu ul li .sub-menu li a:hover {
	color: #fff;
}

.nav-menu > .menu > li.menu-item-has-children:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-left: 2px solid rgba(0, 0, 0, .6);
	border-top: 2px solid rgba(0, 0, 0, .6);
	top: -1px;
	bottom: 4px;
	margin: auto;
	right: -15px;
	transform: rotate(-135deg);
}

.nav-menu > .menu > li.menu-item-has-children:hover::after {
	border-color: #bf8660 !important;
}

.nav-menu > .menu > li.menu-item-has-children:hover:after, .nav-menu > .menu > li.current-menu-item:after, .nav-menu > .menu > li.current-menu-ancestor:after {}

#responsive-menu-wrapper #responsive-menu li ul {
	text-transform: none;
}

.nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after {
	color: #fff;
}

.header.shrink .nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .header.shrink .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after {
	color: #fff;
}

.nav-menu .sub-menu .sub-menu:before {
	content: none !important;
}

.nav-menu>.menu>li.menu-item-has-children ul:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 25px;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	width: 0;
	height: 0;
	opacity: 1;
	z-index: 5;
}

.nav-menu .sub-menu li.menu-item-has-children.current-menu-ancestor.current-menu-parent > a:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 0;
	bottom: 3px;
	margin: auto;
	right: 15px;
}

.header-button {
	margin-left: 30px;
}

.highlight-menu a {
	color: #fff !important;
	background: var(--color-two);
}

/* Header */
.header-phone {
	display: flex;
	flex-direction: column;
	color: #dbb165;
	margin-left: 35px;
	text-align: right;
	padding: 20px 0px;
	margin-right: 20px;
}

.header-phone .phone-title {
	text-transform: uppercase;
	font-size: 18px;
	font-family: var(--font-two);
	font-weight: 600;
	text-align: center;
	color: #bf8660;
	margin-left: 32px;
	margin-bottom: 5px;
	margin-right: 12px;
}

.header-phone .phone-icon {
	width: 20px;
	height: 20px;
	margin-right: 3px;
	line-height: 1;
	position: relative;
	margin-left: 10px;
}

.header-phone .phone-no svg path {
	fill: #bf8660;
}

.header-phone .phone-no {
	font-size: 20px;
	font-weight: 800;
	font-family: var(--font-two);
}

.header-phone svg {
	fill: #fff;
}

.header-phone a {
	color: #bf8660;
	padding: 3px 10px;
	line-height: 1;
	display: flex;
	flex-direction: column;
	transition: .5s all;
}

.header-phone a:hover {
	color: #000;
}

.header-search:hover svg path {
	fill: #bf8660;
}

.phone-title-wrap {
	display: flex;
	align-items: center;
}

/* call button animation */
.icon-phone-animate {
	display: inline-block;
	stroke-width: 0;
	stroke: #fff;
	fill: #fff;
	width: 43px;
	height: 35px;
	padding: 3px;
}

.icon-phone-animate .wave {
	animation: waveIn 1.2s infinite ease-out;
	transform-origin: 50% 50%;
}

.icon-phone-animate .wave-sm {
	animation-delay: .3s;
}

.icon-phone-animate .wave-md {
	animation-delay: .45s;
}

.icon-phone-animate .wave-lg {
	animation-delay: .6s;
}

.icon-phone-animate path.path1 {
	fill: #fff;
	transform: rotate(18deg);
}

@keyframes waveIn {
	from {
		opacity: 0;
		transform: scale(.3) translate(-20px, 10px);
	}
	
	50% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

/* Page Banner */
.page-banner {
	display: flex;
	background-size: cover;
	background-position: center bottom;
	height: auto;
	background-color: #555;
	padding-top: 120px;
	padding-bottom: 100px;
	position: relative;
}

.page-banner::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 65%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(90deg, #f4fded 0%, rgba(175, 255, 202, 0) 100%);
	opacity: 0;
}

.page-banner.text-white.wide {
	background-size: cover;
}

.home-right-image {
	margin-bottom: -75px;
}

.banner-content {
	position: relative;
	top: 4em;
	text-align: center;
}

.home-right-image img {
	width: 100%;
}

.page-banner .banner-content-wrap {
	max-width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
	text-align: center;
}

.our-team-jennifer .text-col {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.page-banner .banner-title {
	font-size: 80px;
	text-transform: capitalize;
	text-wrap: balance;
	font-family: Abhaya Libre;
	font-weight: 400;
}

.page-banner .banner-subtitle {
	font-weight: 300;
	font-size: 35px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	font-family: var(--font-one);
}

.page-banner .banner-description {
	font-size: 18px;
}

.page-banner.form .banner-content-wrap {
	max-width: 100%;
	flex-direction: row;
	align-items: center;
}

.page-banner.form .banner-content {
	width: calc(100% - 450px);
	padding-right: 50px;
}

.page-banner.form .page-banner-form {
	max-width: 450px;
}

.page-banner-form form {
	border-radius: 20px;
	background: rgba(255, 255, 255, .6);
	box-shadow: 3.6px 3.6px 54px 0px rgba(0, 0, 0, .1);
	backdrop-filter: blur(7.5px);
	padding: 30px;
}

.page-banner-form .form-title {
	font-size: 30px;
	color: var(--color-black);
}

.page-banner-form .form-group {
	margin-bottom: 15px;
}

.page-banner-form .form-control {
	border-radius: 15px;
	opacity: .6;
	background-color: #fff;
	padding: 10px;
	font-size: 15px;
	max-height: 90px;
}

.page-banner ul li::marker {
	color: #fff;
}

#breadcrumbs a:hover {
	color: var(--color-two);
}

.breadcrumb {
	background: #e5e2e2;
	padding: 5px 0;
	margin-bottom: 0;
	font-weight: 400;
}

.Jennife-detail img, .Brian-detail img {
	width: auto !important;
}

.breadcrumb a {
	text-decoration: none !important;
}

/*======= Footer ======*/
.footer {
	background: #081827;
	font-size: 24px;
	position: relative;
	z-index: 1;
	color: #fff;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/06/bg-3.2503071423252-1-2.png");
}

.footer.nitro-lazy {
	background-image: none !important;
}

.footer a {
	font-weight: 300;
}

.footer-top {
	padding-top: 70px;
	padding-bottom: 50px;
	height: auto;
}

.footer .footer-col-1 {
	width: 30%;
	position: relative;
	padding-right: 30px;
}

.footer .footer-col-2 {
	width: 20%;
	padding-right: 40px;
	position: relative;
}

.footer .footer-col-3 {
	width: 20%;
	position: relative;
}

.footer .footer-col-4 {
	width: 20%;
}

.footer-logo img {
	width: auto;
	max-width: 318px;
}

.footer-logo-two {
	max-width: 150px;
	margin-left: 50px;
	margin-top: 15px;
}

.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.footer-menu li {
	width: 100%;
	position: relative;
	line-height: 32px;
}

.footer-menu li:before {
	content: "";
	display: inline-block;
	display: none;
	width: 12px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.footer-col-3 .item-1:before, .footer-col-3 .item-3:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 2px;
	background: var(--color-one);
	vertical-align: middle;
	margin-right: 10px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer-col-3 .item-1, .footer-col-3 .item-3 {
	position: relative;
	padding-left: 20px;
}

.footer-menu li + li {
	margin-top: 10px;
}

.footer-menu a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--font-two);
}

.footer .widget-title {
	font-size: 20px;
	margin-bottom: 25px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
}

.address-wrap {
	font-size: 16px;
	line-height: 32px;
}

.footer-social-links .widget-title:after {
	content: "";
	width: 10px;
	height: 2px;
	background: #d81f27;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	margin-bottom: 7px;
}

.footer ul {
	list-style: none;
}

.footer ul a:hover, .footer li.current-menu-item a {
	color: #bf8660;
	opacity: 1;
}

.footer-col-4 a:hover {
	background-color: #bf8660;
}

.footer-links li.current-menu-item a {
	color: var(--color-two);
}

.footer-social-links {
	display: flex;
	align-items: center;
}

.footer-social-links ul {
	list-style: none;
	display: flex;
	margin: 0;
	column-count: 2;
	padding: 0;
	gap: 2%;
}

.footer-social-links li a {
	color: #fff;
	display: flex;
	width: 21px;
	height: 21px;
	margin-right: 10px;
}

.footer-social-links li span {
	font-size: 16px;
}

.footer-social-links li svg {
	width: 21px;
	height: 21px;
	fill: #fff;
	display: flex;
	align-items: center;
}

.footer-social-links li svg path {
	fill: #fff;
}

.footer-social-links li a:hover svg, .footer-social-links li a:hover svg path {
	fill: #0049aa;
}

.footer-contact .address-wrap {
	position: relative;
	padding-left: 50px;
}

.footer-contact .phone, .footer .email, .footer .hours {
	position: relative;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
	margin-top: 10px;
}

.footer-contact .phone a:hover, .footer .email a:hover {
	color: #333;
}

.footer-contact .icon {
	width: 35px;
	height: 35px;
	fill: #fff;
	position: absolute;
	left: 0;
	top: 7px;
}

.footer-contact .phone .icon, .footer-contact .hours .icon {
	top: 0;
	bottom: 0;
	margin: auto;
}

.footer-contact .icon path {
	fill: var(--color-one);
}

.footer-contact .nap-phone-title {
	font-size: 23px;
	font-weight: 500;
}

.footer-contact .phone a {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}

.footer-nap-col .phone a:hover, .footer-nap-col .email a:hover {
	color: #0049aa;
}

.footer-nap-col .phone-title, .footer-nap-col .hours-title {
	display: block;
	font-size: 14px;
	color: #6f6f6f;
	text-transform: uppercase;
	font-weight: 400;
}

.footer-nap-col .office-hours {
	font-size: 22px;
	font-weight: 600;
}

.footer .direction-link {
	margin-top: 5px;
	border-bottom: 1px solid;
	font-weight: 500;
	color: #bf8660 !important;
	letter-spacing: .5px;
}

.footer .direction-link:hover {
	color: #fff !important;
}

.footer-bottom {
	padding: 20px 0px;
	font-size: 16px;
	font-weight: 400;
	background: #242424;
}

.footer-bottom .container {
	display: flex;
	justify-content: center;
}

.footer-links ul {
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: flex-end;
	margin-left: 15px;
	margin-bottom: 0;
}

.footer-links ul li+li:before {
	content: "";
	width: 1px;
	height: .8em;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	opacity: .5;
	margin: 0 8px;
	position: relative;
	top: -1px;
}

.footer-links li a, .copyrights {
	color: #fff;
	font-family: var(--font-two);
}

.footer-links li a:hover {
	color: var(--color-two);
}

.footer-disclaimer {
	background: rgba(66, 122, 161, .04);
	padding: 40px 0;
	text-align: center;
}

.caseresult-list .row.g-3 {
	--bs-gutter-y: 1.2rem;
	--bs-gutter-x: 1.2rem;
}

.footer-address-col .address, .footer-address-col .phone {
	position: relative;
	padding-left: 40px;
	font-family: var(--font-two);
	margin-top: 30px;
}

.footer-address-col .icon {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 6px;
	fill: #fff;
}

.footer-address-col .icon path {
	fill: #fff;
}

.footer-address-col .phone {
	margin-top: 10px;
}

.footer-desc {
	font-size: 18px;
}

.footer .phone a {
	color: #fff;
}

.footer-newsletter-mobile {
	display: none;
}

.footer-form-map .form-btn {
	width: 111px;
}

/* Newsletter */
.newsletter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	margin-bottom: 40px;
	line-height: 1;
}

.newsletter .wpcf7-form-control-wrap {
	height: 100%;
}

.newsletter .form-control {
	border-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	height: auto;
	padding: 5px 10px;
	border: 0;
	outline: 0 !important;
}

.newsletter .news-btn {
	background: var(--color-one);
}

.newsletter .btn {
	padding: 10px 15px;
	border: 0;
	line-height: 1;
	height: 100%;
	color: #fff;
}

.newsletter ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(89, 0, 0, .4) !important;
}

.newsletter ::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(89, 0, 0, .4) !important;
}

.newsletter :-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(89, 0, 0, .4) !important;
}

.newsletter :-moz-placeholder {
	/* Firefox 18- */
	color: rgba(89, 0, 0, .4) !important;
}

/* Newsletter */

/*======= Blog Page ========*/
.blog-heading {
	margin-bottom: 80px;
}

.blog-item-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog-page-listing .item {
	/*     background: #fff; */
	margin-bottom: 1.5rem;
}

.blog-page-listing .blog-item {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	height: 100%;
	transition: all .5s ease-in-out;
	box-shadow: 0px 1.03px 5px 0px rgba(0, 0, 0, .15);
	background: #fff;
}

.blog-page-listing .blog-item:hover {
	box-shadow: 0px 5.03px 80px 0px rgba(0, 0, 0, .15);
}

.blog-page-listing .blog-item .desc {
	font-size: 18px;
	font-weight: 400;
	color: #545454;
	display: none;
}

.blog-page-listing .blog-item:last-child {
	margin-bottom: 0;
}

.blog-meta {
	padding: 5px 0 20px;
	padding: 5px 10px;
	display: flex;
	line-height: 1;
	align-items: center;
	color: #414141;
	list-style: none;
	font-weight: 300;
	position: relative;
	top: 0;
	right: 7px;
}

/* .box-shadow.most-Popular.categories {
    display: none;
} */
.blog-meta .post-date {
	padding-top: 4px;
	color: #414141;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	font-family: "DM Sans";
	text-transform: uppercase;
}

.blog-meta .post-date:before {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #0261e2;
	display: none;
}

.blog-meta .category a {
	color: #fff;
	position: relative;
	display: inline-block;
	line-height: 1.3;
	font-weight: 300;
	font-size: 16px;
}

.blog-meta .category a:last-child {
	padding-right: 0;
	margin-right: 0;
}

.blog-meta .category a:hover {
	color: var(--color-one);
}

.blog-item .blog-image {
	height: 260px;
	background-size: cover;
	background-position: center 0;
	position: relative;
	border-radius: 0;
	width: 100%;
}

.blog-item .blog-image.no-thumnails {
	background-color: #02415e;
	background-size: 34%;
	background-repeat: no-repeat;
	background-position: center;
}

.blog-image.no-image {
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f5f5f5;
}

.blog-page-listing .blog-item .title {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 5px;
}

.blog-page-listing .title:hover a {
	color: #1b2b5c;
}

.blog-page-listing .blog-content {
	width: 100%;
	padding: 23px 30px 70px;
}

.blog-item a {
	transition: none;
}

.blog-item .title a {
	color: #1f1f1f;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	font-family: "DM Sans";
	transition: .5s all;
}

.blog-item .title a:hover {
	color: #bf8660;
}

.blog-item .read {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	left: 30px;
	bottom: 51px;
	font-family: "DM Sans";
	color: #bf8660;
	text-transform: uppercase;
}

.blog-item .read:hover {
	color: #000;
}

.blog-item .read:hover::before {
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/black-arrow.svg");
	transform: rotate(180deg);
	top: -2px;
	right: -30px;
	width: 20px;
}

.blog-item:hover .read {
	opacity: 1;
}

/*.blog-item:hover .title a {
    color:#242424;
}*/

/*====== Blog Detail ========*/
.blog-detail {
	overflow: hidden;
	font-size: 18px;
	line-height: 33.71px;
}

.blog-detail-page .blog-title {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 50px;
	color: #242424;
}

.blog-detail-page .content-area h2 {
	font-size: 28px;
}

.blog-detail-page .content-area h3 {
	font-size: 25px;
}

.blog-detail-page .content-area h4 {
	font-size: 23px;
}

.blog-detail-page .content-area h5 {
	font-size: 20px;
}

.blog-detail-page .content-area h6 {
	font-size: 18px;
}

.blog-detail-image {
	height: 450px;
	overflow: hidden;
	margin-bottom: 2.2rem !important;
}

.blog-detail-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 0;
}

.blog-detail-page .play-btn svg, .blog-item .play-btn img {
	width: 90px;
	height: 90px;
}

.blog-detail-page .blog-image .blog-title {
	position: absolute;
	color: #fff;
	left: 20px;
	right: 20px;
	bottom: 20px;
	font-size: 1.75rem;
}

.blog-detail-page .blog-image img {
	width: 100%;
}

.blog-detail-page .blog-meta {
	padding: 10px 0 20px;
	margin-bottom: 0;
	border-bottom: 0px solid #e6e6e6;
}

.blog-detail-page .blog-meta li {
	background-image: none;
	padding: 0 15px;
}

.blog-detail-page .blog-meta li.nitro-lazy {
	background-image: none !important;
}

.social-share-post {
	margin-top: 30px;
}

.social-share-post .share-title {
	font-weight: 600;
	color: #565656;
	margin-bottom: 15px;
}

.detail-share-inner {
	display: flex;
	align-items: center;
}

.social-share-title {
	color: #464646;
	font-size: 18px;
}

.social-share-post .a2a_svg {
	background: transparent !important;
	width: 30px;
	height: 30px;
	opacity: 1 !important;
}

.social-share-post .a2a_kit svg path {
	fill: #fff !important;
}

.social-share-post .a2a_default_style a {
	padding: 10px 10px !important;
	border: 0px solid #000;
	margin-right: 10px;
	border-radius: 100%;
	background: #000;
}

.social-share-post a:hover {
	background: #eacdb1;
}

.social-share-post .a2a_default_style a:hover svg path {
	fill: #fff !important;
}

.post-pagination {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	font-weight: 400;
	width: 100%;
}

.post-pagination a {
	color: #535353;
	border: 0;
	line-height: 1;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	font-weight: 400;
	padding: 8px;
	font-size: 0;
	background: #d6d6d6;
	position: relative;
}

.post-pagination .next-post a:before {
	content: "Next";
	display: inline-block;
	font-size: 18px;
	position: absolute;
	bottom: -25px;
	color: #333;
	text-transform: capitalize;
}

.post-pagination a:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	display: flex;
	width: 10px;
	height: 10px;
	padding: 2px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: rotate(-45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

.post-pagination .previous-post a:after {
	transform: rotate(135deg);
	right: 0;
}

.post-pagination .previous-post a:before {
	content: "Previous";
	display: inline-block;
	font-size: 18px;
	position: absolute;
	bottom: -25px;
	color: #333;
	text-transform: capitalize;
}

.post-pagination a:hover {
	background: var(--color-one);
}

/*====== Blog Search ======*/
.sidebar-search-outer {
	margin-bottom: 24px;
}

.sidebar-search-outer .input-group {
	height: 56px;
	flex-direction: row;
}

.sidebar-search-outer .form-control {
	height: 56px;
	border: 1px solid #ccc;
	background-color: #eee;
	font-size: 18px;
	padding: 20px 20px;
	outline: none;
	margin-left: 20px !important;
}

.sidebar-search-outer .form-control::placeholder {
	font-size: 14px;
	color: #414141;
	font-weight: 600;
}

.sidebar-search-outer .input-group-btn {
	position: relative;
	height: 56px;
	width: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar-search-outer input[type='submit'] {
	width: 100%;
	height: 100%;
	cursor: pointer;
	outline: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #bf8660;
	color: #fff;
	border: 0px solid var(--color-one);
	line-height: 1;
	text-transform: uppercase;
	font-size: 0;
}

.sidebar-search-outer input[type='submit']:hover {
	opacity: 1;
}

.sidebar-search-outer .search-icon {
	fill: #fff;
	width: 20px;
	margin: auto;
	pointer-events: none;
	z-index: 1;
}

.sidebar-search-outer .search-icon path {
	fill: #fff;
}

.sidebar-search-outer .custom_form_msg {
	position: absolute;
	bottom: -23px;
	right: 0px;
	margin: 0;
	font-size: 13px;
	background-color: #f00;
	padding: 0px 8px;
	color: #fff;
}

.sidebar-search-outer input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.sidebar-form .btn:hover {
	border-color: #fff;
	color: #fff;
}

.sidebar-form  .form-btn:hover:after {
	background: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/btn-arrow-white.svg") no-repeat;
	background-size: contain;
	background-position: center;
}

/*===== Pagination =====*/
.navigation.pagination {
	width: 100%;
	padding: 40px 0px 0px;
	position: relative;
}

.pagination h2 {
	display: none;
}

.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	font-weight: 400;
	width: 100%;
}

.pagination .nav-links span, .pagination .nav-links a {
	padding: 10px 15px;
	font-size: 18px;
	color: #535353;
	border: 0;
	line-height: 1;
	font-weight: 500;
	margin-right: 22px;
	width: 55px;
	height: 55px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	font-family: DM Sans;
}

.pagination .page-numbers .icon {
	width: 20px;
	height: 20px;
}

.pagination .nav-links span.current {
	color: #fff;
	background: #bf8660;
}

.pagination .nav-links a {
	background: #e8e8e8;
}

.pagination .nav-links a:hover {
	color: #bf8660;
}

.pagination .nav-links .page-numbers.dots {
	padding: 0;
	border: 0;
}

.pagination .prev.page-numbers, .pagination .next.page-numbers {
	position: relative;
	right: 0;
	color: var(--color-two);
	font-weight: 400;
	text-transform: uppercase;
	padding: 8px;
	font-size: 0;
	background: #d6d6d6;
}

.blog-detail-page.spaced .post-pagination {
	display: none;
}

.prev.page-numbers:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	width: 16px;
	height: 12px;
	padding: 2px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/brown.svg");
}

.next.page-numbers:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0px;
	display: flex;
	width: 16px;
	height: 12px;
	padding: 2px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/brown.svg");
	margin: auto;
	transform: rotateY(180deg);
}

.pagination .prev.page-numbers:hover, .pagination .next.page-numbers:hover {
	background: #bf8660;
	border-color: #bf8660;
}

.pagination .prev.page-numbers:hover:after {
	border-color: #fff;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/arrows-white.svg");
	transform: rotateY(180deg);
}

.pagination .next.page-numbers:hover:after {
	border-color: #fff;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/arrows-white.svg");
	transform: rotateY(360deg);
}

.pagination .prev.page-numbers {
	margin-right: auto;
	position: absolute;
	left: 18%;
	top: 0;
	margin: 0;
}

.pagination .next.page-numbers {
	margin-left: auto;
	position: absolute;
	top: 0;
	right: 18%;
	margin: 0;
}

/*
.pagination .next.page-numbers:before {
    content: "Next";
    display: inline-block;
    font-size: 18px;
    position: absolute;
    bottom: -25px;
    color: #333;
    text-transform: capitalize;
}
.pagination .prev.page-numbers:before {
    content: "Previous";
    display: inline-block;
    font-size: 18px;
    position: absolute;
    bottom: -25px;
    color: #333;
    text-transform: capitalize;
}*/

/* Sidebar */
.sidebar-form {
	padding: 40px 20px;
	position: relative;
	color: #fff;
	margin-bottom: 20px;
	background: #1f3954;
	text-align: center;
}

.sidebar-form .form-title {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 35px;
	text-transform: capitalize;
	font-weight: 400;
	font-family: var(--font-one);
}

.sidebar-form .form-group {
	margin-bottom: 20px;
}

.sidebar-heading {
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
	font-family: "Abhaya Libre";
	color: #242424;
}

.sidebar-form .form-control {
	max-height: 100px;
	padding: 12px;
	border-radius: 0;
	background: #fff;
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	font-weight: 300;
}

.sidebar-form .form-btn {
	margin: auto;
	width: 100%;
}

.sidebar-form .form-btn .wpcf7-submit:hover {
	border-color: #fff;
	background: #fff;
	color: #0049aa;
}

.sidebar .widget {
	position: relative;
	padding: 40px 30px;
	border: 1px solid #ddd;
	margin-bottom: 40px;
	background: #e8e8e8;
}

.sidebar .widget ul {
	margin-bottom: 30px;
	border-top: 0;
}

.sidebar .widget ul {
	margin-bottom: 0;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widgettitle, .sidebar .widget-title {
	border-bottom: 0;
	position: relative;
	line-height: 1;
	padding: 0 0 20px;
	display: block;
	font-size: 30px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	position: relative;
	transition: all .3s ease;
	border-bottom: 0px solid #eee;
	display: flex;
	display: block;
	align-items: center;
	color: #9a9a9c;
	margin: 0 -30px;
}

.sidebar li a {
	color: #333;
	display: contents;
	display: block;
	padding: 10px 40px 10px 10px;
	line-height: 1.5;
	transition: none;
	font-weight: 400;
	width: 100%;
	position: relative;
	font-size: 18px;
}

.sidebar li a:hover {
	background: #f5f5f5;
}

.sidebar li a:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	right: 15px;
	top: 15px;
	bottom: 0;
	z-index: 1;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/04/Vector-6.png");
	background-repeat: no-repeat;
	background-size: contain;
}

ul.wp-block-list li, ol.wp-block-list li {
	list-style-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/04/Vector-6.png") !important;
	padding-right: 16px;
	list-style-position: inside;
}

.description ul li, .text ul li {
	list-style-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/04/Vector-6.png") !important;
	padding-right: 16px;
}

.sidebar a:hover:before, .sidebar li.activeChild a:before, .sidebar li.current-cat a:before, .sidebar li.current-cat a:before, .sidebar li.current-menu-item a:before {
	border-color: #fff;
}

.sidebar a:hover, .sidebar li.activeChild a, .sidebar li.current-cat a, .sidebar li.current-cat a, .sidebar li.current-menu-item a {
	color: #bf8660;
	background: #f5f5f5;
}

.sidebar li:last-child {
	border: 0;
}

.single .content-area ul {
	list-style: none;
}

.single .content-area ul li {
	list-style-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/04/Vector-6.png") !important;
	padding-right: 16px;
	list-style-position: inside;
}

.blog-item .read:before {
	content: "";
	position: absolute;
	top: 8px;
	right: -37px;
	width: 17px;
	height: 20px;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/04/Vector-6.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(-50%, -50%);
}

.news-update .btn:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 7em;
	width: 18px;
	height: 16px;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/dark-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(-50%, -50%);
}

.blog-v1 .read:before {
	content: "";
	position: absolute;
	top: 14px;
	right: -40px;
	width: 18px;
	height: 13px;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/05/Vector-9.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(-50%, -50%);
	transition: .5s all;
}

.blog-v1 .read:hover {
	color: #000;
}

.blog-v1 .read:hover::before {
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/05/Vector-8.svg");
}

/*====== Static Page =======*/
.static-page .content-area {
	overflow: hidden;
}

/*========= Search Page =========*/
.search-result-heading {
	color: #999;
	font-weight: 600;
}

.search-result-heading .search-by {
	color: #333;
}

.search-result-heading .search-keyword {
	word-break: break-word;
}

.search-page .search-item {
	border: 2px solid transparent;
	padding: 30px;
	margin-bottom: 1rem;
	box-shadow: 1px 2px 20px 0 #e5e5e5;
	background: #fff;
}

.search-page .search-item .title {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	font-size: 24px;
}

.search-page .search-item:last-child {
	margin-bottom: 15px;
}

.search-page .title a {
	transition: none;
	color: #333;
}

.search-page .search-item .btn {
	padding: 10px 25px;
	display: inline-flex;
	align-items: center;
}

.search-page .search-item .more {
	transition: none;
	position: relative;
	display: flex;
	display: inline-block;
	align-items: center;
	font-weight: 500;
	padding-right: 20px;
	color: var(--color-one);
	text-transform: uppercase;
}

.search-page .search-item .title:hover a {
	color: var(--color-two);
}

.search-page .search-item .more:before {
	content: "";
	width: 15px;
	height: 2px;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	background: var(--color-one);
}

.search-page .search-item .more:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--color-one);
	border-right: 2px solid var(--color-one);
	display: inline-block;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}

.search-page .more .arrow {
	fill: #0261e2;
	width: 18px;
	height: 18px;
	margin-left: 5px;
}

.search-page .search-item .more:hover {
	color: #000;
}

.search-page .more:hover .arrow {
	fill: #000;
}

.search-page .search-item p {
	margin-bottom: 15px;
}

/*************
  Schema
*****************/
.schema-sec-1 .schema-wrap {
	background-color: #f5f5f5;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 40px;
}

.schema-sec-2 .schema-wrap {
	background-color: #f5f5f5;
	padding: 40px;
	margin-bottom: 40px;
}

.schema-sec-2 iframe {
	width: 100%;
	border: none;
}

.schema-wrap strong {
	font-size: 18px;
}

.schema-sec-2 .video-title {
	display: none;
}

.thank-you .text {
	font-size: 20px;
	font-weight: 400;
}

/* header mobile menu */
.menu-close-button {
	position: absolute;
	width: 35px;
	height: 35px;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 1;
}

.menu-close-button:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 30px;
	top: 0;
	right: 15px;
	background: #000;
	transform: rotate(45deg);
}

.menu-close-button:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 30px;
	top: 0;
	right: 15px;
	background: #000;
	transform: rotate(-45deg);
}

.menu-wrap {
	background-color: #f1f2f5;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	right: -100%;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .5s;
	z-index: 12;
	z-index: 99999999;
	display: flex;
	justify-content: center;
	max-width: 100%;
}

.menu-full-wrapper {
	width: 100%;
	position: relative;
}

.menu-show {
	right: 0;
	box-shadow: none;
	display: block;
	width: 100%;
	max-width: 450px;
}

.menu-sidebar {
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
	margin-left: auto;
	height: 100%;
	padding-top: 70px;
	font-size: 16px;
	font-weight: 400;
}

.menu-sidebar ul {
	list-style: none;
	padding-left: 0;
}

.menu-bar-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.menu-sidebar > ul > li > a {
	text-transform: uppercase;
	font-weight: 400;
}

.menu-sidebar .menu-bar-wrapper li {
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	margin: 0;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	padding: 0;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
	border-top: 1px solid rgba(0, 0, 0, .25);
}

.menu-sidebar .menu-bar-wrapper li:last-child {
	border: none;
}

.menu-sidebar .menu-bar-wrapper li > a {
	color: #000;
	padding: 10px 20px;
	position: relative;
	display: block;
	line-height: 1.7;
}

.menu-sidebar .menu-bar-wrapper li > a:hover::after {
	opacity: 1;
}

.menu-sidebar .menu-bar-wrapper li > a:hover {
	background-color: #bf8660;
	color: #fff;
	width: 100%;
}

.menu-sidebar .menu-bar-wrapper ul > li:hover {
	color: #fff;
}

/*.menu-sidebar .menu-bar-wrapper li.menu-item-has-children:hover > a{
    background-color: #B5121B;
    color: #fff;
}*/
.menu-sidebar .menu-bar-wrapper li:hover .sidebar-menu-arrow:after {
	border-color: #000;
}

.menu-sidebar .menu-bar-wrapper li > a:hover::after {
	opacity: 1;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item > a, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > a {
	background-color: #bf8660;
	color: #fff;
	width: 100%;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item >  .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent >  .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > .sidebar-menu-arrow.responsive-up-arrow::after {
	border-color: #fff;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
	background: none;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after {
	color: #fff;
}

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
	font-weight: 500;
	background-color: #2828ff;
	color: #fff;
	width: 100%;
}

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link + .sidebar-menu-arrow::after {
	background-image: url("https://jlopezlaw.com/wp-content/themes/lepeoz/images/angle-down.svg");
}

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link::after {
	opacity: 1;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children {
	position: relative;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	width: 45px;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
	display: none;
	background: none;
	width: 100%;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0px;
}

.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
	font-size: 16px;
	padding-left: 30px;
}

.menu-sidebar .sub-menu .sub-menu li a {
	padding-left: 45px !important;
}

.sidebar-menu-arrow::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
	top: 0;
	bottom: -2px;
	margin: auto;
	right: 0;
	left: 0;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
	transform: rotate(-45deg);
	display: block;
}

.menu-sidebar .menu-bar-wrapper li .sub-menu li a::after {
	display: none;
}

/*Hamburger Button*/
.header-aside-col {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	padding-right: 70px;
}

.logo-wrapper a {
	padding: 9px 0;
}

.logo-wrapper {
	padding-right: 0;
	margin-right: 0;
}

.menu-button {
	padding: 0;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	text-align: center;
	transition: all .3s ease-in-out;
	cursor: pointer;
	display: none;
	z-index: 999;
	top: 0;
	right: 0;
	border: 1px solid #bf8660;
	margin-left: 10px;
	width: 45px;
	height: 45px;
	background: #fff;
}

.menu-button .menu-bar {
	position: relative;
	border-radius: 6px;
	width: 28px;
	transition: .5s;
	opacity: 1;
	margin: auto;
}

.menu-button .menu-bar-top {
	border-top: 1px solid #bf8660;
}

.menu-button .menu-bar-middle {
	height: 1px;
	background-color: #bf8660;
	margin-bottom: 3px;
	margin-top: 6px;
	right: 0;
	left: auto;
	width: 28px;
	margin-right: 0px;
}

.menu-button .menu-bar-bottom {
	border-bottom: 1px solid #bf8660;
	margin-top: 6px;
	width: 28px;
	margin-right: 0;
}

.button-open {
	z-index: 16;
}

.newsletter .btn:hover {
	background-color: #0049aa;
}

.menu-button.button-open {
	background: none;
	z-index: 9999;
	right: 15px;
	border-color: #fff;
}

.button-open .menu-bar {
	opacity: 1;
}

.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(9px, 9px);
	transition: .5s;
}

.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}

.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(5px, -5px);
	transition: .5s;
	right: 0;
}

.menu-button.button-open .menu-bar-top {
	border-color: #fff !important;
}

.menu-button.button-open .menu-bar-bottom {
	border-color: #fff !important;
}

.menu-logo-wrapper {
	width: 50%;
	padding-left: 1rem;
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 274px;
}

.nav-open-menu {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	touch-action: none;
	-ms-touch-action: none;
}

.menu-sidebar .sub-menu {
	list-style: none;
	text-transform: uppercase;
}

/*mobile menu css end*/
.hide-banner {
	padding-top: 100px;
}

.hide-banner .page-banner {
	display: none !important;
}

.hide-banner .header {
	background: rgba(255, 255, 255, .8);
}

.page-not-found .wpcf7-form {
	background: rgba(190, 169, 97, .15);
	padding: 50px;
	margin-top: 30px;
}

.page-not-found .form-control {
	background: #fff;
	border-color: #fff;
	padding: 10px;
}

.thank-you-page .text {
	font-size: 20px;
	font-weight: 400;
}

body.search .breadcrumb {
	display: none;
}

/* Footer Form */
.form-with-map {
	background: #bf8660;
	position: relative;
	overflow: hidden;
	color: #fff;
	min-height: 70em;
}

.form-with-map h2.heading {
	font-size: 50px;
	font-family: "Abhaya Libre";
	font-weight: 400;
	margin-top: 0px !important;
}

.footer-top-desc a:hover {
	color: #bf8660;
}

.form-with-map .footer-contact {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.map-container {
	position: relative;
	max-width: 87em;
	margin: auto;
	margin-top: -27em;
	margin-bottom: 110px;
}

.map-container  iframe {
	width: 100%;
	height: 600px;
}

.bg-image-with-text .content-inner .btn-wrap .btn {
	margin-top: 2.6rem !important;
	margin-bottom: 1rem;
}

.form-with-map .nap-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.form-with-map .nap-map .active iframe {
	opacity: 1;
	z-index: 1;
}

.footer-contact.nap-selected iframe {
	opacity: 1;
	z-index: 1;
}

.form-with-map .nap-map .map-item {
	width: 100%;
	height: 100%;
}

.form-with-map .footer-nap-row {
	position: absolute;
	display: flex;
	display: none;
	width: 100%;
	gap: 20px;
	bottom: 0;
	z-index: 2;
}

.form-with-map .footer-nap-col {
	background: #fff;
	flex-grow: 1;
	padding: 30px 30px;
	position: relative;
}

.form-with-map .footer-nap-col.active {
	background: var(--color-one);
	color: #fff;
}

.form-with-map .location-name {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}

/********************/
.banner-icon-box {
	margin-top: -160px;
	position: relative;
	z-index: 1;
}

.banner-icon-box .heading {
	color: #fff;
	text-align: center;
}

.banner-icon-box .title {
	font-size: 35px;
	padding-bottom: 20px;
}

.banner-icon-box .desc {
	font-size: 16px;
	position: relative;
}

.banner-icon-box .desc:before {
	position: absolute;
	left: -47px;
	top: 8px;
	content: "";
	height: 70%;
	width: 3px;
	background: #fff;
}

/********************/
.home-banner .btn + .btn {
	margin-left: 10px;
}

.home-banner .btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #bf8660;
}

div#block_59e0cf556d3eb0c721e35eb2b1af6549 .about-attorney-section {
	background-color: #333 !important;
	color: #fff;
}

.home-about-section .image:before {
	content: "";
	position: absolute;
	width: 400px;
	height: 400px;
	background: #ffde59;
	opacity: 10%;
	border-radius: 50%;
	z-index: -1;
	margin-top: 70px;
	right: 40px;
}

.home-about-section img {
	width: 100% !important;
	position: relative;
}

.bg-image-with-video-and-text .small-heading {
	color: #d81f27;
}

.home-video-section {
	background-position: center;
	padding-top: 100px;
	padding-bottom: 220px;
	overflow: hidden;
}

.home-practice-areas .container {
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, .1);
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: -100px;
	position: relative;
	z-index: 1;
	background: #fff;
	padding-left: 40px;
	padding-right: 40px;
}

.home-practice-areas .read {
	opacity: 0;
}

.home-practice-areas .inner:hover .read {
	opacity: 1;
}

.home-why-section.image-right .content-inner {
	padding-bottom: 0;
}

.page-id-411 .content-inner {
	text-align: left;
}

.home-why-section .image {
	border: 1px solid #d81f27;
	padding: 15px;
	z-index: 1;
}

.home-about-section .description strong {
	color: #d81f27;
	font-style: italic;
	font-weight: 500;
}

.home-why-section .item svg path {
	fill: #d81f27;
}

.team-section .team-slider {
	margin-top: 0;
}

.team-section .team-slider .content-col {
	padding-top: 116px;
}

.team-slider .slick-slide .row {
	align-items: center;
}

.logo-section .slick-dots li.slick-active button {
	background: #0049aa;
}

.practice-page .detail {
	text-align: center;
}

.about-attorney-section .image:before {
	content: "";
	position: absolute;
	width: 400px;
	height: 400px;
	background: var(--color-two);
	opacity: 10%;
	border-radius: 50%;
	z-index: -1;
	margin-top: 70px;
	right: 40px;
}

.about-attorney-section .image img {
	width: auto !important;
}

.about-attorney-section .description strong {
	color: var(--color-two);
	font-style: italic;
	font-weight: 500;
}

.testimonials-page {
	background: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/bg-4.webp");
	background-size: auto;
	background-position: center 235px;
	background-repeat: no-repeat;
}

.td-sec-one .heading-wrap .heading {
	line-height: .9;
}

.td-sec-one .image {
	border: 1px solid #0544a4;
	padding: 15px;
	margin-bottom: 10px;
}

.td-sec-two {
	background: #f8f8f8;
}

.td-sec-two .icon {
	width: 46px;
	height: 46px;
	margin-bottom: 15px;
}

.td-sec-two .title {
	font-size: 35px;
	font-family: var(--font-two);
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 15px;
}

.bg-image-with-video-and-text {
	padding-top: 175px;
	padding-bottom: 175px;
}

.home-about-section .row {
	align-items: flex-center !important;
}

.home-about-section.image-right .content-inner {
	padding-bottom: 80px;
}

.about-attorney-section .row {
	align-items: flex-end !important;
}

/* Awards Section*/
.awards-section .container-fluid {
	padding-left: 55px;
	padding-right: 55px;
}

.awards-section .awards-slider {
	margin-top: 30px;
}

.awards-section .item {
	position: relative;
	padding: 10px;
	text-align: center;
	margin: 0 5px;
}

.awards-section .item:before {
	content: "";
	position: absolute;
	height: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 0px;
	background-color: #ddd;
}

.awards-section .slick-active:nth-child(8) .item:before {
	display: none;
}

.awards-section .item img {
	height: 130px;
	object-fit: contain;
	object-position: center;
	margin: auto;
	transition: all .5s ease;
}

.awards-section .item:hover {
	border-color: var(--color-one);
}

.awards-section .item:hover img {
	filter: grayscale(0);
}

.awards-section .slick-arrow {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

.awards-section .slick-next {
	left: auto;
	right: 0;
}

.awards-section .slick-next:before, .awards-section .slick-prev:before {
	width: 12px;
	height: 12px;
}

.awards-section .slick-prev {
	left: -15px;
}

.awards-section .slick-next {
	right: -15px;
}

.awards-section .slick-arrow:hover {
	background: #fff;
	border-color: #fff;
	box-shadow: 1px 1px 5px #ddd;
}

.awards-section .slick-dots li.slick-active button {
	background: var(--color-two);
}

.about-sec-one .description {
	font-size: 16px;
}

.about-sec-one .text-col {
	display: flex;
	align-items: center;
}

.page-id-412 .image-with-text-v1 .image:before {
	display: none;
}

.sidebar-heading {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}

.team-sec-home .team-top-info {
	padding-left: 0;
	text-align: center;
}

.team-section .team-slider .content-col .heading-wrap {
	margin-left: 0;
}

.team-sec-home .heading-wrap {
	padding-left: 8px;
	text-align: left;
	border-left: 2px solid #0544a4;
	margin-left: 12em;
}

.team-sec-home .team-top-info .col-md-8 {
	margin: 0 auto;
}

.immigration-full-section {
	text-align: center;
	padding-top: 0px;
}

.page-id-696 .sets-up-apart {
	background: #faf3e8;
}

.imigration-image-content, .immigration-full-section {
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/04/image-2-1.webp");
	background-size: cover;
}

.imigration-image-content.nitro-lazy, .immigration-full-section.nitro-lazy {
	background-image: none !important;
}

div#block_f071dfb8aaa02c8ee1d980783fe321cb {
	background: rgba(255, 68, 68, .1) !important;
}

.home-why-section {
	padding: 83px 0 !important;
}

.practice-page .image-box-v2 .detail {
	padding: 25px 15px 60px;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.donation-images .logo-gallery {
	padding: 0;
}

#wpcf7-f560-p416-o1 .form-btn .btn {
	width: 70%;
}

.donation-images .logo-gallery img {
	width: auto;
	max-height: max-content;
}

.donation-images .logo-gallery .inner {
	border: 1px solid var(--color-two);
	height: 100%;
}

.review-code {
	background: #f4f4f4;
}

.navigation-menu {
	display: flex;
	border-top: 1px solid rgba(65, 65, 65, .15);
	justify-content: end;
}

.footer-col-4 ul {
	list-style: none;
	display: flex;
	margin: 0;
	column-count: 2;
	padding: 0;
	gap: 2%;
}

.footer-top-desc {
	text-align: center;
	padding: 100px 0px 0px 0px;
}

span.brown-color {
	color: #bf8660;
}

.footer-top-desc .heading {
	text-transform: capitalize;
	font-size: 50px;
	font-weight: 400;
}

.footer-top-desc  a {
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 50px;
	display: block;
}

.footer-top-desc svg path {
	fill: #fff;
}

.footer-top-desc svg {
	width: 30px;
	height: 30px;
}

.footer-border {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.footer .phone-no {
	padding-bottom: 60px;
}

.footer-col-4 a {
	width: 40px;
	border: 1px solid hsla(0, 0%, 100%, .3);
	padding: 7px;
	display: block;
	display: flex;
	height: 40px;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.footer-col-4 .item-1, .footer-col-4 .item-2 {
	padding-right: 4px;
}

.header-search .search-icon:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 12px;
	width: 100%;
	height: 21px;
	border-left: 1px solid rgba(65, 65, 65, .6);
}

.contact-page .form-section .container {
	background: #1f3954;
	padding: 100px 100px;
}

.contact-page .form-section form {
	margin-top: 0;
}

.contact-page .heading {
	font-size: 40px;
	margin-bottom: 12px;
}

.practice-contact-form .form .row {
	--bs-gutter-x: 25px;
	--bs-gutter-y: 10px;
}

.practice-contact-form .form .description {
	font-family: "DM Sans";
}

.practice-area-icon .image-box-v2 .title {
	padding-bottom: 25px;
}

/* .practice-need-section ul li{
	padding-right:40px
} */
.contact-page .description {
	margin-bottom: 30px;
}

section.contact-page {
	color: #fff;
}

.practice-contact-form {
	text-align: center;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/04/image-2.webp");
	background-size: cover;
}

.practice-contact-form.nitro-lazy {
	background-image: none !important;
}

.practice-button .btn {
	width: 313px;
	padding: 13px;
}

.practice-button .btn.button {
	background-color: transparent;
	text-align: center;
	color: #bf8660;
	height: inherit;
}

.practice-button .btn.button:hover {
	background-color: #bf8660;
	color: #fff;
}

.practice-button .btn.button.dark-button {
	background-color: #bf8660;
	color: #fff;
}

.practice-button .btn.button.dark-button:hover {
	background-color: transparent;
	color: #bf8660;
}

.practice-button a {
	margin-right: 20px;
}

.practice-button {
	margin-bottom: 50px;
}

.form-section {
	background: #1f3954;
}

.practice-top-section .text-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.practice-area-icon {
	text-align: center;
}

.practice-area-icon .heading {
	text-transform: none;
	font-family: "DM Sans";
}

.contact-page .form-section {
	background: none !important;
}

.contact-loc-row {
	display: none;
}

.contact-page .map {
	padding-bottom: 120px;
}

.your-rights, .experience-matters {
	text-align: center;
}

.sidebar-sticky ul#menu-practice-menu {
	list-style: none;
	padding-left: 2px;
}

.sidebar-sticky ul#menu-practice-menu li {
	margin-bottom: 12px;
}

.sidebar-sticky.box-shadow.most-Popular {
	color: #fff;
	background: #1f3954;
	padding: 50px 20px 22px;
	text-align: left;
	margin-left: 60px;
}

.sidebar-sticky .widgettitle {
	text-align: center;
	font-family: Abhaya Libre;
	font-size: 40px;
	font-weight: 400;
	margin-top: 0;
}

.sidebar-sticky a {
	color: #fff;
	font-family: "DM Sans";
	line-height: 35px;
}

.home-contact .form {
	padding: 50px 30px;
}

.home-contact .form p {
	text-align: left;
	font-size: 14px;
	line-height: 19px;
}

.home-contact .heading {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 0px;
}

.page-template-page-with-sidebar .text-section {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.content-wrap {
	text-align: center;
	padding: 40px 20px;
	height: 100%;
	min-height: 370px;
}

.caseresult-list .content-wrap .title {
	font-size: 40px;
	font-family: Abhaya Libre;
	font-weight: 400;
	line-height: 46px;
	padding: 0px 0px 20px;
}

.caseresult-list .content-wrap .text {
	font-family: "DM Sans";
	line-height: 35px;
}

.dark-blue {
	background-color: #1f3954;
	color: #fff;
}

.orange-brown {
	background-color: #bf8660;
	color: #fff;
}

/* Basic button styles */
.read-more-btn {
	padding: 10px 20px;
	border: none;
	border-radius: 30px;
	font-weight: bold;
	cursor: pointer;
	margin-top: .3rem;
	transition: all .3s ease;
	background: none;
	font-size: 16px;
	text-transform: uppercase;
	font-family: DM Sans;
}

/* Light button for dark background */
.btn-light {
	color: #bf8660;
}

/* Dark button for light background */
.btn-dark {
	color: #1f3954;
}

.caseresult-list .content-wrap .title:after, #modalTitle:after {
	border-bottom: 1px solid #fff;
	content: "";
	display: block;
	width: 168px;
	height: 1px;
	margin: 20px auto 0px;
	opacity: 50%;
}

.home-practice a.read {
	display: none;
}

.practice-area-icon a.read {
	display: none;
}

.meet-our-attorney {
	text-align: center;
	background: #f7f7f7;
}

ul#menu-privacy-menu {
	display: flex;
	margin: auto 0;
}

ul#menu-privacy-menu li a {
	color: #fff;
	padding-right: 10px;
	border-right: 1px solid rgba(255, 255, 255, .72);
	text-decoration: underline !important;
	margin-right: 10px;
	line-height: normal;
}

.caseresult-list .navigation.pagination {
	padding: 55px 0px 0px;
}

ul#menu-privacy-menu li:nth-last-child(1) a {
	border: none !important;
}

.menu-bar-footer .current-menu-item a {
	color: #bf8660 !important;
}

.footer-col-4 a:hover {
	border-color: #bf8660;
}

.footer .phone-no :hover {
	color: #bf8660;
}

.form-with-map a {
	color: #fff;
}

.home-practice .heading {
	font-weight: 400;
	text-transform: none;
}

.form-section .description {
	margin: 0 auto 12px;
}

.blog-image.no-image .post-date {
	display: none;
}

.menu-bar-footer a:hover {
	color: #bf8660 !important;
}

.gtranslate_wrapper a {
	color: #fff;
}

.read-more-btn svg {
	margin-left: 10px;
	height: 16px;
	margin-top: -5px;
	vertical-align: middle;
}

.read-more-btn:hover {
	color: #fff;
}

.consent p {
	line-height: 22px;
}

.read-more-btn:hover svg path {
	fill: #fff;
}

.orange-brown .read-more-btn svg path {
	fill: #1f3954;
}

.orange-brown .read-more-btn {
	transition: all .3s ease;
}

.orange-brown .read-more-btn:hover svg path {
	fill: #fff;
}

.blog-page-listing .next.page-numbers {
	right: 0;
}

.blog-page-listing .prev.page-numbers {
	left: 0;
}

[data-gt-lang="es"].glink {
	position: relative;
	color: transparent;
}

[data-gt-lang="en"].glink {
	margin-left: -55px;
}

[data-gt-lang="es"].glink:after {
	margin-left: -16px;
	position: absolute;
	content: "Español";
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
}

[data-gt-lang="es"].glink:hover::after {
	color: #bf8660;
}

[data-gt-lang="es"].glink:hover {
	color: #fff !important;
}

.header-right .btn {
	min-width: 175px;
}

.gtranslate_wrapper a:hover {
	color: #bf8660;
}

.gtranslate_wrapper:hover a {
	color: #bf8660;
}

.btn:hover [data-gt-lang="es"].glink {
	color: transparent;
}

.btn:hover [data-gt-lang="es"].glink::after {
	color: #bf8660;
}

.btn:hover [data-gt-lang="en"].glink {
	color: #bf8660;
}

.meet-our-attorney .reach-out {
	margin-top: 40px !important;
	margin-bottom: 0;
}

.about-section {
	background: #f7f7f7;
}

.practice-need-section .heading-wrap {
	margin-bottom: .7rem !important;
}

.practice-need-section {
	background-color: #f7f7f7;
}

.categories {
	background: #e8e8e8;
	padding: 30px 15px;
}

.blog-detail-page {
	background-color: #f7f7f7;
}

.last-section-firm h2.small-heading.wow.fadeInUp {
	margin-top: 0 !important;
}

.nav-menu ul li:hover ul li.menu-item-874 ul.sub-menu {
	bottom: 0;
	top: inherit;
}

.home-practice .small-heading {
	margin-top: 0px !important;
}

.home-contact .heading {
	margin-top: 0px !important;
}

#modalTitle {
	margin-top: 0px !important;
}

.icon-box-section .heading {
	margin-top: 0px !important;
	line-height: normal;
}

/* .gtranslate_wrapper .glink.nturl.notranslate{
	position:relative;
	
}
.gtranslate_wrapper .glink.nturl.notranslate:after{
position:absolute;
content:'Español';
top:0;
	left:0;
} */
.search-item a:hover:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 18px;
	height: 13px;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/05/Vector-9.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(-50%, -50%);
	transition: .5s all;
}

.search-item a:before {
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/arrows-white.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(-50%, -50%);
	transition: .5s all;
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 18px;
	height: 13px;
}

.home-contact .row {
	align-items: normal !important;
}

.sidebar ul.sub-menu {
	position: relative;
	top: 100%;
	width: 80%;
	left: 50px;
	padding-top: 10px;
}

/* Show submenu on hover */
.sidebar li.menu-item > ul.sub-menu {
	display: block;
}

.col-lg-10.col-md-4.call-btn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.understanding-immigrants-section, .Immigration-reform-section {
	padding-bottom: 30px !important;
}

.understanding-immigrants-sub-section, .Immigration-reform-sub-section {
	padding-top: 0;
}

.about-section .heading {
	color: #bf8660;
	font-weight: 600;
	font-size: 20px;
	font-family: "DM Sans";
}
