/* New design styling */
 
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
  .header-elements-phone-email-wrapper {
	display: flex;
	column-gap: 25px;
	justify-content: center;
}
.phone-email-elements {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
}
.header-text-desc {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4C4C4C;
}
.header-link a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #012768 !important;
}
.header-text-desc.follow-us-text {
	margin-top: -30px;
}
.header-elements-phone-email-wrapper.follow-us-elem {
	justify-content: left;
}
.home .header-content, #home-header-banner .header-content {
	min-height: 740px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.locations-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none !important;
	padding: 0 !important;
	max-width: 900px;
	margin: auto;
	row-gap: 2px;
	column-gap: 2px;
}
.locations-list a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
}
.locations-list li {
	flex: 0 0 33%;
	/* text-align: center; */
	background: #EEF2FA;
	padding: 20px 30px;
}
.locations-list a .fas.fa-map-marker-alt {
	margin-right: 10px;
}
.wblaws-professionals-slider {
	display: flex;
	flex-wrap: wrap;
	list-style: none !important;
	padding: 0 !important;
	column-gap: 20px;
	row-gap: 20px;
}
 
.professional-img-wrapper {
	width: 100%;
	padding-top: 105%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	filter: grayscale(100%);
	position: relative;
}
.professional-content-wrapper {
	padding: 15px;
}
.professional-name {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #012768;
}
.professional-title {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #111111;
	width: auto;
	/* border-bottom: 2px solid #4C4C4C; */
	display: inline-block;
	position: relative;
}
.professional-title::after {
	content: "";
	height: 2px;
	width: 60px;
	background: #4C4C4C;
	position: absolute;
	left: 0;
	bottom: -3px;
}
.professional-short-desc {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	margin-top: 10px;
}
.professional-wrapper a:hover .professional-img-wrapper {
	 
	filter: grayscale(0%);
}
.professional-wrapper a:hover .professional-img-wrapper::before {
	content: "";
    background: #01276880;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.professional-wrapper a:hover .professional-img-wrapper::after {
	content: "";
	background-image: url('assets/img/link.png');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 24px;
	height: 24px;
}
.wrapper-single-team-member {
	background: rgba(255, 255, 255, 0.5);
}
.wblaws-professionals-slider .slick-slide {
	margin: 0 10px;
}
.wblaws-professionals-slider .slick-track
{
    display: flex !important;
}

.wblaws-professionals-slider .slick-slide
{
    height: inherit !important;
}
.wblaws-professionals-slider-wrapper {
	position: relative;
}
.prev-professional.slick-arrow {
	position: absolute;
	left: -80px;
	top: 47%;
}
.next-professional.slick-arrow {
	position: absolute;
	right: -80px;
	top: 47%;
}
 
.wblaws-professionals-slider .slick-list {
	margin: 0 -10px;
}
.arrow-wrapper img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto !important;
	height: auto !important;
	margin: auto;
}
.arrow-wrapper {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: relative;
	cursor: pointer;
}
.testimonial-detail {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #111111;
}
.testimonial-author {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 1px;
	color: #012768;
	margin-top: 15px;
}

.testimonial-next-prev {
	position: relative;
	display: inline-flex;
	width: auto;
	background: #012768;
	right: -15px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	float: right;
}
.prev-testimonial, .next-testimonial {
	display: flex;
	margin: 9px 10px;
	cursor: pointer;
}
.testimonial-arrow-wrapper {
	display: flex;
}
.testimonial-next-prev::before {
	content: "";
	width: 20px;
	height: 100%; 
	position: relative;
	left: 0; 
	border-top: 40px solid #EEF2FA;
	border-left: 0px solid transparent;
	border-right: 30px solid #012768;
	overflow: hidden;
	top: 0;
}
#video-iframe .et_pb_video_box {
	position: relative;
	padding-top: 50%;
}

#video-iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
/* #video-iframe .fluid-width-video-wrapper {
	padding-top: 0 !important;
} */
.matter-most-home-text {
	max-width: 477px;
}
.list-item-checkmarked {
	padding: 0 !important;
	list-style: none !important;
	margin-left: 0 !important;
	margin-top: 25px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px !important;
	color: #012768;
	margin-bottom: 25px;
}
#gform_fields_22 input, #gform_fields_22 select, #gform_fields_22 textarea {
	border: 1px solid #012768 !important;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #012768;
	background: transparent;
}
.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #012768;
}
#gform_submit_button_22 {
	background: #012768;
	border: 1px solid #012768;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #FFFFFF;
	padding: 5px 25px;
	text-transform: uppercase;
}
#gform_wrapper_22 .gform_required_legend {
	display: none;
}
#input_22_5 {
	padding: 12px 15px;
}
#gform_fields_22 {
	max-width: 92%;
}
.disclaimer-privacy-wrapper a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-decoration-line: underline;
	color: #012768;
}
.disclaimer-privacy-wrapper a {
	
	color: #012768;
}
#header-menu-new .et_pb_menu__search-button::after {
	content: " ";
	background-image: url("assets/img/search-icon.png");
}
#header-menu-new .et_pb_menu__search-button::after {
	content: " ";
	background-image: url("assets/img/search-icon.png");
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}
.office-address-wrapper {
	display: flex;
	column-gap: 20px;
	width: 100%;
}
.office-address-wrapper > div {
	flex: 1;
}
.office-map-wrapper {
	flex: 0 0 60% !important;
	position: relative;
	padding-top: 40%;
}
.mapiframe, .office-map-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.address-heading {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 2px;
	color: #012768;
}
.address-icon {
	flex: 0 0 25px;
}
.address-main {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #000000;
	word-break: break-word;
}
.contact-address {
	display: flex;
	column-gap: 10px;
}
.by-appointment-only {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #012768;
	font-family: "Poppins";
	font-weight: 400;
	margin-top: 10px;
}
.contact-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.office-content-wrapper-main {
	background: #012768;
	border: 6px solid #a1a6ca85;
	padding: 50px;
	color: #fff;
}
.office-content-wrapper > div {
	flex: 1;
}
.office-content-left {
	flex: 0 0 39% !important;
}
.left-content-heading {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 2px;
	color: #FFFFFF;
	position: relative;
}
.office-content-right {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	position: relative;
}
.left-content-heading::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #fff;
	bottom: 0;
	left: 0;
}
.office-content-right::before {
	content: "";
	width: 177px;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	right: -11px;
	top: -20px;
}
.office-content-right::after {
	content: "";
	position: absolute;
	height: 170px;
	width: 1px;
	background: rgba(255, 255, 255, 0.5);
	top: -20px;
	right: -12px;
}
.office-content-wrapper {
	display: flex;
	column-gap: 20px;
}
.tags-list-for-related-resources {
	list-style: none !important;
	padding: 0 !important;
	display: flex;
	column-gap: 15px;
	row-gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.tags-list-for-related-resources a {
	/* background: #012768; */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #012768;
	text-transform: capitalize;
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid #012768;
	position: relative;
}
.tags-list-for-related-resources a:hover, .tags-list-for-related-resources .active a {
	  background: #012768 ;  
	color: #fff; 
}
.tags-list-for-related-resources li.active a::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #012768;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.listing-wrapper-main {
display: none;
}
.listing-wrapper-main.active {
 display: block;
}
.listing-wrapper {
	display: flex;
	column-gap: 20px;
	row-gap: 20px;
	flex-wrap: wrap;
}
.listing-wrapper > div {
	flex: 0 0 32%;
}
.related-source-img {
	background-size: cover;
	width: 100%;
	padding-top: 50%;
	position: relative;
}
.related-source-img .date {
	position: absolute;
	top: 10px;
	background: #012768db;
	/* opacity: 0.9; */
	color: #fff;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 10px;
	left: 10px;
	display: none;
}
.single-resource-wrapper .title {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}
.single-resource-wrapper .author-name {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #012768;
	margin: 7px 0;
}
.load-more-articles {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #012768;
	text-transform: uppercase;
	margin: auto;
	display: table;
	padding: 7px 25px;
	border: 1px solid #012768;
}
.see-more-wrapper {
	margin: 30px 0;
}
.wblaws-office-professionals {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
.wblaws-office-professionals .wrapper-single-team-member {
	flex: 0 0 23%;
}
.wblaws-office-professionals .professional-content-wrapper {
	padding: 15px 0;
}
.office-section-navigator {
	list-style: none !important;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	/* line-height: 100% !important; */
}
.office-section-navigator a {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #012768;
	padding: 10px 25px;
	border-bottom: 6px solid #D9D9D9;
}
.office-section-navigator a.active { 
	border-bottom: 6px solid #012768;
}
.key-contact-main {
	margin-top: 72px;
}
.key-heading {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #012768;
	margin-bottom: 10px;
}
.contact-name {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #012768;
	margin-bottom: 15px;
}
.key-contact-img img {
	max-width: 240px;
}
.key-contact-main .contact-address {
	display: flex;
	column-gap: 10px;
}
.key-contact-main .address-icon {
	flex: 0 0 20px;
}
.key-contact-main .address-main {
	 
	font-size: 17px; 
	color: #012768;
	word-wrap: anywhere;
}
.practice-accordian-heading {
	background: rgba(1, 39, 104, 0.6);
	display: flex;
	justify-content: space-between;
	padding: 10px 10px;
	align-items: center;
	cursor: pointer;
}
.accordian-heading-text {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	flex: 0 0 90%;
}

.accordian-heading-icon {
	color: #fff;
}
.practice-area-accordian .open .fas.fa-chevron-down {
	display: none;
}
.practice-area-accordian .closed .fas.fa-chevron-up {
	display: none;
}
.accordian-menu-item a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #012768;
	border-bottom: 1px solid #D9D9D9;
	width: 98%;
	display: block;
	padding: 10px 0;
}
.accordian-menu-item {
	list-style: none !important;
}
.practice-area-accordian .closed .accordian-menu-item {
  display: none;
}
.practice-area-accordian .open .accordian-menu-item {
	display: block;
  }
  .practice-single-accorian-item {
	margin: 15px 0;
}
.latest-blog-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 50px;
}
.latest-blog-wrapper > div {
	flex: 0 0 31%;
	position: relative;
	padding-bottom: 58px;
}
.single-post-wrapper {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	padding: 10px;
}
.single-post-img {
	background-size: cover;
	background-position: top center;
	position: relative;
	padding-top: 50%;
}
.single-post-date{
	position: absolute;
	top: 10px;
	background: #012768db;
	/* opacity: 0.9; */
	color: #fff;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 10px;
	left: 10px;
}
.author-name {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #012768;
	padding: 10px 0;
	border-bottom: 1px solid #D9D9D9;
}
.single-post-title-wrapper .title {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #012768;
	padding: 15px 0;
}
.see-more-single-post a {
	background: #012768;
	color: #fff;
	padding: 8px 31px;
	display: inline-block;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.post-tags-list {
	list-style: none !important;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 40px;
}
.post-tags-list a {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #012768;
	padding: 12px 63px;
}
.single-post-short-desc {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 15px;
}
.resources-filer-fields-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 20px;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.resource-filter {
	min-width: 13%;
}
.search-form {
	display: flex;
	column-gap: 22px;
}
.search-fields input {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #4C4C4C;
	border: none;
	padding: 7px 15px;
	min-width: 300px;
}
.resource-select-filter {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	border: none;
	background: transparent;
	max-width: 100%;
}
.no-record-found {
	text-align: center;
	font-size: 30px;
	padding: 40px 0;
	color: #012768;
	font-family: "Poppins";
}
.resource-submit-btn .fas.fa-search {
	font-size: 17px;
}
.resource-submit-btn {
	background: #012768;
	border: 1px solid #012768;
	color: #fff;
	padding: 10px 11px;
	margin-left: -2px;
}
.reset-search {
	background: #012768;
	border-radius: 15px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 6px 20px;
}
.see-more-single-post {
	position: absolute;
	bottom: 5px;
}
.resource-select-filter {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 5px;
	padding-right: 28px;
}
.pagination-wrapper {
	text-align: center;
	margin: 50px 0 0;
}

.page-numbers {
	color: #012768;
	font-family: "Poppins";
	display: inline-block;
	margin: 0;
	padding: 0 9px;
}
.page-numbers.current {
	background: #012768;
	color: #fff;
}
.resource-filter.practice-box {
	max-width: 155px;
}
#menu-header-menu-new .sub-menu li {
	width: 100%;
}
#office-banner {
 position: relative;
}
#office-banner::before {
	content: "";
	background: #0127684D;
	height: 100%;
	width: 100%;
	top: 0;
	position: absolute;
	left: 0;
}
.et-menu li li.menu-item-has-children > a:first-child::after {
	top: 6px;
	right: 1px;
}
.latest-blog-wrapper .single-post-date {
	display: none;
}
#resources-banner {
	background-position-y: 20%;
}
.page-child.parent-pageid-5992 .et_pb_video iframe {
	height: 100%;
	min-height: 340px;
}
.familylaw .familylaw__item:nth-last-child(-n+3) {
	left: 0 !important;
   }
.et_pb_fullwidth_menu .et_pb_menu__search, .et_pb_menu .et_pb_menu__search {
	
	background: #fff;
}
.viginia-only {
  display: none
} 
.postid-7215 .viginia-only,
.postid-7132 .viginia-only,
.postid-7601 .viginia-only,
.postid-7555 .viginia-only
{
  display: block
} 

@media screen and (max-width: 1500px) and (min-width: 1031px) { 
	#home-bottom-section {
		background-size: 53% 100%;
	}

}
@media screen and (max-width: 1030px) and (min-width: 992px) { 
	#main-header-wrapper .et_pb_social_media_follow li a {
		margin-right: 0 !important;
		 
	}
	.header-text-desc {
		
		font-size: 14px;
	}
	.header-element-img-wrapper {
		max-width: 30px;
	}
	.header-link a {
		
		font-size: 16px;
	}
	ul#menu-header-menu-new li a {
		font-size: 16px !important;
	}
	#home-bottom-section {
		background-size: 53% 100%;
	}
}
@media screen and (max-width: 992px) { 
	.arrow-wrapper {
		
		width: 45px;
		height: 45px;
	}
	.prev-professional.slick-arrow { 
		left: -60px; 
	}
	.next-professional.slick-arrow { 
		right: -60px; 
	}
	.locations-list li {
		flex: 0 0 49%;
	}
	.wblaws-office-professionals .wrapper-single-team-member {
		flex: 0 0 30%;
	}
	.latest-blog-wrapper > div {
		flex: 0 0 48%;
	 
	}
	#header-menu-main.et_pb_menu--style-centered .et_pb_menu__wrap {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
	#footer-menu.et_pb_menu .et_pb_menu__menu {
		display: block !important;
	}
	#footer-menu.et_pb_menu .et_mobile_nav_menu {
		display: none !important;
	}
	#home-header-banner .et_pb_module_header {
		text-align: left;
		width: 100%;
	}
	#home-header-banner, #home-bottom-section {
	 position: relative;
	}
	#home-header-banner::before {
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #ffffff75;
		z-index: 1;
	}
	#home-bottom-section::before {
		content: "";
		position: absolute;
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #ffffff9e;
		z-index: 1;
	}
	.page-child.parent-pageid-5992 .et_pb_video iframe { 
		min-height: 250px;
	}
	.header-element-img-wrapper {
		max-width: 30px;
	}
	.header-text-desc {
		font-size: 13px;
		line-height: 19px;
	}
	.header-link a {
		font-size: 13px;
		line-height: 27px;
	}
	#header-menu-new {
		border: none;
		position: absolute;
		top: 15px;
		width: auto !important;
		right: 0;
	}
	#header-menu-new #mobile_menu1 {
		width: 100%;
		position: fixed;
		left: 0;
		top: 97px;
		max-height: 500px;
		overflow: scroll;
	}
	#main-header-wrapper .et_pb_image img {
		max-width: 190px;
	}
	.footer-img-wrapper img {
	 height: auto !important;
	}
	.et_pb_menu__icon.et_pb_menu__close-search-button {
		position: fixed;
		top: 40px;
		right: 55px;
	}
	.single.single-post .et_pb_text_2 {
		margin-right: 0 !important;
	}
	.single.single-post .et_pb_row_0.et_pb_row {
		
		padding-right: 0 !important;
		padding-bottom: 103px !important;
		margin-top: 0 !important;
		margin-right: auto !important;
		
		margin-left: auto !important;
		
		
		
	}
}

@media screen and (max-width: 767px) { 
	
	.wblaws-professionals-slider-wrapper { 
		max-width: 80%;
		margin: auto;
	}
	.locations-list li {
		flex: 0 0 100%;
	}
	.wblaws-office-professionals .wrapper-single-team-member {
		flex: 0 0 47%;
	}
	.listing-wrapper > div {
		flex: 0 0 47%;
	}
	.latest-blog-wrapper > div {
		flex: 0 0 46%;
	}
	.et_pb_menu__search {
		min-width: calc(100% - 40px);
		position: fixed;
		left: 20px;
		top: 150px;
	}
	 
	
	.search-form {
		display: flex;
		column-gap: 22px;
		flex-direction: column;
		row-gap: 10px;
	}
	.search-fields {
		max-width: 100%;
	}
	.search-fields input {
		
		max-width: calc(100% - 45px);
	}
	.office-section-navigator li {
		line-height: 3em;
	}
	.office-section-navigator a {
		
		font-size: 18px;
		line-height: 28px; 
		padding: 5px 10px; 
	}
	.office-address-wrapper {
	
		flex-direction: column;
		row-gap: 30px;
	}
	.office-content-wrapper {
		
		flex-direction: column;
		row-gap: 40px;
	}
	.address-icon {
		flex: 0 0 39px;
	}
	.address-icon img {
		max-width: 25px;
	}
	.office-content-wrapper-main { 
		padding: 25px; 
	}
	.home .header-content, #home-header-banner .header-content {
		min-height: 260px;
		 
	}
	.post-tags-list a {
		
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 1px; 
		padding: 7px 23px;
	}
	.post-tags-list {
		flex-wrap: wrap;
		column-gap: 10px;
		row-gap: 20px;
	}
	
}
@media screen and (max-width: 480px) { 
	.wblaws-office-professionals .wrapper-single-team-member {
		flex: 0 0 100%;
	}
	.listing-wrapper > div {
		flex: 0 0 100%;
	}
	.latest-blog-wrapper > div {
		flex: 0 0 100%;
	}
	.search-fields input {
		min-width: 250px;
	}
	.address-main {
		
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0px;
	}
	.contact-address {
		column-gap: 0px;
	}
	.by-appointment-only {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0px;
	}
	
}
 #header-menu-new .et_pb_menu__search-button::after {
    content: " " !important;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
@media screen and (max-width: 992px){
#header-menu-new {
    border: none;
    position: absolute;
    top: 15px;
    width: auto !important;
    right: 0;
}
}