
.inner-page-banner .inner-banner-heading {
	color: #084575;
	font-size: 50px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.inner-page-banner {
	width: 100%;
	height: 100%;
	max-height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
}

/*********Button/inputs*********/
.form-control:hover, .form-control:focus {
	background-color: transparent;
	box-shadow: none;
	outline: none;
}

textarea.form-control {
	min-height: 100px;
}

[data-name="quiz-math"] span.wpcf7-quiz-label {
	padding-left: 15px;
}

.submitting .wpcf7-submit {
	pointer-events: none;
}

.submit-btn {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 130px;
}

.form-control {
	background: transparent;
	box-shadow: none !important;
	outline: 0 !important;
	resize: none;
	border: none;
	border-bottom: 1px solid #dbdbdb;
	color: #000;
	padding: 25px 0px 25px 15px;
	border-radius: 0;
}

.form-group {
	margin-bottom: 15px;
	position: relative;
}

.button {
	border-radius: 30px;
	background: var(--red);
	display: inline-flex;
	padding: 15px 35px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	border: none;
	border: 1px solid transparent;
	font-size: 16px;
	transition: .5s;
}

.button:hover {
	background: #fff;
	color: var(--red);
	border: 1px solid var(--red);
}

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

/**********thank-you-page************/
.thank-you-page .text {
	background: var(--blue);
	padding: 35px 35px;
	font-size: 18px;
	color: #fff;
}

.thank-you-page .text a:not(.button), .thank-you-page .text h2 {
	color: #fff;
}

.contact-form-sidebar .heading {
	color: #fff;
}

/****************static page****************/
.list-style ul.two-col-li {
	column-count: 2;
}

.static-page .content-area {
	padding-right: 50px;
}

.static-page h2 {
	font-size: 30px;
}

.static-page h3 {
	font-size: 30px;
}

.static-page h4 {
	font-size: 27px;
}

.static-page h5 {
	font-size: 24px;
}

.static-page h6 {
	font-size: 22px;
}

.static-page h2 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.static-page h3, .static-page h4, .static-page h5, .static-page h6 {
	margin-bottom: 15px;
	margin-top: 20px;
}

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

/*.list-style ul li {
    content: '';
    padding-left: 20px;
}*/
.static-page .the_content, .static-page .full_content {
	margin-bottom: 20px;
}

.static-page .full_content {
	display: flex;
	flex-wrap: wrap;
}

.static-page .full_content .image-area {
	width: 33%;
}

.static-page .full_content .text-area {
	width: 67%;
}

.static-page .full_content .image-area.right {
	padding-left: 15px;
}

.static-page .full_content .image-area.left {
	padding-right: 15px;
}

.static-page .full_content .bottom_content {
	margin-top: 15px;
}

.static-page .the_content img.size-full {
	margin-bottom: 25px;
	border: 0 !important;
}

/****************static page****************/

/* blog page css */
ul.post-list {
	list-style: none;
	padding-left: 0;
}

.category-list {
	margin-bottom: 15px;
}

.category-list a {
	color: #999;
}

.category-list a:hover {
	color: #56baf3;
}

.blog-btn {
	display: inline-flex;
}

.blog-full-post ul li .post-image a {
	border: 1px solid #f2f2f2;
}

.blog-full-post ul li .post-image a, .blog-full-post ul li .post-image a img {
	display: inline-block;
	width: 100%;
}

.blog-full-post ul li .post-image a img {
	display: block;
	height: auto;
	object-fit: cover;
	object-position: 0 0;
}

.blog-full-post {
	padding-right: 5%;
}

.post-title {
	margin-bottom: 10px;
}

.post-title a {
	line-height: normal;
	line-height: 40px;
	display: inline-block;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

.post-title a:hover {
	color: var(--red);
}

.blog-single-detail .post-image img {
	border: 1px solid #e9e9e9;
	padding: 5px;
	display: block;
	display: inline-block;
	height: 500px;
	object-fit: cover;
	width: 100%;
}

.blog-single-detail .post-image {
	margin-bottom: 25px;
	width: 100%;
}

.blog-full-post .post-list li {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.blog-full-post .post-list li:last-child {
	margin-bottom: 0;
}

.blog-full-post .post-list li .post-image {
	width: 100%;
	display: flex;
}

.blog-single-img {
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}

.blog-single-img img {
	width: 100%;
}

.single-post-content img, .static-page-details img {
	border: 1px solid #f2f2f2;
	padding: 5px;
}

.single-post-content .size-full {
	width: 100%;
}

.blog-info-header {
	margin-top: 15px;
	margin-bottom: 0;
}

.blog-heading {
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: .02em;
	color: #000;
}

.blog-detail .blog-title {
	font-size: 35px;
	line-height: 1.25;
	letter-spacing: .02em;
	text-transform: capitalize;
	color: #122d4a;
	margin-bottom: 10px;
}

.blog-detail .blog-title a {
	display: inline-block;
	color: #122d4a;
}

.blog-detail .blog-title a:hover {
	color: #56baf3;
}

.blog-detail .blog-image {
	border-top: 1px solid #e9e9e9;
	padding-top: 25px;
	margin-top: 20px;
}

.blog-detail .blog-the_content {
	border-top: 1px solid #e9e9e9;
	padding-top: 20px;
	margin-top: 40px;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.75;
	text-transform: capitalize;
}

.blog-detail .blog-the_content h2 {
	font-size: 35px;
	display: inline-block;
}

.blog-detail .blog-the_content h3 {
	font-size: 32px;
	display: inline-block;
}

.blog-detail .blog-the_content h4 {
	font-size: 30px;
	display: inline-block;
}

.blog-detail .blog-the_content h5 {
	font-size: 28px;
	display: inline-block;
}

.blog-detail .blog-the_content h5 {
	font-size: 25px;
	display: inline-block;
}

.static-page .the_content figure {
	margin-bottom: 15px;
}

.blog-the_content ul li {
	line-height: 2;
}

.search-results .post-image, .search-results div#sidebar-search {
	display: none;
}

/* blog page css */
.gallery-icon img {
	border: 1px solid #cfcfcf !important;
	padding: 7px !important;
}

.gallery .gallery-item {
	padding: 5px;
}

.blog-search-side form.search-form {
	float: left;
	width: 100%;
	position: relative;
}

.sidebar .searchitem label {
	display: inline;
	margin-bottom: 0;
}

.blog-search-side .searchitem .search-submit {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 60px;
	padding: 10px;
	margin: auto;
	cursor: pointer;
	font-size: 14px;
	background: #be2430;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blog-search-side form.search-form:after, .sidebar form.search-form:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("https://www.craiggreeninglaw.com/wp-content/themes/thegreen/img/search-white.png");
	background-repeat: no-repeat;
	background-size: 23px;
	padding-left: 0px;
	background-position: center;
}

.sidebar .widget.searchitem {
	padding: 0;
	border: none;
	float: left;
	width: 100%;
	position: relative;
	box-shadow: none;
	margin-bottom: 20px;
}

.sidebar .widget.searchitem .widget-title {
	padding: 0;
	margin-bottom: 10px;
}

.widget-title {
	font-size: 28px;
	width: 100%;
}

.blog-search-side form.search-form:after, .sidebar form.search-form:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("https://www.craiggreeninglaw.com/wp-content/themes/thegreen/img/search-white.png");
	background-repeat: no-repeat;
	background-size: 23px;
	padding-left: 0px;
	background-position: center;
}

/* blog search css */

/* blog search css end*/

/* pagination css */
.paging-new {
	/*    display: flex;*/
	align-items: center;
	margin-top: 0px;
}

.paging-new .pagination {
	margin-top: 70px;
	display: block;
}

.paging-new .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.paging-new .page-numbers {
	font-weight: 400;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

.paging-new .page-numbers:not(.prev):not(.next) {
	margin: 20px 5px;
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 50%;
	text-align: center;
}

.paging-new .prev.page-numbers {
	margin-right: 60px;
}

body .paging-new .next.page-numbers {
	margin-left: 60px;
}

.paging-new .prev.page-numbers, .paging-new .next.page-numbers {
	margin-left: 0;
	background: var(--red);
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	width: 94px;
	height: 50px;
	line-height: 1;
	padding: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}

body .paging-new .page-numbers.current, .paging-new .page-numbers:hover {
	color: white;
	border-color: var(--red) !important;
	background-color: var(--red);
}

.paging-new .screen-reader-text {
	display: none;
	font-size: 0px;
	opacity: 0;
	pointer-events: none;
}

.paging-new .next.page-numbers:hover, .paging-new .prev.page-numbers:hover {
	color: #fff;
	background-color: #000;
}

/* pagination css */

/* sidebar css*/
.sidebar .widget {
	margin-bottom: 40px;
	z-index: 1;
}

.sidebar .widget.practice-side {
	padding-bottom: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	float: left;
}

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

.sidebar .widget.practice-side ul {
	padding-bottom: 11px;
	margin-bottom: 20px;
}

/*.sidebar .widget .form-title {
    color: #000;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
}*/

/*.sidebar .widget-menu {
    position: relative;
    width: 100%;
    padding: 30px 0 0px 0;
    background: #fff;
    border: 1px solid #E2E2E2;
}
*/
.sidebar .practice-side .widget-menu {
	padding-bottom: 0;
}

.sidebar .widget-title br {
	display: none;
}

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

.sidebar .widget li {
	position: relative;
	padding-right: 0 !important;
	margin-top: 5px;
	list-style: none;
}

.sidebar .side-form-title {
	text-align: center;
}

.sidebar .widget li a:hover:after {
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/right-arrow.svg");
}

.sidebar .widget-menu ul li a br {
	display: none;
}

.sidebar .widget-menu ul li:last-child a {
	border-bottom: none;
}

.sidebar .widget li:last-child {
	border-bottom: none;
}

.side-contact-header {
	margin-bottom: 20px;
}

.contact-form-sidebar {
	padding: 40px 30px;
	position: relative;
	box-sizing: border-box;
	background: #121212;
	box-shadow: 0px 0px 30px rgba(94, 94, 94, .1);
}

.contact-form-sidebar input::placeholder {
	color: #fff !important;
}

.contact-form-sidebar textarea::placeholder {
	color: #fff !important;
}

.contact-form-sidebar .form-title {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.contact-form-sidebar .form-title:focus {
	color: #fff !important;
	border-bottom: 1px solid white;
}

.contact-form-sidebar .form-control:focus {
	color: white;
}

.contact-form-sidebar .form-control {
	padding: 15px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	color: white;
}

.contact-form-sidebar input {
	color: #fff;
}

.contact-form-sidebar .formbtn {
	text-align: center;
	padding-top: 50px;
}

.contact-form-sidebar .formbtn input {
	background: var(--red);
	color: #fff;
	border: 0;
	border: 1px solid transparent;
	padding: 17px 34px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: .5s;
}

.contact-form-sidebar .formbtn input:hover {
	color: var(--red);
	background: #fff;
	border: 1px solid var(--red);
}

.side-contact-header p {
	font-size: 12px;
	color: #000;
	line-height: normal;
}

.contact-form-sidebar {
	width: 100%;
	position: relative;
	margin: 40px 0;
}

.side-form-title {
	border-bottom: none;
	position: relative;
	width: 100%;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	text-transform: capitalize;
}

.sidebar .form-title-wrap {
	width: 100%;
	position: relative;
	text-align: left;
	padding: 0;
	margin-bottom: 0;
}

.sidebar div.wpcf7 .wpcf7-form .label-name {
	font-size: 16px;
}

.sidebar .wpcf7 ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .9) !important;
}

.sidebar .wpcf7 ::-moz-placeholder {
	color: rgba(255, 255, 255, .9) !important;
}

.sidebar .wpcf7 :-ms-input-placeholder {
	color: rgba(255, 255, 255, .9) !important;
}

.sidebar .wpcf7 :-moz-placeholder {
	color: rgba(255, 255, 255, .9) !important;
}

.wpcf7-form textarea.form-control {
	height: 130px;
}

.sidebar div.wpcf7 .wpcf7-form .form-control:focus {
	border-bottom: 1px solid #d8d8d8;
}

.sidebar div.wpcf7 .wpcf7-form .form-group {
	margin-bottom: 15px;
}

.sidebar div.wpcf7 .wpcf7-response-output {
	bottom: -30px;
	padding: 2px 6px !important;
	font-size: 11px;
	background: #b30000;
	line-height: 14px;
	color: #fff;
}

.sidebar div.wpcf7 span.wpcf7-quiz-label {
	color: #fff;
}

.sidebar .wpcf7 form .btn-wrap {
	background-color: transparent;
	border-radius: 45px;
	width: 182px;
	position: relative;
	margin: auto;
	margin-top: 15px;
}

.sidebar .wpcf7 form .btn-wrap .wpcf7-spinner {
	position: absolute;
	top: 12px;
}

.sidebar .wpcf7 form .btn-wrap .btn:hover {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

.contact-form-sidebar .form-heading {
	color: #fff;
}

/* sidebar css*/

/********blockquote*******/
blockquote {
	font-size: 20px;
	width: 100%;
	margin: 0 auto;
	font-style: italic;
	padding: 30px 20px 30px 75px;
	border-left: 8px solid var(--blue);
	position: relative;
	background: #ededed;
}

blockquote::before {
	content: "“";
	color: var(--blue);
	font-size: 4em;
	position: absolute;
	left: 10px;
	top: -10px;
}

blockquote::after {
	content: "";
}

blockquote span {
	display: block;
	color: #333;
	font-style: normal;
	font-weight: bold;
	margin-top: 1em;
}

/********blockquote*******/

/**********Responsive***********/
@media (max-width:1300px) {
	.blog-full-post {
		padding-right: 0;
	}
}

/** blog css end ***/

/*about Page css start here*/
.about-area .tab-section .tab-heading {
	background: #313131;
	display: flex;
	align-items: center;
}

.about-area .tab-section .nav {
	flex-direction: unset !important;
	width: 100%;
}

.about-area .tab-section .tab-heading .nav-link {
	width: 100%;
}

.about-area .tab-section .tab-heading .nav-link {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #e4e4e4;
	padding: 25px 30px;
	cursor: pointer;
}

.about-area .tab-section .tab-heading .nav-link:first-child {
	border-top: 1px solid #e4e4e4;
}

.about-area .tab-section .tab-heading .nav-link.active:first-child {
	border-top: 0px;
}

.about-area .tab-section .tab-heading .nav-link.active {
	background: #7a7a7a;
	width: calc(100% + 12px);
	position: relative;
	border-radius: 0;
}

.about-area .tab-section .tab-heading .nav-link.active:before {
	content: "";
	position: absolute;
	height: 80px;
	width: 10px;
	background: var(--red);
	top: 11px;
	left: 0;
}

.about-area .tab-response .subtitle {
	font-size: 28px;
	color: #121212;
	line-height: 32px;
	font-weight: 700;
}

.about-area .tab-response .about-title {
	font-size: 42px;
	color: #121212;
	font-weight: 700;
	line-height: 63px;
}

.about-area .lft {
	padding-right: 60px;
}

.about-area .tab-section .tab-heading .nav-link.active::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 15px;
	background: #7a7a7a;
	top: 0;
	right: -15px;
}

.about-area .tab-section .tab-heading .nav-link:hover {
	background: #7a7a7a;
}

.about-area .tab-response p {
	color: #000;
	font-size: 16px;
}

.cg-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

.about-area .tab-content {
	background: #f5f5f5;
	position: relative;
	padding: 30px;
	margin: 20px 0px 20px 0;
	z-index: 2;
	margin-left: auto;
}

.about-area .tab-content div#mep_0 {}

/* .cg-img img{
    position: absolute;
    width: 58%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    left: 0;
    top: 0;
    z-index: 1;
} */
@media (min-width:992px) {
	.cg-img {
		margin-right: -180px;
	}
}

.craig-image img {
	height: 100%;
	object-fit: cover;
}

.handling-law-section {
	background: var(--red);
	color: #fff;
}

.handling-law-section a {
	color: white;
	text-decoration: underline;
}

.handling-law-section a:hover {
	color: white;
	text-decoration: none;
}

.handling-cases-content .handling-cases-title {
	font-size: 42px;
	font-weight: 700;
	line-height: 63px;
	text-transform: uppercase;
}

.handling-cases-content a.theme-btn {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #fff;
	padding: 13px 24px;
	border-radius: 37px;
	transform: .5s;
}

.handling-cases-content a.theme-btn:hover {
	background: #fff;
	color: var(--red);
}

.handling-cases-content p {
	line-height: 36px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-section section.blogs-sc-hm {
	padding-top: 0;
}

.blog-title h2:after {
	width: 178px;
	left: calc(50% - 89px);
}

.blog-title h2:after {
	content: "";
	width: 260px;
	max-width: 100%;
	border-bottom: 1px solid var(--red);
	left: calc(50% - 130px);
	bottom: 0;
	position: absolute;
}

/*banner css */
.inner-banner {
	padding-top: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-image img {
	display: block;
}

.inner-banner-wraper p {
	color: #fff;
	font-size: 18px;
}

.banner-client-name {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
	height: fit-content;
}

.handling-cases-image {
	float: right;
}

.banner-client-name .client-name {
	color: #fff;
	font-size: 34px;
	font-weight: 500;
}

.banner-client-name .client_designation {
	font-size: 44px;
	text-transform: capitalize;
	line-height: 44px;
	font-weight: 400;
	color: #fff;
	font-family: "Notera Personal Use Only";
}

.client_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

/*about page css end here*/

/*blog page css start here*/
.page-banner {
	height: 550px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

.page-banner:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/uploads/2024/06/blog-banner.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.page-banner:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/uploads/2024/06/blog-banner.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.page-banner .banner-title {
	position: relative;
	z-index: 1;
}

.blog-full-post ul li .post-image a img {
	display: block;
	height: 400px;
	object-fit: cover;
	object-position: 0 0;
}

.post-image img.featured-img {
	width: 100%;
	object-fit: cover;
}

.blog-desc {
	border-bottom: 1px solid #7a7a7a;
	padding-top: 15px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.blog-sidebar input.search-field {
	color: #2a2a2a;
	border: 1px solid rgba(126, 126, 126, .3);
	outline: none !important;
	box-shadow: none !important;
	width: 100%;
	padding: 20px 15px;
	padding-right: 150px;
}

.blog-sidebar input::placeholder {
	color: #2a2a2a;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	opacity: 1;
}

.blog-sidebar input.search-submit.search-btn {
	padding: 9px 10px;
	border-radius: 50px;
	background: var(--red);
	border: 0;
	border: 1px solid transparent;
	color: #fff;
	height: 52px;
	width: 131px;
	text-transform: uppercase;
	font-weight: 500;
	transition: .5s;
	position: absolute;
	right: 7px;
	top: 7px;
	font-size: 16px;
}

label {
	width: 100%;
	position: relative;
}

form.search-form {
	position: relative;
}

.blog-sidebar input.search-submit.search-btn:hover {
	background: #fff;
	color: var(--red);
	color: var(--red);
	border: 1px solid var(--red);
}

.widget-menu .menu-cat-areas ul {
	padding: 0;
}

.widget-menu .menu-cat-areas ul li {
	padding: 13px 0;
}

.widget-menu .menu-cat-areas ul li a svg {
	position: absolute;
	right: 0;
	top: 17px;
}

.widget.cat-widget.fullwidth {
	border: 1px solid #ccc;
	padding: 45px 0px;
}

.widget.cat-widget.fullwidth  li a, .widget.cat-widget.fullwidth .widget-title {
	padding-left: 18px;
	padding-right: 18px;
}

.widget.cat-widget.fullwidth ul li a {
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/arrow-up.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 18px) center;
	transition: all .5s;
	width: 100%;
	display: block;
	color: var(--black);
	font-weight: 400;
	padding-right: 35px;
}

.widget.cat-widget.fullwidth ul li.activeChild a {
	color: var(--red);
}

.widget.cat-widget.fullwidth ul li a.nitro-lazy {
	background-image: none !important;
}

.widget.cat-widget.fullwidth ul li a:hover {
	color: var(--red);
	background-position: calc(100% - 8px) center;
	transition: all .5s;
}

.widget.cat-widget.fullwidth ul li {
	margin-bottom: 23px;
	padding: 0;
}

.default-page-wp .the_content ul li, .fullwidth-page .default-content ul li {
	padding-left: 35px;
}

.default-page-wp .the_content ul li::before, .fullwidth-page .default-content ul li:before {
	content: "";
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/arrow-up.svg");
	width: 25px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 6.5px;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}

.widget.cat-widget.fullwidth ul li:last-child {
	margin-bottom: 0;
}

.sidebar input.search-submit.search-btn {
	margin-left: -142px;
	padding: 9px 10px;
	border-radius: 50px;
	background: var(--red);
	border: 0;
	border: 1px solid transparent;
	color: #fff;
	height: 58px;
	width: 131px;
	text-transform: uppercase;
	font-weight: 500;
	transition: .5s;
}

.static-page .content-area img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.single .static-page .content-area img {
	width: auto;
	object-fit: cover;
}

.single .the_content ul li::before {
	top: 10px;
}

.single .static-page .content-area  .thumbnail-image img {
	width: 100%;
}

.blog-desc .powered-by {
	color: #121212;
	font-size: 18px;
}

.the_content p {
	font-size: 18px;
}

.the_content ul li {
	position: relative;
}

.the_content ul li:before {
	content: "";
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/uploads/2024/06/check.svg");
	position: absolute;
	top: 6.5px;
	height: 16px;
	width: 16px;
	left: 0;
	background-repeat: no-repeat;
}

/*case result css start here*/
.case-result .case-result-list {
	background-color: var(--red);
	color: #fff;
	height: 100%;
	text-align: center;
	padding-top: 40px;
	padding: 40px 7px;
	min-height: 230px;
}

.case-result .case-result-list:hover {
	background-color: black;
}

.case-result .case-result-list .result-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 37px;
}

.case-result-list p {
	line-height: 1.5;
}

.case-result .upper-content h2.h2:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 30%;
	background: rgba(204, 204, 204, .8);
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
}

.case-result .case-list {
	padding-top: 12px;
	padding-bottom: 12px;
}

.case-result .upper-content p {
	color: #000;
}

.case-result {
	padding-top: 70px;
}

/*about page css start here*/
.experience-images-area .about-group-image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
}

.experience-images-area {
	padding-bottom: 75px;
	padding-right: 150px;
}

.experience-images-area .about-group-image .popup-img {
	background-color: var(--red);
	position: absolute;
	top: -37px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: fit-content;
	padding: 12px 20px;
	border: 4px solid rgba(255, 255, 255, .15);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 22px;
	line-height: 1.2;
	text-transform: capitalize;
}

.experience-images-area .about-group-image .popup-img .year-no {
	font-size: 48px;
	margin-right: 5px;
}

.experience-images-area .exp-txt {
	width: fit-content;
}

.experience-content-area h2.h2:before {
	position: absolute;
	content: "";
	background: rgba(204, 204, 204, .8);
	width: 100%;
	height: 1px;
	bottom: 0;
}

.experience-content-area p {
	color: #000;
}

.purus-section-content {
	position: relative;
}

.purus-section-content:after {
	content: "";
	background-color: var(--red);
	height: 100%;
	width: 80vw;
	top: 0;
	position: absolute;
	z-index: 1;
	left: -10vw;
}

.purus-section:before {
	--half-conainer: calc(var(--container-width) / 2);
	content: "";
	background-color: var(--red);
	height: calc(100% - 178px);
	width: calc(50vw + var(--half-conainer) - 100px);
	top: 0;
	position: absolute;
	z-index: 1;
	left: 0;
}

.purus-section * {
	position: relative;
	z-index: 2;
}

.purus-section:after {
	content: "";
	background-color: #f5f5f5;
	height: 50%;
	width: 100%;
	bottom: 0;
	position: absolute;
	z-index: -1;
	left: 0;
}

.purus-section-content p {
	color: #fff;
}

.purus-section {
	padding-bottom: 0;
}

.purus-section-content {
	padding-bottom: 60px;
}

.experience-content-area {
	padding-top: 55px;
}

.about-banner:after {
	content: "";
	background: radial-gradient(103.38% 103.38% at 50% 48.75%, rgba(0, 0, 0, 0) 0%, #000 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.about-banner .inner-banner-wraper {
	position: relative;
	z-index: 5;
}

.about-banner .banner-client-name {
	position: relative;
	z-index: 5;
}

.about-banner .inner-banner-wraper {
	padding: 100px 0px;
}

.about-banner .banner-image img {
	position: absolute;
	height: 97%;
	right: 15px;
	bottom: 0;
	width: 100%;
	object-fit: contain;
	object-position: right;
	z-index: 4;
}

.about-area .rgt {
	padding: 60px 0px;
	padding-right: 60px;
}

.about-area .container {
	padding-left: 0;
	padding-right: 60px;
}

.breadcrumb-sec {
	background-color: var(--red);
	padding: 10px 0px;
}

.breadcrumb-sec * {
	color: white;
	text-transform: capitalize;
}

.breadcrumb-sec a:hover {
	color: black;
}

.btm-grey-border, .testimonial-overview-default h2, .testimonial-overview-default h3, .testimonial-overview-default h4, .testimonial-overview-default h5, .testimonial-overview-default h6, .testimonial-overview-default h1, .carrer-top-sc .top-sc :where(h1, h2, h3, h4, h5, h6), .service-top-sc :where(h1, h2, h3, h4, h5, h6) {
	position: relative;
}

.btm-grey-border h2:after, .btm-grey-border .h2:after {
	content: "";
	width: 270px;
	border-bottom: 1px solid var(--grey2);
	height: 1px;
	position: absolute;
	left: calc(50% - 135px);
	bottom: 0;
}

.service-top-sc :where(h1, h2, h3, h4, h5, h6):after {
	content: "";
	width: 170px;
	border-bottom: 1px solid var(--grey2);
	height: 1px;
	position: absolute;
	left: calc(50% - 85px);
	bottom: 0;
}

.testimonial-overview-default :where(h1, h2, h3, h4, h5):after, .carrer-top-sc .top-sc :where(h1, h2, h3, h4, h5, h6):after {
	content: "";
	width: 470px;
	border-bottom: 1px solid var(--grey2);
	height: 1px;
	position: absolute;
	left: calc(50% - 235px);
	bottom: 0;
}

.btm-grey-border h2, .testimonial-overview-default :where(h1, h2, h3, h4, h5), .carrer-top-sc .top-sc :where(h1, h2, h3, h4, h5, h6), .service-top-sc :where(h1, h2, h3, h4, h5, h6) {
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.search .contact-form-sidebar {
	margin-top: 0;
}

.team-list .botton-content {
	margin-left: 20px;
	margin-right: 20px;
	background-color: var(--red);
	min-height: 80px;
	padding: 10px;
	color: white;
	margin-top: -50px;
	position: relative;
	z-index: 1;
	transition: all .5s;
}

.team-list .botton-content .title {
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
}

.team-list .botton-content .designation {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: white;
}

.team-list .post-blk  .img-sec img {
	transition: all .5s;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.team-list .post-blk, .team-list .post-blk .img-sec {
	height: 100%;
}

.team-list .post-blk a:hover .img-sec img {
	transform: scale(1.1);
	transition: all .5s;
	display: block;
}

.team-list .post-blk a:hover   .botton-content {
	background-color: var(--black);
}

.team-list  .btm-grey-border h2:after {
	width: 190px;
	left: calc(50% - 95px);
}

.team-list .container {
	margin-bottom: 80px;
}

.team-list .container:last-child {
	margin-bottom: 0;
}

.about-pg-sec .btm-grey-border h2:after, .single-staff-member .btm-grey-border h2:after {
	width: 100%;
	left: 0;
}

.team-right-img-sec .rgt-btm-border::after {
	border: 1px solid var(--red);
	height: 90%;
	top: 5%;
}

.team-right-img-sec .rgt-btm-border {
	padding-bottom: 0;
}

.single-staff-member .designation {
	font-weight: 600;
	color: var(--black);
}

.single-staff-member .post-image {
	padding-top: 15px;
	padding-left: 15px;
}

.single-staff-member .post-image:after {
	content: "";
	width: 25%;
	height: 25%;
	background-color: var(--red);
	position: absolute;
	left: 0;
	top: 0;
}

.single-staff-member .post-image img {
	display: block;
	position: relative;
	z-index: 2;
}

.testimonials-page .icon {
	width: 80px;
	height: 80px;
	font-size: 25px;
	font-weight: 600;
	color: white;
	background-color: var(--red);
	flex-shrink: 0;
	margin-right: 20px;
	border-radius: 50%;
}

.author-sc {
	width: calc(100% - 80px);
}

.testimonials-page .author {
	font-size: 18px;
	color: var(--black);
	font-weight: 700;
}

.testimonials-page .testimonial-blk {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.testimonials-page .test-rgt {
	padding-left: 20px;
	border-left: 1px solid #ccc;
	margin-left: 20px;
	width: calc(100% - 300px);
	padding-top: 5px;
}

.testimonials-page .test-lft {
	width: 300px;
}

.testimonials-page .stars-wp {
	width: 100%;
	letter-spacing: 11px;
}

.tick-ul ul li::before {
	content: "";
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/uploads/2024/06/check.svg");
	position: absolute;
	top: 10px;
	height: 16px;
	width: 16px;
	left: 0;
	background-repeat: no-repeat;
}

.tick-ul ul {
	padding-left: 0;
	margin-top: 10px;
}

.core-sec .inner-blk {
	border: 1px solid var(--grey2);
	padding: 30px;
}

.core-sec ul li {
	color: var(--black);
}

.opportunity-sec .inner-blk {
	border: 1px solid #ccc;
	min-height: 200px;
	height: 100%;
	padding: 30px 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}

.opportunity-sec .inner-blk:hover {
	background-color: var(--red);
}

.opportunity-sec .inner-blk:hover * {
	color: white;
}

.opportunity-sec  .title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--black);
}

.apply-button {
	text-decoration: underline;
	color: #7a7a7a;
	font-size: 16px;
}

.apply-button:hover {
	text-decoration: none;
}

.carrer-top-sc .left-img-carrer-sc .btm-grey-border h2:after {
	width: 100%;
	left: 0;
}

.carrer-top-sc {
	color: var(--black);
}

.core-sec .btm-grey-border h2:after {
	width: 100%;
	left: 0;
}

.core-sec .btm-grey-border h2 {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.opportunity-sec .btm-grey-border h2 {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.tab-list-service ul {
	width: fit-content;
	margin: auto;
	padding: 0 !important;
}

.tab-list-service ul li {
	min-width: 420px;
	text-align: center;
	position: relative;
	padding: 5px;
	padding: 25px 0px;
	font-size: 22px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	border-bottom: 5px solid white;
	margin: 0;
	margin: 0px 10px;
	cursor: pointer;
	background-color: var(--black);
}

.tab-list-service ul li.active, .tab-list-service ul li:hover {
	color: white;
	background-color: var(--red);
}

/* .tab-list-service ul li:after{
    content:'';
    width: 1px;
    height: 48px;
    background-color: #CCCCCC;
    position: absolute;
    right: 0;
    top:calc(50% - 24px);
} */
.tab-list-service ul li:last-child:after {
	content: none;
}

.tab-sec-service .inner-blk {
	position: relative;
	overflow: hidden;
}

/* .tab-sec-service .inner-blk:hover img{
    transform: scale(1.1);transition: all 0.5s;
} */

/* .tab-sec-service .inner-blk img{
    transition: all 0.5s;display: block;
} */

/* .tab-sec-service .inner-blk:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    left: 0;
    top: 0;
} */
.tab-sec-service .inner-blk {
	background-color: var(--red);
	height: 100%;
	text-align: center;
	padding: 40px 20px;
}

.tab-sec-service .inner-blk .title {
	font-size: 25px;
	line-height: 1.2;
	color: white;
	width: 100%;
	margin-top: 20px;
	z-index: 3;
}

.tab-sec-service .inner-blk:hover {
	background-color: var(--black);
}

.tab-sec-service .inner-blk svg path {
	fill: white;
}

.tab-content-service {
	display: none;
}

.tab-content-service.active {
	display: block;
}

.contact-page-loc-sc iframe {
	height: 600px;
	width: 100%;
	border: 6px solid var(--red) !important;
}

body .inner-page-banner {
	max-height: 550px;
}

body .inner-page-banner .inner-banner-heading {
	color: white;
	position: relative;
	z-index: 2;
	margin: 0;
}

.inner-page-banner:after {
	content: "";
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	right: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, .8) 0%, rgba(255, 255, 255, 0) 100%);
}

.inner-page-banner:before {
	content: "";
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .8) 0%, rgba(255, 255, 255, 0) 100%);
}

.contact-page-form .sub-hd {
	line-height: 1;
	color: var(--black);
}

.service-top-sc  p {
	color: black;
}

.nibh-content-section .btm-grey-border h2::after {
	width: 470px;
	left: calc(50% - 235px);
}

.bloglist .content-area {
	padding-right: 50px;
}

.default-page-wp form label {
	font-weight: bold;
}

/*.default-page-wp form label span{
    color: red;
}*/
.custom-checkbox span.wpcf7-list-item.first.last {
	margin: 0;
}

.default-page-wp .the_content .form-control {
	line-height: 1;
	border: 1px solid rgba(0, 0, 0, .8);
	box-shadow: inset 1px 1px 2px 0 rgba(31, 52, 76, .15), inset 0 5px 9px 0 rgba(31, 52, 76, .05);
	padding: 14px;
}

body .default-page-wp  .the_content form .small p {
	font-size: 10px;
	line-height: 13px;
}

.static-page.default-page-wp .content-area .gallery-item img {
	width: 100%;
}

.static-page.default-page-wp .content-area .gallery-icon img {
	padding: 0 !important;
}

.videosbox img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
}

.videosbox img.no-viedo-logo {
	background-color: var(--red);
	object-fit: none;
	padding: 15px;
}

.html5lightbox .h5 {
	color: var(--red);
}

/* ---------------Conversion Driven Landing Page----------------------------- */
.rating {
	font-size: 29px;
	font-weight: 700;
	line-height: 43px;
	font-family: "Montserrat";
}

.rating_wrap {
	background-color: var(--red);
	display: inline-block;
	padding: 20px 40px 15px 40px;
}

.video_wrap a.html5lightbox {
	position: relative;
	display: inline-block;
}

.video_wrap a.html5lightbox .video-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video_wrap a.html5lightbox:hover svg {
	transform: scale(1.05);
}

.video_wrap a.html5lightbox .video-play-icon svg {
	transition: all .5s ease;
}

.content_col ul li {
	position: relative;
}

.content_col ul li:before {
	content: "";
	position: absolute;
	height: 13px;
	width: 14px;
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/red_arrow.svg");
	background-position: 0 center;
	background-repeat: no-repeat;
	left: 0;
	top: 12px;
}

.content_col ul {
	padding-left: 0;
}

.form_section {
	background-color: var(--red);
}

.content_col img {
	display: block;
}

.form_section .heading:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 79px;
	background-color: white;
	left: 0;
	bottom: -6px;
	margin: auto;
	right: 0;
}

.conversion_form .form-control {
	border: 1px solid rgba(255, 255, 255, .5);
	color: rgba(255, 255, 255, .5);
	padding: 15px 10px 15px 30px;
	border-radius: 30px;
	font-family: "Montserrat";
}

.conversion_form input::placeholder {
	color: rgba(255, 255, 255, .5) !important;
	font-family: "Montserrat";
}

.conversion_form .form-control:focus {
	border: 1px solid white;
	color: white;
}

.conversion_form .wpcf7 label.error {
	bottom: -14px;
	right: 20px;
	border-radius: 0;
}

.article_section .blog-post-title a {
	color: black;
	font-size: 24px;
	font-weight: 600;
	font-family: "Montserrat";
}

.article_section .blog-full-post {
	grid-row-gap: 40px;
}

.article_section .blog-post-list:before {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 0;
	border: 1px solid #000;
	width: 100%;
}

.article_section .blog-full-post .blog-post-list:last-child:before {
	display: none;
}

.about-section:before {
	content: "";
	position: absolute;
	height: 35%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/waves.png");
	background-position: 0 center;
	background-repeat: no-repeat;
}

.bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cdl_banner {
	/* background-position: -197px 30px; */
	padding-top: 165px;
	min-height: auto;
	display: flex;
	align-items: flex-end;
	margin-top: -21px;
}

.cdl_banner h1 {
	font-size: 64px;
	color: white;
	font-weight: 600;
	margin-bottom: 0;
	font-family: "Montserrat";
	line-height: 1.2;
	max-width: 1040px;
}

.montserrat {
	font-family: "Montserrat";
}

.cdl_banner h1 strong {
	font-weight: 900;
}

.logo_row_wrapper {
	display: flex;
	grid-column-gap: 56px;
	align-items: center;
}

.logo_wrap {
	backdrop-filter: blur(100px);
	background: rgba(251, 251, 251, .2);
	flex-direction: column;
	margin-top: 40px;
	display: inline-flex;
}

.icon_heading {
	font-size: 22px;
	font-family: "Montserrat";
	font-weight: 600;
}

.cdl_banner_form .form-control {
	border-bottom: 1px solid rgba(255, 255, 255, .45);
	color: white;
	padding: 10px 0px 20px 0px;
	font-family: "Montserrat";
}

.cdl_banner_form input::placeholder {
	color: white !important;
	font-family: "Montserrat";
}

.cdl_banner_form {
	background-color: black;
	padding: 50px 30px;
	max-width: 470px;
}

.banner_text_inner:after {
	content: "";
	position: absolute;
	width: 110%;
	height: 110%;
	top: -10%;
	left: -10%;
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/shadowimg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left 92px;
}

.banner_text_inner div, .banner_text_inner h1 {
	position: relative;
	z-index: 9;
}

.cdl_banner_form textarea::placeholder {
	color: #fff !important;
	font-family: "Montserrat";
}

.page-template-template-conversion-driven-landing-page h2 {
	font-family: "Montserrat";
	font-weight: 600;
}

.page-template-template-conversion-driven-landing-page p, .content_col ul li {
	font-weight: 400;
	font-family: "Montserrat";
}

.page-template-template-conversion-driven-landing-page .btn, .page-template-template-conversion-driven-landing-page .button {
	font-family: "Montserrat";
}

.in_border {
	border: 1px solid rgba(255, 255, 255, .44);
	margin: 8px;
	padding: 10px 40px;
}

.hero_col {
	position: relative;
}

.container-wide {
	max-width: 1660px;
	margin: 0px auto;
	padding: 0px 15px;
}

.cdl_banner {
	position: relative;
}

.cdl_banner:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .21);
}

/* .hero_col:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/hero.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
} */

/* .hero_image{
    position: relative;
 } */
.hero_image img {
	position: absolute;
	left: 0;
	z-index: 0;
	bottom: 0;
	width: 100%;
}

label.email-error {
	display: none;
}

.space-pb {
	padding-bottom: 80px;
}

.ti-widget.ti-goog .ti-controls .ti-prev {
	left: -8px;
}

.ti-widget.ti-goog .ti-controls .ti-next {
	right: -8px;
}

.page-template-template-conversion-driven-landing-page select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control option {
	background-color: black;
}
