/**
 * Frontend styles for Subtitle.
 */

.entry-title .jk-post-subtitle {
	font-size: 0.9em;
	line-height: 0.5;
	color: #666;
	margin: 0.5em 0 0.5em !important;
	font-weight: 400;
	font-style: italic;
}

.jk-post-subtitle em,
.jk-post-subtitle i {
	font-style: italic;
}

.jk-post-subtitle strong,
.jk-post-subtitle b {
	font-weight: 700;
}

.jk-post-subtitle u {
	text-decoration: underline;
}

.jk-post-subtitle s,
.jk-post-subtitle del {
	text-decoration: line-through;
}

.jk-post-subtitle a {
	color: inherit;
	text-decoration: underline;
}

.jk-post-subtitle a:hover {
	text-decoration: none;
}

/* Support for inline font-size styling */
.jk-post-subtitle span[style*="font-size"] {
	display: inline;
}
