/*
Theme Name: VermaPhysioTheme
Author: VermaPhysiotherapyCenter
Author URI: https://www.vermaphysiotherapycenter.com
Version: 1.0
*/
html {
	padding: 0;
	margin: 0;
}
/* Content Area */
article.post {
	border-bottom: 1px dotted #DDD;
	margin-bottom: 20px;
}

article.post:last-of-type {
	border-bottom: none;
}

.has-thumbnail {
	position: relative;
	padding-left: 200px;
}

.post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
}

