
.post-image img, .video-page .loop-item .video-poster img {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	display: block;
}

.blog-list a.blog-title:hover, .experince_section h2.heading, .mainpage a, .mainpage ul li a, .post-meta, .postlist-single a, .postlist-single ol li a, .postlist-single ul li a {
	color: #ae2424;
}

.mainpage h1 {
	font-size: 38px;
}

.mainpage h2 {
	font-size: 34px;
}

.mainpage h3, .postlist-single h3 {
	font-size: 30px;
}

.mainpage h4 {
	font-size: 28px;
}

.mainpage h5 {
	font-size: 24px;
}

.mainpage h6 {
	font-size: 20px;
}

blockquote {
	background: #ededed;
	padding: 20px;
	border-left: 7px solid #022251;
	font-style: italic;
	margin: 15px 0;
	display: block;
}

.mainpage ul, .postlist-single ul, .sidebar-form .form-group {
	margin-bottom: 25px;
}

.mainpage ul li ul, .postlist-single ul li ul {
	margin-bottom: 8px;
	margin-top: 8px;
}

.mainpage ul li, .postlist-single ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 7px;
}

.mainpage ul li::before, .postlist-single ul li::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 100%;
	left: 0;
	top: 11px;
}

.mainpage a:hover, .mainpage ul li a:hover, .postlist-single a:hover, .postlist-single ol li a:hover, .postlist-single ul li a:hover {
	color: #000;
}

.mainpage ol, .postlist-single ol {
	list-style-type: none;
	counter-reset: ordered;
	margin: 0 0 20px;
	padding: 0;
}

.mainpage ol li, .postlist-single ol li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}

.blog-list .postlist:last-child, .mainpage ol li:last-child, .postlist-single ol li:last-child {
	margin-bottom: 0;
}

.mainpage ol li::before, .postlist-single ol li::before {
	content: counter(ordered);
	counter-increment: ordered;
	position: absolute;
	left: 0;
	top: 0;
}

.blog-list, .postlist-single {
	max-width: 620px;
}

.blog-list .blog-list-inner {
	border: 1px solid #e0e0e0;
}

.blog-list .post-content {
	padding: 25px;
}

.blog-list .postlist {
	margin-bottom: 50px;
}

.post-image {
	overflow: hidden;
	position: relative;
}

.post-image img {
	width: 100%;
	transition: .3s ease-in-out;
}

.blog-list-inner:hover .post-image img.featured-img, .team-page .item a:hover img, .video-page .loop-item .video-wrap:hover .video-poster img {
	transform: scale(1.1);
}

.post-meta {
	margin-bottom: 10px;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.blog-list .blog-title, .postlist-single .blog-title {
	font-weight: 600;
	font-size: 25px;
	line-height: 38px;
	color: #000;
	margin-bottom: 10px;
}

.blog-list .pagination {
	justify-content: start;
}

.postlist-single h1 {
	font-size: 36px;
}

.postlist-single h2 {
	font-size: 32px;
}

.postlist-single h4 {
	font-size: 27px;
}

.postlist-single h5 {
	font-size: 22px;
}

.postlist-single h6, .winning_lists .winning_item_subheading {
	font-size: 18px;
}

.mainpage iframe, .postlist-single iframe {
	height: 440px;
}

.postlist-single .post-title {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	text-transform: capitalize;
}

.postlist-single img.right {
	width: auto;
	display: block;
	margin: 15px 0;
}

.blog-search input.form-control {
	padding: 15px 45px 15px 10px;
	line-height: normal;
	height: 55px;
	width: 100%;
	color: #000;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 0 !important;
}

.blog-search input.form-control:focus~.msg-side-form, .experince_section .video-col_wrap:first-child .year:after, .wa-intcode-content .wa-intcode-card>p>strong:first-child {
	display: none;
}

.blog-search .search-btn {
	background: #ae2424;
	height: 55px;
	cursor: pointer;
	z-index: 9;
	width: 55px;
	line-height: normal;
	position: absolute;
	border: none;
	right: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.blog-search .search-btn img, .blog-search .search-btn svg {
	width: 23px;
	height: 23px;
	fill: #fff;
}

.blog-search .search-btn svg path {
	fill: #fff;
}

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

.blog-search .form-control:focus {
	box-shadow: none;
}

.sidebar-heading, .sidebar-list .widget-title {
	padding-bottom: 17px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
}

.sidebar-form {
	background: #ae2424;
	padding: 40px 25px;
	color: #fff;
}

.sidebar-form .sidebar-heading {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.sidebar-form .sidebar-heading::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 150px;
	height: 5px;
	border-radius: 10px;
	background: #ffeb19;
}

.sidebar-form .form-control {
	color: #fff;
	padding: 10px 0;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	font-weight: 400;
}

.sidebar-form .form-control:focus {
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	box-shadow: none;
}

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

.sidebar-form ::-moz-placeholder {
	color: rgba(255, 255, 255, .47);
}

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

.sidebar-form :-moz-placeholder {
	color: rgba(255, 255, 255, .47);
}

.sidebar-form .submitting-msg {
	font-style: italic;
	text-transform: capitalize;
	margin-top: 25px;
}

.sidebar-list {
	border: 1px solid #dedede;
	padding: 30px 0 0;
}

.sidebar-list .sidebar-heading, .sidebar-list .widget-title {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0;
	margin-bottom: 25px;
}

.sidebar-list li {
	display: block;
}

.sidebar-list ul li a {
	padding: 12px 40px 12px 25px;
	display: block;
	position: relative;
	color: #000;
	font-weight: 400;
	line-height: 28px;
	text-transform: capitalize;
}

.sidebar-list ul li a::before {
	content: "";
	right: 25px;
	position: absolute;
	top: 50%;
	width: 11px;
	height: 11px;
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-moz-transform: rotate(-45deg) translateY(-50%);
	-o-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform-origin: 6px 0px;
}

.sidebar-list ul li a:hover::before, .sidebar-list ul li.active a::before, .sidebar-list ul li.activeChild a::before, .sidebar-list ul li.current_page_item a::before {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.sidebar-list ul li a:hover, .sidebar-list ul li.active a, .sidebar-list ul li.activeChild a, .sidebar-list ul li.current_page_item a {
	color: #fff;
	background: #ae2424;
}

.review-page .loop-item {
	border: 1px solid #cdcdcd;
	padding: 30px 25px;
	margin-bottom: 45px;
	position: relative;
}

.review-page .loop-item::before {
	position: absolute;
	content: "";
	background-image: url("https://cdn-ikplcjd.nitrocdn.com/rladQAtMSohHxLJPyqxDykRpVIBBdRar/assets/images/optimized/rev-5ee1557/phillipslaw.com/wp-content/themes/phillips-law/img/quote-icon.svg");
	width: 50px;
	height: 38px;
	left: 25px;
	top: -18px;
	background-size: 50px;
	background-repeat: no-repeat;
}

.review-page .author-block {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

.review-page .author-block img, .review-page .author-block svg {
	width: 100px;
	height: 60px;
}

.review-page .loop-item .author {
	color: #ae2424;
	font-weight: 600;
	text-transform: capitalize;
}

.accordion-item {
	border: none;
	border-radius: 10px !important;
	background: #f6f6f6;
	margin-bottom: 10px;
}

.accordion-button {
	font-size: 18px;
	color: #000;
	border-radius: 10px !important;
	background-color: #f6f6f6;
	padding: 1rem 55px 1rem 1.25rem;
	line-height: 1.2;
	font-weight: 600;
}

.accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: #ae2424;
	background-color: #f6f6f6;
	box-shadow: none;
}

.accordion-body {
	margin: 0 1.25rem;
	border-top: 1px solid #c8c8c8;
	padding: 20px 0 30px;
}

.accordion-button::after {
	position: absolute;
	top: 20px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-right: 2px solid #ae2424;
	border-bottom: 2px solid #ae2424;
	right: 32px;
	background: 0 0;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: rotate(225deg);
}

.faq-page .mainpage iframe {
	max-width: 700px;
	margin: 0 auto;
	display: block;
}

.video-page .loop-item {
	margin-bottom: 35px;
}

.video-page .loop-item .video-poster img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center;
	transition: .3s ease-in-out;
}

.video-page .loop-item .video-title {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	text-transform: capitalize;
	margin-top: 12px;
}

.video-page .loop-item .video-poster {
	position: relative;
	overflow: hidden;
}

.media-video-wrap .play-icon, .video-page .loop-item .video-poster .play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: red;
	width: 74px;
	height: 51px;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 15px;
}

.results-page .select-box, .video-page .loop-item .video-wrap {
	position: relative;
}

.video-page .loop-item .html5lightbox {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 9;
}

.team-page .item {
	border-radius: 35px;
	background: #000;
	border: 1px solid #000;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.team-page .item img {
	height: 400px;
	background-size: cover;
	background-position: top center;
	display: block;
	width: 100%;
	border-radius: 35px 35px 0 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.team-page .item .attorney-no-feature {
	background-size: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.team-page .attorney-name {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 12px;
}

.team-page .designation {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 12px;
	line-height: normal;
}

.team-details .attorney-img img {
	border-radius: 35px;
	border: 1px solid #000;
	display: block;
}

.team-details .designation {
	border-radius: 10px;
	border: 1px solid #000;
	background: #ae2424;
	display: inline-block;
	padding: 13px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.community-page .lists .loop-item .title, .results-page .amount, .team-details .attorney_info .loop-item .title {
	color: #ae2424;
	font-weight: 600;
	text-transform: capitalize;
}

.team-details .ph a {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
}

.team-details .ph a img, .team-details .ph a svg {
	width: 25px;
	height: 25px;
	margin-right: 13px;
}

.team-details .attorney_info .loop-item .title {
	font-size: 27px;
	line-height: normal;
	margin-bottom: 12px;
}

.team-details .attorney_info .loop-item {
	margin-top: 50px;
}

.team-details .lists-row img {
	height: 120px;
	object-fit: contain;
	display: block;
}

.team-details .lists-row .info-title {
	color: #000;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 10px;
}

.community-page .lists .loop-item {
	margin-bottom: 45px;
	padding-bottom: 45px;
	border-bottom: 1px solid #dedede;
}

.community-page .lists .loop-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.community-page .lists .loop-item .title {
	font-size: 25px;
}

.community-page .lists .loop-item .img-block {
	height: 100%;
	background: #f8f8f8;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.community-page .lists .loop-item .inner-content {
	padding: 25px 0;
}

.community-page .lists .loop-item img {
	height: 130px;
	object-fit: contain;
}

.results-page .item {
	border: 1px solid #cdcdcd;
	text-align: center;
	padding: 25px 15px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	border-top: 3px solid #ae2424;
}

.results-page .amount {
	font-size: 35px;
	line-height: normal;
}

.results-page .tagline {
	color: #000;
	font-weight: 600;
	margin-top: 8px;
	text-transform: capitalize;
	line-height: 1.6;
}

.results-page .tagline p {
	display: inline-block;
}

.results-page .select-box::before {
	content: "";
	right: 15px;
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	border-right: 2px solid #ae2424;
	border-bottom: 2px solid #ae2424;
	transform-origin: 6px -5px;
}

.results-page .select-box select {
	background: 0 0;
	border-color: #d0d0d0;
}

.about_section .loop-item {
	margin-top: 30px;
}

.about_section img {
	display: block;
	width: 100%;
}

.about_section .img_title {
	background: #000;
	color: #fff;
	font-size: 18px;
	border-radius: 0 0 15px 15px;
	padding: 15px 0;
}

.winning_lists .winning_item {
	margin-top: 35px;
	height: calc(100% - 35px);
	background: #f4f2f2;
}

.winning_lists .wi_heading {
	background-color: #ae2424;
	padding: 1rem 0;
	color: #fff;
	line-height: normal;
}

.winning_lists .winning_item_heading {
	font-size: 32px;
	margin-bottom: 10px;
}

.winning_lists .content_body {
	padding: 20px;
}

.winning_lists .content_body p {
	font-size: 22px;
	line-height: normal;
	font-weight: 300;
}

.winning_lists .content_body pre {
	font-size: 26px;
	font-weight: 600;
	font-family: Montserrat, sans-serif;
	margin-bottom: 0;
}

.about_team_slider_sec, .experince_section {
	background: #f4f2f2;
}

.about_team_slider_sec .name {
	font-size: 46px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 12px;
}

.about_team_slider_sec .team_image img {
	width: 100%;
	padding-right: 40px;
}

.community_section, .review_slider {
	background-color: #ae2424;
	color: #fff;
}

.experince_section .subheading {
	color: #756d6d;
	font-weight: 500;
	line-height: normal;
	font-size: 28px;
}

.experince_section .vc_row {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.experince_section .year {
	font-size: 55px;
	font-weight: 700;
	color: rgba(229, 229, 229, .98);
	letter-spacing: 7px;
	position: relative;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	line-height: 3;
	margin-top: 40px;
}

.experince_section .year:after {
	position: absolute;
	height: 100px;
	width: 4px;
	background-color: rgba(117, 109, 109, .13);
	content: "";
	left: 50%;
	bottom: 160px;
	transform: translateX(-50%);
}

.experince_section .video-col_wrap:nth-child(2n) {
	flex-direction: row-reverse;
}

.experince_section .html5lightbox {
	align-items: center;
	position: relative;
	justify-content: center;
}

.experince_section .video-col_wrap img {
	display: block;
	margin-bottom: 12px;
	width: 100%;
}

.experince_section .play-icon {
	position: absolute;
}

.experince_section .play-icon svg {
	height: 4rem;
	width: 4rem;
	background-color: rgba(0, 0, 0, .37);
	padding: 13px;
	border-radius: 100%;
	object-fit: contain;
}

.experince_section .bottom_content {
	font-size: 20px;
	margin-bottom: 1rem;
	color: #756d6d;
}

#aboutreviewslider .slick-slide img {
	display: inline !important;
}

.review_slider .author_name {
	font-weight: 600;
	font-size: 18px;
}

.image_tab div#nav-tab {
	border-bottom: 0;
	border-top: 0 !important;
	margin-right: 2rem;
}

.image_tab .nav-tabs .nav-link {
	border-bottom: 1px solid rgba(37, 34, 34, .17) !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.image_tab .nav-tabs .active {
	background-color: #ae2424;
	color: #fff;
	border-radius: 0;
}

.image_tab .nav-link:before {
	content: "";
	position: absolute;
	height: 2rem;
	width: 4rem;
	background: url("https://cdn-ikplcjd.nitrocdn.com/rladQAtMSohHxLJPyqxDykRpVIBBdRar/assets/images/optimized/rev-5ee1557/phillipslaw.com/wp-content/themes/phillips-law/img/dark_arrow.png") no-repeat;
	right: -17px;
	top: 35px;
}

.image_tab .nav-tabs .active:before {
	content: "";
	position: absolute;
	height: 2rem;
	width: 4rem;
	background: url("https://cdn-ikplcjd.nitrocdn.com/rladQAtMSohHxLJPyqxDykRpVIBBdRar/assets/images/optimized/rev-5ee1557/phillipslaw.com/wp-content/themes/phillips-law/img/White_arrow.png") no-repeat;
	right: -17px;
	top: 35px;
}

.image_tab .nav-link {
	border-bottom: 1px solid rgba(37, 34, 34, .17);
	display: block;
	width: 100%;
	padding: 2rem 1rem;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: start;
	transition: none !important;
	position: relative;
	line-height: normal;
}

.image_tab .active {
	border: 0 !important;
}

.slider_heading {
	font-size: 32px;
	font-weight: 400;
	color: #fff;
	line-height: normal;
}

.area-grid {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
	height: calc(100% - 0px);
}

.area-grid .content a {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 25px;
}

.area-grid img {
	width: 100%;
	transition: .3s ease-in-out;
	height: 16rem;
}

.area-grid:hover img {
	transform: scale(1.05);
	transition: .3s ease-in-out;
}

.image_tab_content ul li {
	line-height: 1;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	margin-bottom: 10px;
	padding: 10px 30px;
	text-shadow: 2px 2px 2px rgba(206, 201, 198, 25%);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

.image_tab_content ul li:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	transform: skew(-20deg);
	background-color: #cb0101;
	border-radius: inherit;
}

.mainpage .gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.mainpage .gallery .gallery-item {
	margin: 0;
	border: none;
	padding: 5px;
}

.media-video-wrap .video-poster img {
	width: 100%;
	height: 325px;
	object-fit: cover;
}
