@charset "utf-8";
/*
Theme Name: premiumaccounting
Author: premiumaccounting
Author URI: https://premiumaccounting.ai
Version: 1.0
*/

.wp-block-heading {
	font-size: 18px;
	line-height: 24px;
}

.post {
	font-size: 14px;
	line-height: 20px;
}

.post-title {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}

h1.post-title {
	font-size: 30px;
	line-height: 38px;
	margin-top: 0;
}

.page-title {
	padding: 15px 0;
	background-color: #005b7f;
	color: #fff;
}

.page-title h1 {
	margin: 0;
	font-size: 18px;
	line-height: 20px;
}

.widget {
	list-style: none;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}

.widget ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.widgettitle {
	font-size: 16px;
	margin: 0 0 5px;
	line-height: 20px;
}

.wp-post-image {
	max-width: 100%;
	height: auto;
}

.author-photo {
    margin-bottom: 10px;
}
.author-photo img {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    border-radius: 8px;
}
.img-responsive {
	margin-bottom: 8px;
}