/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 25 2023 | 11:39:58 */
.person-row .w-person-role {
	color: #24293e !important;
	opacity: 1;
	font-weight: 500;
	font-size: 14px;
	text-align: left;
}
.person-row .wpb_wrapper:hover > .w-person .w-person-content {
	background: #24293e !important;
}
.person-row .w-person-role {
	color: #24293e !important;
}
.person-row .wpb_wrapper:hover > .w-person .w-person-role {
	color: #fff !important;
}
.person-row .w-person-content {
	padding: 20px 5px 20px 20px;
	position: relative;
	background: #f4f6f8;
	margin-right: 30px;
	margin-top: -30px;
}
.person-row .w-person {
	box-shadow: none;
}
.person-row .w-person-name {
	color: #d94f60 !important;
	padding-top: 5px;
}
.person-row .w-person-description {
	margin-top: 0px;
	color: #fff;
	text-align: left;
	position: absolute;
	right: 2rem;
	top: 1.5rem;
}
.person-row .w-socials-list {
	display: inline-block;
	background-color: #00000075;
	border-radius: 5px 5px 0px 0px;
	position: absolute;
	bottom: 104px;
	z-index: 10;
	right: 4.5rem;
	opacity: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.person-row .w-socials-list .w-socials-item {
	display: block;
}
.person-row .w-socials-item-link i {
	background-color: #f28c00;
}
.person-row .vc_column-inner:hover > .personSocial .w-socials-list {
	opacity: 1 !important;
}
.person-row .imgPer {
	width: 45px;
	padding: 8px;
	border-radius: 30px;
	background-color: #24356c;
}
.person-row .wpb_wrapper:hover > .w-person .w-person-image {
	background-blend-mode: normal;
}
.person-row .w-person-name {
	color: #24356c !important;
	padding-top: 5px;
	text-align: left;
}
.person-row .w-person {
	transition: all 1s;
}
.person-row .w-person .w-person-image {
	background-color: #F4F6F8;
}
.singleProfile  .w-grid-list {
	box-shadow: none !important;
}
.singleProfile .w-grid[class*="ratio_"] .post_image img, .singleProfile .w-grid[class*="ratio_"] .w-post-elm.type_image img {
	object-fit: contain !important;
}
.singleProfile .w-grid-list article.w-grid-item {
	border-top: 1px solid #eee;
}
.singleProfile .w-grid-list article.w-grid-item:first-child {
	border-left: 1px solid #eee;
}
.post-author-ava img {
	background: #fff;
}
.singlePostDate:before {
    content: '/';
    margin-right: 10px;
}
@media (max-width:768px){
.person-row .imgPer {
	width: 40px;
}
.person-row .w-person-content {
	margin-right: 15px;
	margin-top: -50px;
}
.person-row .w-socials-list {
	bottom: 100px;
	right: 4.5rem;
}
.person-row .w-person-description {
	right: 1.5rem;
}
.person-row .w-person-name {
	font-size: 16px;
}
.person-row .w-socials-list {
	bottom: 99px;
}
.person-row .w-person-role {
	font-size: 12px;
}
.person-row .w-person-content {
	margin-right: 20px;
}
}