
/* 1349px */
@media screen and (max-width: 1349px) {

	/* How it work */

	body.lawyer .how-it-work-feature:before {
		width: 100%;
		left: 0;
	}
}

/* 1024px */
@media screen and (max-width: 1024px) {
	
	/* Banner */
	body.lawyer .content-section h2.hero-title {
		font-size: 60px;
		line-height: 61px;
	}
	body.lawyer form.job_search_form {
		width: 400px;
	}

	/* How it work */

	body.lawyer .how-it-work-feature .feature-box-main-section .home-feature {
		padding: 48px 20px 39px;
	}

	/* Pricing Page */

	body.lawyer ul.job-packages {
		grid-template-columns: repeat(2, 1fr);
	}

}

/* 870px */
@media screen and (max-width: 870px) {
	/* Banner */
	body.lawyer .content-section p {
		max-width: 320px;
	}
	/* Listing */
	body.lawyer .content-box .job-listing-details .job-title {
		max-width: 150px;
	}
}

/* 767px */
@media screen and (max-width: 767px) {
	
	/* Banner */
	body.lawyer .content-section h2.hero-title {
		font-size: 50px;
		line-height: 51px;
	}
	body.lawyer .content-section h2.hero-light-title {
		font-size: 30px;
		line-height: normal;
	}
	body.lawyer .content-section h2 {
		max-width: 100%;
		text-align: center;
	}
	body.lawyer .content-section p {
		text-align: center;
		margin: 0 auto;
		max-width: 100%;
	}
	body.lawyer form.job_search_form {
		position: relative;
		bottom: 0;
		margin-top: 30px;
		width: 100%;
	}
	body.lawyer .pointify-hero-search form.job_search_form .search_jobs .search_region {
		margin: 0;
	}

	/* Category Page */

	body.lawyer .taxonomy-widget-section .widget-title-desc-caption h4,
	body.lawyer .widget-title-desc-caption h4 {
		text-align: center;
	}
	body.lawyer .taxonomy-widget-section .widget-title-desc-caption p {
		margin: 0 auto;
	}

	/* How it work */

	.lawyer_work_sec {
		flex-direction: column-reverse;
		gap: 20px;
	}
	body.lawyer .pointify-how-it-works .widget-title-desc-caption p {
		margin: 0 auto;
		text-align: center;
		max-width: 100%;
	}
	body.lawyer .pointify-how-it-works .widget-title-desc-caption h4, body.lawyer .pointify-how-it-works .widget-title-desc-caption h3 {
		text-align: center;
	}
	body.lawyer .popular-listing-caption ul.job_listings {
		padding: 0;
	}

	/* Listing Single */

	body.lawyer .lawyer-listing-caption {
		flex-direction: column;
	}
	body.lawyer .lawyer-listing-caption .company-logo img {
		width: 100%;
	}
	body.lawyer .company-content {
		padding: 20px;
	}
	body.lawyer .listing-details {
		padding: 0px 15px;
	}
	body.lawyer .pointify-page-header .pointify-page-title {
		text-align: center;
	}

	/* Blog CSS */

	body.lawyer .post-main-section {
		flex-direction: column;
	}
	body.lawyer .post-main-section .post-thumbnail,
	body.lawyer .post-content-section {
		width: 100%;
	}

	/* How it work */

	body.lawyer .how-it-work-main-content-caption {
		padding: 30px 0px;
	}
	body.lawyer .how-it-work-main-sec {
		padding: 0;
		padding-top: 50px;
	}
	body.lawyer .how-it-work-main-content-caption.right-content-cls {
		padding: 30px 0 0;
	}
	body.lawyer .how-it-work-main-sec .how-it-work-main-caption .how-it-work-main-content:nth-child(2n) {
		margin-bottom: 30px;
	}
	body.lawyer .how-it-work-main-sec .how-it-work-main-caption .how-it-work-main-content:nth-child(2n) .row {
		flex-direction: column-reverse;
	}
	body.lawyer .how-it-work-main-content img {
		min-height: 300px;
	}
	
	/* Listing */

	body.lawyer .job-bottom-content .job-single-btn-cls a {
		align-items: center !important;
	}

	/* Pricing Page */

	body.lawyer ul.job-packages {
		margin-top: -40px;
	}
	body.lawyer ul.job-packages {
		grid-template-columns: repeat(1, 1fr);
	}

}

/* 420px */
@media screen and (max-width: 420px) {

	/* Blog Single CSS */
	body.lawyer .single-content-wrapper .post-content-section {
		display: flex;
	}
	body.lawyer .single-post-main-section .post-navigation .author-info .author-name {
		padding: 0;
	}

}