/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2024 | 23:24:59 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.section.faq-section {
	padding: 80px 0 0 0;
}

.btn-faq {
	margin:40px 0 80px 0;
}

.faq-section .section-header {
	max-width: 100%;
	margin: 0;
}

.faq-section .section-header hr {
	display: none;
}

.faq-section .section-header h2 {
	font-weight: bold;
	margin-bottom: 30px;
}
.accordion .card-title {
	background-color: #fff;
}

.accordion-connected {
	    margin: 0 auto;
    width: 80%;
}

.accordion-connected .card-title {
	border-bottom: 1px solid #f1f2f3 ;
}

.card-body {
	font-size: 16px;
    color: #000;
}

.accordion-connected .card {
	margin-bottom: 12px !important;
}

.btn-call a {
	border: 1px solid #0d823d;
	background-color: #fff !important;
	color: #0d823d !important;
}

a {
	color: #fdeb0a;
}

a:hover {
	color: #0d823d;
}

.navbar {
	padding: 10px 0;
}


.btn.btn-success {
	background-color: #0D823D;
	border: none;
}

.btn.btn-warning {
	border: 1px solid #0d823d;
	background-color: #fff !important;
	color: #0d823d !important;
}

.btn-warning:hover {
	box-shadow: 0 1px 10px rgba(13,130,61,0.4);
	-webkit-box-shadow: 0 1px 10px rgba(13,130,61,0.4);
}

.container {
	max-width: 100%;
    padding: 0 10%;
}

.wp-block-columns, .logo-image {
	margin-bottom: 0;
}

nav > .container, footer > .container {
	max-width: 1360px;
	padding: 0 48px;
}

.wp-block-cover, .container-wrapper, .wp-block-column.container-wrapper   {
	max-width: 1360px;
	padding: 0 24px;
    margin: 0 auto;
}




.main-content>.container:first-child {
	background-image: url('https://lemonlawassist.com/wp-content/uploads/2023/08/background-hero-image.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 90px;
}

.contact-wrapper {
	margin-bottom: -7rem;
}

.contact-wrapper a {
	color: blue;
}

.testimonial-item, .why-item {
	padding: 38px;
}

.why-item {
	border-radius: 12px;
}

.testimonial-text {
	min-height: 200px;
}

.no-margin {
	margin-bottom: 0;
}

#nav-menu-item-1637 {
	display: none;
}

.footer .container .row > div:nth-child(2) {
	display: none;
}

.footer .container .row {
	justify-content: space-between;
}

.title-width {
	width: 68%;
	margin: 0 auto;
}

.logos-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.wp-block-button__link {
	padding: 14px 60px;
}

.wp-block-image {
	margin: 0;
}

.section-bottom {
    gap: 0;
    margin-bottom: 50px;
}

.section-bottom .wp-block-column.has-background.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    justify-content: center;
}

.hero-section .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow .wp-block-cover.alignfull.has-medium-font-size {
    max-width: 100%;
}

.hero-section .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow .wp-block-cover.alignfull.has-medium-font-size h1 {
    font-size: 56px !important;
}

.wp-block-cover, .container-wrapper, .wp-block-column.container-wrapper   {
	width: 100%;
}

.hero-section h1 {
    margin-top: 82.1px;
}

.gap-60 {
    gap: 60px;
}

.list-items li {
    font-size: 18px !important;
}
@media (max-width: 1200px) {
		.accordion-connected {
    width: 100%;
}
}

@media (max-width: 992px) {
	.navbar-left {
		width: 100%;
		padding: 0 24px;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	
	.title-width {
		width: 100%;
	}
	
	.spacing {
		height: 60px !important;
	}
	
	.testimonial-text {
		min-height: unset;
	}
	
	.btn.btn-warning {
		margin-bottom: 10px;
	}
	.list-items {
    gap: 0;
}

.list-items ul {
    margin: 0;
}
	.hero-section h1 {
    margin-top: 66px;
}
}

@media (max-width: 781px) {
	h1 {
		font-size: 40px !important;
	}
	
	h2 {
		font-size: 30px !important;
	}
	
	.sub-title {
		font-size: 18px !important;
	}
	
	.center {
		text-align: center;
		justify-content: center;
	}
	
	.eligible-title {
		min-height: auto;
	}
	.locations .wp-block-column.container-wrapper.is-layout-flow.wp-block-column-is-layout-flow {
    padding: revert-layer;
}

.section-bottom {
    display: flex;
    flex-direction: column-reverse;
}
	.hero-section .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow .wp-block-cover.alignfull.has-medium-font-size h1 {
    font-size: 40px !important;
}
}

@media (max-width: 500px) {
	.hide-on-mobile {
		display: none;
	}
	
	.wp-block-button__link {
		padding: 14px 40px;
	}
}

@media (max-width: 444px) {
	.btn.btn-success.btn-xl {
		margin-bottom: 10px;
	}
}

.post-views.content-post.entry-meta:last-child {
	display: none;
}