body{
	font-family: var(--font-lato);
	font-weight: 200;
}
.row>*{
/*	padding-right: calc(var(--bs-gutter-x)/ 2);*/
/*	padding-right: calc(var(--bs-gutter-x)/ 4);*/
/*    padding-left: calc(var(--bs-gutter-x)/ 2);*/
/*    padding-left: calc(var(--bs-gutter-x)/ 4);*/
}
.alphabet-wrapper{
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;

    margin: auto;
    max-width: max-content;
    padding-left: 40px;
    padding-right: 40px;
}
#alphateamlist{
	list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    /* margin: auto; */
    justify-content: center;
    margin-bottom: 0;
}
#alphateamlist li{
	font-weight: 300;
}
.filter-list{
	padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.filter-list ul{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: center;
    gap: 30px;
}
.filter-list ul li{
	font-weight: 300;
	position: relative;
}
.filter-list ul li a{
	text-transform: uppercase;
}
.filter-list ul li:not(:last-child):after{
	content: "|";
	position: absolute;
	right: -15px;
	top: 0;
}
.single-item{

}
.item-title{

}
.item-image{
	width: 100%;
	height: 250px;
}
.item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-title h4{
	text-transform: uppercase;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}
.item-title ul{
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.item-title ul li{
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	font-weight: 300;
}
.lawyers-item-title.item-title ul li{
	text-transform: none;
}
.section-title span{
	color: #97999B;
}
.border-title{
	border-bottom: 2px solid #97999B;
	border-bottom: 1px solid #97999B;
}
.section-sub-title h3{
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 23px;
}
.sidebar-title h4{
	margin-bottom: 20px;
	font-size: 16px;
}
.sidebar-border-title{
	border-top: 2px solid #97999b;
	border-top: 1px solid #97999b;
	padding-top: 15px;
}
.contact-list{
	list-style: none;
	padding-left: 0;
}
.contact-list li{
	color: var(--primary-color1);
	font-weight: bold;
	font-size: 16px;
}
.contact-list li a{
	color: var(--title-color-dark);
}
.contact-list li a:hover{
	color: var(--primary-color1);
}
.related-insights-list{
	list-style: none;
	padding-left: 0;
}
.related-insights-list li{
	margin-bottom: 15px;
}
.related-insights-list li a{
	font-weight: 700;
}
.section-title h2.section-heading{
	font-weight: bold;
	font-size: 50px;
}
.additional-info{
	margin-bottom: 50px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}
.banner-section1 .banner-wrapper .banner-content.new-design{
	text-align: initial;
}
.banner-section1 .banner-wrapper .banner-content.new-design h2{
	margin-top: 15px;
    color: var(--primary-color1);
    font-size: 30px;
}
.banner-section1 .banner-wrapper .banner-content.new-design p{
	font-weight: 300;
}
header.style-1 .top-nav ul li a{
	font-weight: 400;
}
.single-lawyers .banner-section1 .banner-wrapper{
/*	background-position: top center !important;*/
	background-position: center -100px !important;
    background-size: 100% auto !important;
}
.page-template-template-lawyers .banner-section1 .banner-wrapper{
	background-position: center center;
}
.people-img .people-img-url{
	object-fit: cover;
    width: 250px;
    height: 250px;
}
.knowledge-insight-section .knoledge-siderbars .pensions-essentials-widget ul li a span, .knowledge-insight-section .knoledge-siderbars .days7-widget ul li a span{
/*	font-weight: bold;*/
	font-size: 90%;
	font-weight: 300;
}
.knowledge-insight-section .section-title-and-social .insight-section-title h2{
	font-size: 4.2rem;
    font-weight: book;
    letter-spacing: 0.3rem;
    line-height: 75px;
}
.main-search-wrapper .col-md-4{
	margin-top: 50px;
}