/* 

Add here your custom css styles Example: p { text-align: center; color: red; } 

*/

img.attachment-full.size-full {
    border-radius: 10px;
}
.post-image img {
    border-radius: 10px;
}
.posted-on .updated {
    display: inline-block;
}
.posted-on .published {
    display: none;
}
.posted-on .updated:before {
    content: "Last updated: ";
}
.byline img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.byline,
.comments-link,
.posted-on {
	display: inline-block;
}
.comments-link,
.posted-on {
	border-left: 1px solid #ddd;
	padding-left: 10px;
	margin-left: 10px;
}
.comments-link:before {
	display: none;
}
h2.entry-title {
    margin-bottom: 20px;
}