.fl-post-grid-post.staff-card{
	padding: 0px 8px 8px 8px;
/*	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 4px solid #9a007b;
	border-right: 1px solid #999;*/
	border: 1px solid #999;
	/*box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);*/
	background: url('https://mcdowallhealth.com/wp-content/uploads/2022/08/card-bg-2.jpg') bottom right no-repeat;
}

.term-group .term-name{
	margin-right: 10px;
}
.term-group .term-value{
	margin-right: 10px;
	padding-left: 3px;
	text-decoration: underline;
	text-decoration-color: #9a007b;
	text-decoration-thickness: 2px;
	display: inline-block;
}

.booking-link{
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	background: #9a007b;
	border-radius: 5px;
}

.booking-link:hover{
	background: #9a007b66;
	color: #fff;
	text-decoration: none;
}


.sf-field-taxonomy-modality ul {
    height: 500px;
    overflow-y: scroll;
}

.widget_search_filter_register_widget label{
	
	width: 100%;
	display: block;
}
.widget_search_filter_register_widget select{
	width: 100%;
	padding: 20px 10px !important;
	display: block;
	font-weight: 400;
	border: 1px solid #dadada;
}

@media screen and (min-width: 768px){
	.staff-details-col, .about-me-col{
		text-align: right;
	}
}
@media screen and (max-width: 767px){
	.staff-details-col, .about-me-col{
		text-align: center;
	}
}


.staff-details-col .term-group{
	line-height: 18px;
	margin-bottom: 10px;
}
.staff-details-col .term-value{
	text-decoration: none;
	color: #3c1448;
	border-right: 1px solid #3c1448;
	padding-right: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
}

.staff-details-col .term-value:last-child{
	border-right: 0px solid transparent;
	margin-right: 0px;
}

.staff-name{
	background: #3c1448;
	text-align: right;
	padding: 10px;
}
.staff-name h2{
	margin-bottom: 1px !important;
	line-height: auto !important;
	padding: 0px !important;
}
.staff-name h2 a{
	color: #fff;
	font-weight: 700;
}
.staff-name h2 a:hover{
	color: #fff;
}
.staff-name .staff-title{
	color: #fff;
}
.staff-details-col{
	padding-top: 20px;
}

.post-link-arrow{
	font-size: 14px;
	display: inline-block;
	padding: 5px 10px;
	border: 3px solid #9a007b;
	background: #fff;
	text-transform: uppercase;
}
.post-link-arrow:hover{
	background: #9a007b;
	color: #fff;
	text-decoration: none;
}

.circle-karet{
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    padding: 1px 6px;
    border: 1px solid #ccc;
    font-size: 10px;
    font-weight: 700;
    margin-left: 8px;
    height: 20px;
    width: 20px;
    position: relative;
    top: -2px;
}

.post-link-arrow:hover .circle-karet{
	color: #9a007b;
}

.post-link-arrow .btn-txt{
	display: inline-block;
	margin-top: 3px;
}