:root {
	--cnvs-themecolor: #6991ac;
}

/* font is mincho in content */
#content {
	font-family: "Zen Old Mincho", sans-serif !important;
	padding: 0 20px;
}

.entry-title h1 {
	font-family: "Zen Old Mincho", sans-serif !important;
	font-weight: 700;
	text-align: left;
	font-size: 35px;
	line-height: 3rem;
	letter-spacing: -3px;
	margin: 0px;
}

h1 .bookauthor {
	font-size: 20px;
	margin-left: 1rem;
}
h1 .booktitle {
	display: block;
	line-height: 1rem;
	margin-left: 0rem;
	margin-bottom: 0rem;
}

#content h2 {
	font-family: "Zen Old Mincho", sans-serif !important;
	font-size: 28px;
	font-weight: 900;
	margin-top: 30px;
	margin-bottom: 20px;
}

.entry-title h3 {
	font-family: "Zen Old Mincho", sans-serif !important;
	font-size: 20px;
	font-weight: 700;
}

#content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.color-library a {
    color: #6991ac;
}

.product-image img {
	border: #f0f0f0 1px solid;
}

.entry p {
	font-size: 18px;
}

.entry-title h2 a,
.entry-title h3 a {
    color: #6991ac;
}

.entry-image img {
	border: 1px solid #eee;
}

.backlinks h3 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-family: "Zen Old Mincho", sans-serif !important;
}
.iconlist li span {
	padding-left: 0.5rem;
}

.coverimage {
	margin-left: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #ddd;
}

.tagcloud a {
	font-size: 15px !important;
	font-family: var(--cnvs-primary-font);
}

#footer {
	margin-top: 50px !important;
}

h3.book-title {
	font-size: 12px;
	font-family: "Zen Old Mincho", sans-serif !important;
	text-align: center;
}
.portfolio-desc {
	--cnvs-portfolio-desc-padding-y: 0.5rem;
}
.portfolio-desc h3 a {
    color: #6991ac;
}

.portfolio-image {
	border: 1px solid #ddd;
}

/* library-specific entry-meta (different margins from shared default) */
.entry-meta {
	margin: 15px 0px 10px 20px;
}

#taxonomy.entry-meta {
	margin: 5px 0px 10px 0px;
}

@media (max-width: 575.98px) {
    .align-wide-lg, .align-wide-xl, .align-wide-xxl {
        margin-left: calc(0% - 0vw) !important;
        margin-right: calc(0% - 0vw) !important;
        max-width: 88vw !important;
        width: 88vw !important;
    }
	.entry-title h1 {
		font-size: 30px;
		font-weight: 700;
		text-align: left;
		line-height: 2rem;
		letter-spacing: -2px;
		margin: 0px;
	}
	h1 .bookauthor {
		font-size: 18px;
		margin-left: 0px;
		line-height: 0rem;
	}
	h1 .booktitle {
		display: block;
		font-size: 25px;
		margin-left: -15px;
		line-height: 3rem;
	}
	.entry-meta {
		margin-left: 0px;
		margin-bottom: 5px !important;
	}
	.entry p {
		font-size: 16px;
	}
	.coverimage {
		width: 40%;
	}
}

@media (max-width: 768px) {
	.entry-title.title-sm h2 {
		font-size: 16px !important;
		font-weight: 700;
	}
	.entry-meta {
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 12px;
	}
	#content h2 {
		font-size: 16pt;
		margin-top: 30px;
		margin-bottom: 12px;
	}
}
