p {
	line-height: 1.5;
	font-family: "Karla",sans-serif;
	margin-top: 15px;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Circular Std",sans-serif;
	line-height:1;
}
a,span,div{
	line-height:1;
	font-family: "Karla",sans-serif;
}
#content-singlesatff {
	background: #f8f5f0;
}
.no_link{
	pointer-events:none;
}
.single-staffs #first_cnt {
	padding: 25px;
	margin: 0;
	background: none;
}
.single-staffs #primary {
	width: 100%;
	max-width: none;
	display: inline-block;
	padding: 0 6.25% 25px;
}
.single-staffs #primary #content{
	padding:0;
}
.single-staffs .content_wrap .first_row {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 33px;
	border-bottom: 1px solid #cecece;
}
.single-staffs .content_wrap .first_row .image_block {
    width: 375px;
    display: inline-block;
    height: 375px;
}
.single-staffs .content_wrap .first_row .name_desg {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 100px;
}
.single-staffs .content_wrap .first_row .linksec {
	display: block;
	float: right;
}
.single-staffs .content_wrap .first_row .linksec a.linkedin {
    background: transparent url(../images/link_in-red.png)no-repeat scroll center center /22px;
}
.single-staffs .content_wrap .first_row .linksec a.linkedin:hover {
    background: #ce0507 url(../images/link_in.png)no-repeat scroll center center /22px;
}
.single-staffs .content_wrap .first_row .linksec a {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    margin: 0 10px;
    border: 1px solid #ce0507;
}
.single-staffs .content_wrap .first_row .linksec a.mail {
    background: transparent url(../images/mail_red_staff.png)no-repeat scroll center center;
}
.single-staffs .content_wrap .first_row .linksec a.mail:hover {
    background: #ce0507 url(../images/mail_white.png)no-repeat scroll center center;
}
.single-staffs .content_wrap .first_row .name_desg .member_name {
	font-size: 36px;
	font-family: 'Karla',sans-serif;
	letter-spacing: -3px;
}
.single-staffs .content_wrap .first_row .name_desg .member_designation {
	line-height: 1;
	font-size: 24px;
	letter-spacing: -1px;
	margin-top: 15px;
}
.single-staffs .content_wrap .second_row {
	padding-top: 25px;
	display: inline-block;
}
.single-staffs .content_wrap .second_row p{
	letter-spacing:-.5px;
}
.single-staffs .content_wrap .third_row {
	display: inline-block;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 90px;
	position:relative;
}
.single-staffs .content_wrap .third_row .team_gallery {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: calc(100% + 30px);
	margin: 0 -15px;
	position: unset;
}
.single-staffs .content_wrap .third_row .team_gallery .slick-slide {
	margin: 0 15px;
	line-height: 0;
}
.single-staffs .content_wrap .third_row .team_gallery li {
	height: 350px;
}
.single-staffs .content_wrap .third_row .team_gallery li .post-image {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.single-staffs .content_wrap .third_row .team_gallery .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: auto;
    padding: 0;
    background: transparent;
    color: #ce0507;
    font-family: "Karla",sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    bottom: 0;
}
.single-staffs .content_wrap .third_row .team_gallery .slick-arrow.slick-next {
    right:0;
}
.single-staffs .content_wrap .third_row .team_gallery .slick-arrow.slick-prev {
    left:0;
}
.single-staffs .content_wrap .third_row .team_gallery .slick-arrow.slick-next::after {
    content: "";
    display: inline-block;
    width: 115px;
    height: 60px;
    background: transparent url(../images/wwa_slick_next.png)no-repeat scroll right center/auto 100%;
    float: right;
}
.single-staffs .content_wrap .third_row .team_gallery .slick-arrow.slick-prev::after {
	content: "";
	display: inline-block;
	width: 120px;
	height: 60px;
	background: transparent url(../images/wwa_slick_prev.png)no-repeat scroll left center/auto 100%;
	float: left;
}
