/*
Theme Name: HRP Default Modified
Theme URI: http://blog.hrp.org.uk/
Author: HRP
Author URI: http://blog.hrp.org.uk/
Version: 1.0
*/





.g-translate a{
	font-family: "Gotham A","Gotham B",Arial,serif;
}

.comments-privacy-notes a{
	color: #ce603d;
}
.content-area-author .author-profile{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.content-area-author article{
	width: 100%;
}
/* .content-area-author article img{
	min-width: 240px;
} */

.content-area-author .author-profile .authorInfo{
	margin-left: 28px;
}
.content-area-author .author-profile .authorAvatar img{
    width: 128px;
    min-width: 128px;
}

@media screen and (min-width: 800px){
	.content-area-author article img{
		max-width: 240px;
	}
}

@media screen and (max-width: 800px){
	.content-area-author article img{
		max-width: 120px;
		margin-bottom: 12px;
		margin-right: 16px;
	}
}