.clinician-directory article {
	border-bottom: 2px dotted #eaa833;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.clinician-directory .entry-featured-image-url {
	display: block;
}
.clinician-directory .entry-featured-image-url img {
	width: 90%;
	height: auto;
}
.clinician-directory .left-side {
	display: inline-block;
	width: 15%;
	vertical-align: top;
}
.clinician-directory .right-side {
	display: inline-block;
	width: 80%;
	padding-left: 15px;
}
.clinician-directory .right-side small {
	color: #666;
	font-size: 13px;
}
.clinician-directory .more a {
	color: #003c71;
}
.single-physicians .has-post-thumbnail img {
	width: 300px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-top: -57px;
}
.single-physicians h1.entry-title {
	font-family: 'visby slab',sans-serif;
	margin-left: 320px;
	margin-bottom: 15px;
	color: #365370;
}
.single-physicians .et_pb_post .entry-content {
	padding-top: 0;
	font-size: 19px;
    line-height: 31px;
}
.location span {
	color: #003c71;
	font-weight: 600;
}
@media (max-width: 980px) {
	.single-physicians h1.entry-title {
		font-family: 'visby slab',sans-serif;
		margin-left: 0px;
		margin-bottom: 15px;
		color: #365370;
	}
	.single-physicians .has-post-thumbnail img {
		width: 100%;
	    height: auto;
	    float: none;
	    margin-right: 0px;
	    margin-top: 0px;
	    margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.clinician-directory .entry-featured-image-url img {
		width: 85%;
		height: auto;
	}
	.clinician-directory .left-side {
		display: inline-block;
		width: 20%;
		vertical-align: top;
	}
	.clinician-directory .right-side {
		display: inline-block;
		width: 79%;
	}
}
@media (max-width: 600px) {
	.clinician-directory .entry-featured-image-url img {
		width: 100%;
		height: auto;
	}
	.clinician-directory .left-side {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	.clinician-directory .right-side {
		display: inline-block;
		width: 100%;
	}
	.clinician-directory .right-side h2 {
		font-size: 21px;
	}
	.clinician-directory .right-side {
		padding-left: 0;
	}
}