/* .blog-search-side form.search-form:hover{
	background-image:url(../img/search-icons.svg)!important;
} */

/* Inner Banner CSS Start */
.breadcrumbs-block {
	width: 100%;
	background: #f6f6f6;
	padding: 10px 15px 15px 15px;
}

.breadcrumbs-block #breadcrumbs span a {
	font-weight: 600;
}

.inner-banner-section {
	z-index: 1;
	height: 600px;
	position: relative;
	width: 100%;
}

.inner-banner-section .banner-bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
	object-fit: cover;
}

.contact-form-sidebar div.wpcf7 select.form-control {
	background-color: var(--bs-grey) !important;
}

.contact-form-sidebar div.wpcf7 select.form-control:hover {
	opacity: .75;
}

.home-banner div.wpcf7 select.form-control:hover {
	opacity: .75;
}

.inner-banner-section:after {
	z-index: 1;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .4;
	background-color: var(--bs-orange);
}

.inner-banner-section .container {
	z-index: 2;
	padding-bottom: 0px;
	position: relative;
	height: calc(100% - 100px);
	display: flex;
	align-items: center;
	top: 100px;
}

.inner-banner-info {
	width: 100%;
}

.inner-banner-section .inner-banner-title {
	line-height: normal;
	font-size: 80px;
	color: var(--bs-white);
	font-weight: 500;
	margin: 0;
	text-align: left;
	font-family: "Mona Sans";
	text-transform: capitalize;
}

.inner-banner-section .inner-banner-content {
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
	color: var(--bs-black);
}

.inner-banner-section .inner-banner-content p {
	font-size: 21px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: .5px;
	color: var(--bs-black);
}

.page-not-found .error-info {
	text-align: center;
	margin-bottom: 60px;
}

.main-contact-form {
	margin-top: 30px;
}

/* Inner Banner CSS END */

/* Blog Page CSS */

/* blog page css */
.blog-full-post .info-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.blog-full-post ul li .post-image {
	width: 100%;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	padding-right: 20px;
}

.blog-full-post ul li .blog-desc {
	width: 100%;
	padding-right: 20px;
}

.blog-full-post .post-list .post-image a {
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
}

.blog-full-post .post-list .post-image a:hover img {
	transform: scale(1.04);
}

.blog-full-post ul li .post-image a img {
	width: 100%;
	transition: .5s all;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
	height: 440px;
}

.title-and-date-wrap {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid hsla(0, 0%, 26%, .2);
	gap: 10px;
}

.title-and-date-wrap .blog-title {
	font-size: 40px;
	line-height: normal;
	margin-bottom: 0;
	font-weight: 700;
	margin-top: 25px;
}

.title-and-date-wrap .date-wrap {
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 50px;
	letter-spacing: 3px;
	word-spacing: 4px;
}

.blog-full-post ul li .blog-desc p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}

.blog-full-post ul li .post-title {
	float: left;
	width: 100%;
	position: relative;
	color: #292828;
	font-size: 40px;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 15px;
}

.blog-full-post ul li .post-title a {
	display: inline-block;
	text-transform: capitalize;
	color: #1e1e1e;
	font-size: 40px;
	line-height: 55px;
	font-weight: 700;
	transition: .5s all;
}

.blog-full-post .blog-details .links:after {
	bottom: -11px;
}

.blog-full-post .blog-details {
	margin-top: 0px !important;
}

.blog-full-post ul li .post-title a:hover {
	color: var(--bs-orange);
	opacity: 1;
}

.blog-full-post .blog-btn {
	line-height: normal;
	margin-top: 22px;
}

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

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

.bloglist .top-title {
	margin-bottom: 50px;
}

.second-blog-sec-content ul {
	list-style: disc;
	background: #f1ecec;
	display: inline-block;
	padding: 20px 20px;
	width: 100%;
	margin-bottom: 20px;
}

/* blog list page css end */

/* sidebar css*/
.sidebar {
	padding-left: 20px;
}

.sidebar .widget {
	margin-bottom: 35px;
	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;
}

.contact-page .description p {
	font-size: 18px;
	margin-bottom: 20px;
}

.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%;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 28px 5px;
	background: #fff;
	border: 1px solid #b4b1b1;
}

.sidebar .practice-side .widget-menu {
	padding-bottom: 30px;
}

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

.sidebar .widget-menu .widget-title {
	position: relative;
	padding-left: 15px;
	margin: 0;
	z-index: 1;
	display: inline-block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 35px;
	letter-spacing: 0em;
	line-height: normal;
	text-transform: capitalize;
	font-weight: 700;
	color: #292828;
}

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

.sidebar .widget li {
	position: relative;
	padding-right: 0;
}

.sidebar .widget-menu ul li a {
	display: block;
	padding: 8px 30px 8px 15px;
	position: relative;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 35px;
	text-transform: capitalize;
}

.practice-section .location-box .location-title:hover {
	color: var(--bs-orange);
}

.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;
}

.sidebar .widget li a:after {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("https://kramerlawgroup.org/nitropack_static/EBQgYYiuIiRqbXCsXCLiQwjyATILcDua/assets/images/optimized/rev-b3cffb3/kramerlawgroup.org/wp-content/themes/kramerlaw/img/right-icon-dark.svg");
	content: "";
	position: absolute;
	right: 12px;
	top: 18px;
	height: 14px;
	width: 14px;
}

.sidebar .widget-menu .current-menu a:after, .sidebar .widget-menu .current-menu-item a:after, .sidebar .widget-menu .activeChild a:after {
	background-image: url("https://kramerlawgroup.org/nitropack_static/EBQgYYiuIiRqbXCsXCLiQwjyATILcDua/assets/images/optimized/rev-b3cffb3/kramerlawgroup.org/wp-content/themes/kramerlaw/img/right-icon-white.svg");
}

.sidebar .widget-menu ul li a:hover {
	color: #fff;
	background: var(--bs-orange);
}

.sidebar .widget-menu ul li a:hover:after {
	background-image: url("https://kramerlawgroup.org/nitropack_static/EBQgYYiuIiRqbXCsXCLiQwjyATILcDua/assets/images/optimized/rev-b3cffb3/kramerlawgroup.org/wp-content/themes/kramerlaw/img/right-icon-white.svg");
}

.sidebar .widget-menu .current-menu a, .sidebar .widget li.current-cat a, .sidebar .widget-menu .current-menu-item a, .sidebar .widget-menu ul .current_page_item a, .sidebar .widget-menu li.activeChild a {
	color: #fff;
	background: var(--bs-orange);
}

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

.contact-form-sidebar .wpcf7 {
	padding: 45px 30px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background: var(--bs-grey);
	border-radius: 8px;
	box-shadow: 0px 0px 30px rgba(94, 94, 94, .1);
}

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

.contact-form-sidebar {
	width: 100%;
	position: relative;
}

.side-form-title {
	position: relative;
	width: 100%;
	text-align: left;
	font-weight: 500;
	font-size: 35px;
	line-height: 30px;
	color: #fff;
	text-transform: capitalize;
	font-family: "Alike";
	margin-bottom: 13px;
}

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

.sidebar div.wpcf7 .wpcf7-form .form-control {
	padding: 24px 19px;
	padding-left: 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	border-radius: 0;
	background: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	box-shadow: none;
}

.subscribe-box div.wpcf7 .wpcf7-form .form-control {
	border: 1px solid hsla(208, 20%, 24%, .3);
	height: 52px;
	padding-left: 15px;
	color: var(--bs-grey);
	border-radius: 10px;
}

.subscribe-box div.wpcf7 .wpcf7-form .form-control::placeholder {
	color: hsla(208, 20%, 24%, .7) !important;
}

.subscribe-box .orange-btn {
	margin-top: 10px;
}

.sidebar div.wpcf7 .wpcf7-form textarea.form-control {
	height: 75px;
}

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

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

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

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

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

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

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

.subscribe-box  div.wpcf7 .wpcf7-response-output {
	bottom: -22px !important;
}

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

.contact-form div.wpcf7 .wpcf7-response-output {
	bottom: 1px !important;
}

.contact-page-form {
	padding-bottom: 25px;
}

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

.subscribe-box div.wpcf7 .wpcf7-form .form-control:focus {
	border: 1px solid var(--bs-grey);
}

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

.sidebar .wpcf7 form .btn-wrap.btn:after {
	border: 1px solid #295464;
}

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

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

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

/* sidebar css*/

/* blog single css */
.blog-info-header .category-list {
	width: calc(100% - 0px);
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	padding: 0;
	margin-bottom: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	text-transform: capitalize;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 22px;
}

.blog-heading {
	margin-bottom: 20px;
	position: relative;
	display: block;
	letter-spacing: .03em;
	text-transform: capitalize;
	line-height: 48px;
	color: #292828;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
}

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

.blog-single-img img {
	width: 100%;
	border-radius: 5px;
}

img.size-full, .size-full {
	width: 100%;
	border-radius: 15px;
}

.single-post-content .size-full {
	width: 100%;
	border-radius: 15px;
}

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

.blog-content .wp-video {
	max-width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
}

/* blog page css */

/* pagination css */
.paging-new {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	position: relative;
}

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

.paging-new .page-numbers {
	font-weight: 400;
	font-size: 16px;
	line-height: 0px;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--bs-grey);
	height: 55px;
	width: 55px;
	text-align: center;
	background: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: .5s all;
	border: 1px solid var(--bs-grey);
}

.paging-new .page-numbers, .paging-new .page-numbers.current {
	margin: 0 6px;
}

.paging-new .prev.page-numbers {
	position: absolute;
	margin-right: 10px;
	margin-left: 0;
	margin-left: 0;
	font-size: 0px;
	left: 30%;
	background-color: hsla(0, 0%, 98%, 1);
	background-image: url("https://kramerlawgroup.org/nitropack_static/EBQgYYiuIiRqbXCsXCLiQwjyATILcDua/assets/images/optimized/rev-b3cffb3/kramerlawgroup.org/wp-content/themes/kramerlaw/img/pagination-prev.svg");
	background-position: 30px center;
	background-repeat: no-repeat;
	border: 1px solid var(--bs-grey);
	transition: .5s background-color;
}

.paging-new .prev.page-numbers.nitro-lazy {
	background-image: none !important;
}

.paging-new .next.page-numbers {
	position: absolute;
	font-size: 0px;
	right: 30%;
	margin-right: 0;
	background-image: url("https://kramerlawgroup.org/nitropack_static/EBQgYYiuIiRqbXCsXCLiQwjyATILcDua/assets/images/optimized/rev-b3cffb3/kramerlawgroup.org/wp-content/themes/kramerlaw/img/pagination-prev.svg");
	background-position: 30px center;
	background-repeat: no-repeat;
	transition: .5s background-color;
	transform: rotatey(180deg);
}

.paging-new .next.page-numbers.nitro-lazy {
	background-image: none !important;
}

.paging-new .page-numbers:hover {
	color: var(--bs-white);
	border-color: var(--bs-orange) !important;
	background-color: var(--bs-orange) !important;
}

.paging-new .prev.page-numbers:hover:after {
	color: var(--bs-darkblue);
}

.paging-new .page-numbers.current {
	color: var(--bs-white);
	border-color: var(--bs-orange);
	background-color: var(--bs-orange);
}

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

.paging-new .prev.page-numbers:hover {
	color: var(--bs-white);
	border-color: var(--bs-orange);
	background-color: var(--bs-orange);
	background-image: url("https://kramerlawgroup.org/nitropack_static/EBQgYYiuIiRqbXCsXCLiQwjyATILcDua/assets/images/optimized/rev-b3cffb3/kramerlawgroup.org/wp-content/themes/kramerlaw/img/pagination-next.svg");
	transform: rotateY(180deg);
	background-position: 34px center;
}

.paging-new .prev.page-numbers:hover.nitro-lazy {
	background-image: none !important;
}

.paging-new .next.page-numbers:hover {
	background-color: var(--bs-orange);
	color: var(--bs-white);
	border: 1px solid var(--bs-orange);
	background-image: url("https://kramerlawgroup.org/nitropack_static/EBQgYYiuIiRqbXCsXCLiQwjyATILcDua/assets/images/optimized/rev-b3cffb3/kramerlawgroup.org/wp-content/themes/kramerlaw/img/pagination-next.svg");
	transform: rotatey(0deg);
	background-position: 34px center;
}

.paging-new .next.page-numbers:hover.nitro-lazy {
	background-image: none !important;
}

.paging-new .pagination {
	justify-content: center;
}

.fullwidth .paging-new .prev.page-numbers {
	left: 0;
	width: 75px;
	height: 55px;
	border-radius: 50px;
	background-color: #f6f6f6;
}

.fullwidth .paging-new .next.page-numbers {
	right: 0;
	width: 75px;
	height: 55px;
	border-radius: 50px;
	background-color: #f6f6f6;
}

/* pagination css */

/* search css */
.custom_form_msg, .msg-side-form {
	color: #fff;
	font-weight: 500;
	display: block;
	position: absolute;
	bottom: 0;
	right: 32px;
	font-size: 10px;
	background-color: #b30000;
	padding: 6px;
	border-radius: 4px 4px 0px 0px;
	line-height: 6px;
	text-transform: capitalize;
}

.msg-side-form {
	right: 0;
}

.sidebar .msg-side-form {
	right: 122px;
}

.blog-search-side .msg-side-form {
	right: 111px;
}

.single-post-content b {
	color: var(--bs-orange);
}

.search-form ::-webkit-input-placeholder {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	opacity: 1;
}

.search-form ::-moz-placeholder {
	font-size: 16px;
	color: #000;
	opacity: 1;
	font-weight: 300;
}

.search-form :-ms-input-placeholder, .mobile-search-bar-box .search-input-box :-ms-input-placeholder {
	font-size: 16px;
	color: #000;
	opacity: 1;
	font-weight: 300;
}

.search-form :-moz-placeholder, .mobile-search-bar-box .search-input-box :-moz-placeholder {
	font-size: 16px;
	color: #000;
	opacity: 1;
	font-weight: 300;
}

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

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

.sidebar .searchitem .search-field {
	color: #000;
	font-size: 16px;
	height: 60px;
	display: inline-block;
	width: 100%;
	float: left;
	margin: 0;
	border: 1px solid rgba(67, 67, 67, .3);
	border-radius: 5px;
	padding: 12px;
	padding-right: 65px;
	line-height: 26px;
	background: #f9f9f9;
}

.search-left-side .page-title {
	color: #2c2c2c;
	line-height: 1;
}

.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;
}

.sidebar .searchitem .search-submit {
	border: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	padding: 10px;
	margin: auto;
	cursor: pointer;
	font-size: 0px;
	background-position: 15px center;
	background-repeat: no-repeat;
	right: 6px;
	background-color: var(--bs-grey);
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	transition: 1s all;
}

.subscribe-box {
	background-color: #e0e9eb;
	padding: 50px 30px;
	margin-bottom: 40px;
	border-radius: 8px;
}

.subscribe-box .small-heading {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
}

.practice-section .location-box:hover a svg path {
	fill: var(--bs-grey);
}

.practice-section .location-box:hover a .location-title {
	color: var(--bs-orange);
}

.practice-section svg path {
	transition: .5s all;
}

.sidebar .searchitem .search-submit:hover {
	transition: .5s all;
	border: 1px solid var(--bs-grey);
	background-color: transparent;
	background-image: url("https://kramerlawgroup.org/nitropack_static/EBQgYYiuIiRqbXCsXCLiQwjyATILcDua/assets/images/optimized/rev-b3cffb3/kramerlawgroup.org/wp-content/themes/kramerlaw/img/search-icons.svg") !important;
}

.sidebar .searchitem .search-submit:hover.nitro-lazy {
	background-image: none !important;
}

.sidebar .searchitem .search-submit {
	background-image: url("https://kramerlawgroup.org/nitropack_static/EBQgYYiuIiRqbXCsXCLiQwjyATILcDua/assets/images/optimized/rev-b3cffb3/kramerlawgroup.org/wp-content/themes/kramerlaw/img/white-search.svg") !important;
	background-size: 20px !important;
	border: 1px solid var(--bs-grey);
}

.sidebar .searchitem .search-submit.nitro-lazy {
	background-image: none !important;
}

/* .sidebar .searchitem:hover::after{
	background-image: url(../img/search-white.svg);
} */

/* .sidebar .searchitem .search-submit:hover::after {
    background-image:url(../img/search-icons.svg);
    
    
} */
.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-repeat: no-repeat;
	padding-left: 0px;
	background-position: center;
	z-index: 5;
}

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

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

.sidebar .searchitem .search-field::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #434343;
	font-size: 16px;
}

.sidebar .searchitem .search-field::-moz-placeholder {
	/* Firefox 19+ */
	color: #434343;
	font-size: 16px;
}

.sidebar .searchitem .search-field:-ms-input-placeholder {
	/* IE 10+ */
	color: #434343;
	font-size: 16px;
}

.sidebar .searchitem .search-field:-moz-placeholder {
	/* Firefox 18- */
	color: #434343;
	font-size: 16px;
}

.sidebar .form-heading {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}

.sidebar .form-heading:after {
	position: absolute;
	content: "";
	bottom: 0;
	height: 3px;
	background: #b67662;
	width: 255px;
	left: -30px;
}

/* sidebar css end */

/* contact us Page CSS */
.contact-map-iframe {
	width: 100%;
	height: 450px;
	position: relative;
}

.contact-map-iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* contact us Page CSS */

/* Static Page CSS */
.static-page + .form-with-map {
	padding-top: 0;
}

.static-page-detail, .bloglist .content-area, .single-post .blog-content-area {
	padding-right: 65px;
}

.blog-full-post .blog-desc .date-wrap {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 50px;
	letter-spacing: 2px;
	word-spacing: 6px;
	border-bottom: 1px solid hsla(0, 0%, 26%, .2);
}

.static-page-details ul li {
	position: relative;
}

.static-page-details ul li:before {
	position: absolute;
	left: 0;
	top: 14px;
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 1px solid var(--bs-orange);
	border-right: 1px solid var(--bs-orange);
	transform: rotate(-45deg);
}

/* Static Page CSS End */

/* search css */
.page-header {
	margin-bottom: 20px;
}

.search-no-results .search-left-side .page-header {
	margin-bottom: 0px;
}

.search-left-side .page-title {
	color: #2c2c2c;
}

.search-left-side .page-title span {
	color: var(--bs-orange);
	font-size: 28px;
	line-height: 35px;
	font-weight: 300;
}

.search-left-side .entry-title {
	line-height: 20px;
	margin: 0;
}

.search-left-side .entry-title a {
	display: inline-block;
	font-style: normal;
	letter-spacing: .01em;
	width: auto;
	position: relative;
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 40px;
	text-transform: capitalize;
	color: #2c2c2c;
	font-weight: 600;
}

.search-left-side .entry-title a:hover {
	color: var(--bs-orange);
	opacity: 1;
}

.search-left-side .entry-summary .btn {
	margin-top: 15px;
}

.search_result article {
	width: 100%;
	position: relative;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
	padding-bottom: 40px;
}

.search_result article:last-child {
	margin: 0;
}

.search-left-side .entry-title a br {
	display: none;
}

/* search css */
.sidebar .searchitem label input[type="search"]:focus::-webkit-search-cancel-button, .sidebar .searchitem label input[type="search"]:hover::-webkit-search-cancel-button {
	display: none;
	opacity: 0;
}

.pagination-wrap.paging-new {
	margin-top: 40px;
}

.sidebar .widget.practice-side ul:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.static-page-details, .bloglist .sidebar {
	padding-left: 20px;
}

.titles {
	font-size: 30px;
	font-family: "Alike";
	color: #000;
	line-height: 40px;
}

.single-team .single-page-details .content-team  .content, .bottom-content p {
	font-size: 16px;
	line-height: 35px;
}

/*.single-team .single-page-details .thumbnail img{
    width:100%;
}*/
.law-firm {
	background-color: hsla(0, 0%, 98%, 1);
}

.line-class {
	line-height: 50px;
}

.static-page-details, .practice-page-details ul {
	margin-left: 20px;
	margin-bottom: 1rem;
}

.practice-page-details ul li:after {
	position: absolute;
	left: -20px;
	top: 14px;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 1px solid var(--bs-orange);
	border-right: 1px solid var(--bs-orange);
	transform: rotate(-45deg);
}

.static-page-details ul li {
	position: relative;
}

.static-page-details ul li:after {
	position: absolute;
	left: -20px;
	top: 14px;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 1px solid var(--bs-blue);
	border-right: 1px solid var(--bs-blue);
	transform: rotate(-45deg);
}

.single-post-content ul {
	margin-left: 45px;
	margin-bottom: 1rem;
}

.single-post-content ul li {
	position: relative;
}

.single-post-content ul li:after {
	position: absolute;
	left: -33px;
	top: 14px;
	content: "";
	width: 15px;
	height: 15px;
	outline: 1px solid var(--bs-orange);
	outline-offset: 3px;
	border-radius: 50%;
	background-color: var(--bs-orange);
}

.list-style ul {
	margin: 20px 0px;
	margin-left: 15px;
}

.list-style ul li {
	position: relative;
	margin-left: 34px;
}

.list-style ul li:after {
	position: absolute;
	left: -33px;
	top: 14px;
	content: "";
	width: 12px;
	height: 12px;
	outline: 1px solid var(--bs-orange);
	outline-offset: 3px;
	border-radius: 50%;
	background-color: var(--bs-orange);
}

.blog-single-img img {
	object-position: top;
	object-fit: cover;
	border-radius: 8px;
	width: 100%;
	height: 440px;
}

.fullwidth ul li {
	font-size: 16px;
}

.single-post-content ul li {
	margin-top: 16px;
	margin-bottom: 16px;
}

.fullwidth table {
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
}

.fullwidth table, tr, td {
	border: 1px solid #1e1e1e;
	padding: 4px;
	font-size: 16px;
}

.contact-form {
	background-color: var(--bs-grey);
}

.contact-form textarea {
	height: 150px !important;
}

.contact-form div.wpcf7 .wpcf7-form .form-control {
	padding: 35px 19px !important;
	padding-left: 0px !important;
}

.contact-form div.wpcf7 .wpcf7-form .form-control::placeholder {
	color: #fff !important;
	font-weight: 700 !important;
}

.contact-form div.wpcf7 .wpcf7-form .form-control {
	font-weight: 700 !important;
}

.bg-box {
	background-color: var(--bs-grey);
	padding: 28px;
	border-radius: 8px;
}

.logo-with-content {
	background-color: #fff;
	border-radius: 8px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 35px;
}

.logo-with-content .logo-content {
	font-weight: 600;
	color: #052c4a;
	margin: 15px 0px 4px;
}

.logo-with-content .logo-content p {
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 1px;
}

.logo-with-content .name {
	font-weight: 700;
}

.logo-with-content .designation {
	font-weight: 400;
	line-height: normal;
}

.kramer-difference {
	background: #e0e9eb;
}

.box-repeated {
	border: 1px solid #bc541c;
	border-radius: 8px;
	padding: 25px 15px;
	width: 18%;
}

.repeat-box {
	justify-content: space-between;
}

.repeat-box .content {
	line-height: 28px;
	margin-top: 10px;
}

.short-title {
	font-size: 20px;
	color: #052c4a;
	font-weight: 600;
	text-align: center;
}

.experience-section {
	background-color: var(--bs-grey);
}

.boxes .short-title {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	margin: 20px 0 8px;
}

.boxes {
	position: relative;
	padding: 20px;
	height: 100%;
}

.kramer .boxes:after {
	position: absolute;
	content: "";
	right: -15px;
	height: 75%;
	width: 1px;
	background-color: hsla(0, 0%, 100%, .15);
	top: 30px;
}

.experience-section .bottom-content {
	background: #fff;
	border-radius: 8px;
	padding: 70px 40px;
	margin-top: 30px;
}

.experience-section .bottom-content ul {
	column-count: 2;
}

.experience-section .bottom-content ul li {
	line-height: 45px;
}

.verified-section, .strength-section {
	background-color: var(--bs-grey);
	position: relative;
}

.testimonial-box {
	box-shadow: 0px 0px 15px;
	background-color: hsla(0, 0%, 96%, 1);
	border-radius: 8px;
	position: absolute;
	bottom: -86px;
	margin-right: 17%;
	padding: 35px;
}

.accordion-header {
	margin-top: 0px !important;
}

.accordion-item {
	margin-bottom: 24px;
	border: 1px solid #a9a9a9;
	border-radius: 8px;
}

.accordion-button {
	font-weight: 600;
	font-size: 20px;
	color: #052c4a !important;
	line-height: 35px;
	padding: 15px;
	background-color: transparent !important;
	box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("https://kramerlawgroup.org/nitropack_static/EBQgYYiuIiRqbXCsXCLiQwjyATILcDua/assets/images/optimized/rev-b3cffb3/kramerlawgroup.org/wp-content/themes/kramerlaw/img/open.svg");
}

.accordion-button::after {
	background-image: url("https://kramerlawgroup.org/nitropack_static/EBQgYYiuIiRqbXCsXCLiQwjyATILcDua/assets/images/optimized/rev-b3cffb3/kramerlawgroup.org/wp-content/themes/kramerlaw/img/close.svg");
	height: 40px;
	width: 40px;
	background-size: 40px;
}

.accordion-item:not(:first-of-type) {
	border-top: 1px solid #a9a9a9;
}

.accordion-item:first-of-type {
	border-radius: 8px;
}

.accordion-body {
	padding-top: 0px;
}

.client-satisfaction {
	background-color: #f6f6f6;
}

.image-with-faq .row:nth-child(2) {
	flex-direction: row-reverse;
}

.page-template-practice-area-listing .support-section {
	background-color: #f6f6f6;
}

.practice-section .location-box {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid hsla(21, 74%, 42%, .5);
	border-radius: 15px;
	height: 100%;
	padding: 45px;
	position: relative;
	transition: .8s all;
}

.practice-section .location-box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	left: 0;
	right: 0;
	border-radius: 15px;
	z-index: 1;
	transition: .8s all ease-in-out;
}

.practice-section .location-box .location-title {
	font-size: 30px;
	color: #052c4a;
	margin-top: 13px;
	font-weight: 600;
	max-width: 200px;
	letter-spacing: 1px;
	transition: .5s all;
}

.hovered-box {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .8s all ease-in-out;
}

.images-hovered {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	transition: .8s all ease-in-out;
}

.location-box:hover .images-hovered {
	opacity: 1;
}

.hovered-box span {
	opacity: 0;
	font-size: 30px;
	font-weight: 600;
	transition: .8s all ease-in-out;
}

.hovered-box a {
	opacity: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	transition: .8s all ease-in-out;
}

.hovered-box a .links {
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	transition: .8s all ease-in-out;
}

.practice-section .location-box:hover {
	border: 1px solid rgba(188, 84, 28, 20%);
}

.hovered-box a .links:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 95px;
	background-color: #fff;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: .8s all ease-in-out;
}

.location-box:hover .hovered-box a {
	opacity: 1;
}

.location-box:hover .hovered-box span {
	opacity: 1;
	color: #fff;
}

.location-section .location-box:hover::after {
	background: rgba(188, 84, 28, 74%);
}

.practice-section .image-box {
	position: relative;
	z-index: 5;
}

.location-section .location-box:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 54.47%);
	height: 100%;
	width: 100%;
	border-radius: 15px;
	transition: .8s all ease-in-out;
}

.location-section .location-box .location-title {
	transition: .1s all ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}

.accordion-button::after {
	transform: none !important;
}

.question {
	margin-right: 16px;
}

.accordion-body {
	padding: 15px;
	padding-top: 0px;
}

.location-section .location-box:hover .location-title {
	opacity: 0;
}

.image-box img {
	border-radius: 15px;
}

.content-section {
	background: var(--bs-grey);
}

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

.bottom-content-section {
	background-color: #f6f6f6;
}

.content-quote {
	position: absolute;
	padding-left: 17%;
	background: #f6f6f6;
	border-radius: 8px;
	padding: 70px 45px;
	margin-right: 17%;
	top: -120px;
}

.bg-content {
	background-color: var(--bs-grey);
}

.light-bg-content {
	background-color: #e0e9eb;
}

.content-section-six {
	background-color: var(--bs-orange);
}

.post-author .author-link img {
	border-radius: 50%;
	margin-right: 10px;
	height: 45px;
	width: 45px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0px 0px 6px #cbcbcb;
}

.post-author {
	display: flex;
	align-items: center;
	margin-top: 0;
	margin-right: 15px;
}

.post-author .author-name {
	font-weight: 700;
	text-transform: uppercase;
}

.loop-col .kramer:last-child .boxes::after {
	opacity: 0;
}

.star svg {
	height: 16px;
	width: 20px;
}

.testimonial-name {
	font-weight: 700;
}

.rating {
	line-height: normal;
}

.team-content h1 {
	font-family: "Mona Sans";
	font-weight: 500;
	line-height: normal;
}

#breadcrumbs svg {
	margin-top: -5px;
	margin-right: 5px;
}

#breadcrumbs span {
	margin-left: 6px;
}

.published-date {
	margin-top: 20px;
	padding: 17px 25px;
	background-color: #f6f6f6;
	border-radius: 50px;
}

.community-section .images {
	padding: 35px;
	background-color: #e0e9eb;
}

.community-section .event-box:nth-child(even) .row {
	flex-direction: row-reverse;
}

.community-section .event-box:nth-child(odd) .row {
	flex-direction: row;
}

.community-section .event-box:nth-child(odd) .row .contents {
	padding-left: 35px;
}

.community-section .event-box:nth-child(even) .row .contents {
	padding-right: 35px;
}

.past-events {
	background: #f6f6f6;
}

.bg-content h2, .bg-content h3, .bg-content h4, .bg-content h5, .bg-content h6 {
	color: #fff !important;
}

.collisions-box .hovered-box .contents a {
	opacity: 1 !important;
	font-size: 16px;
	font-weight: bolder !important;
}

.play-icon {
	position: absolute;
	right: 20px;
	bottom: 60px;
	display: block;
	width: 69px;
	height: 69px;
	font-size: 0px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	background-image: url("https://kramerlawgroup.org/nitropack_static/EBQgYYiuIiRqbXCsXCLiQwjyATILcDua/assets/images/optimized/rev-b3cffb3/kramerlawgroup.org/wp-content/themes/kramerlaw/img/play-icon.svg");
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 51%;
	transition: 1s;
}

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

.play-icon:hover {
	background-color: var(--bs-orange);
}

.videos .thumbnail img {
	border-radius: 6px;
}
