
.lava-page-content > .single-post-content-section {
	background-color: white;
}

.lava-page-content * {
	line-height: 1.6;
}

.article-category-link {
	font-size: 16px;
	color: #0095eb;
}

.article-category-link:hover {
	text-decoration: underline;
	color: #3f86c4;
}

.reading-duration
.title, .author, .date {
	color: #676767 !important;
}

.acricle-category, .reading-duration {
	font-size: 14px;
	letter-spacing: -.4px;
}

.reading-duration {
	font-weight: 300;
}

.title {
	font-size: 36px;
	font-weight: bold;
}

.subhead {
	display: flex;
	justify-content: space-between;
}

.author, .date {
	font-size: 14px;
}

.author {
	margin-right: 30px;
}

.post-image {
	margin: 0 auto 40px;
	width: 100%;
	padding-bottom: 35%;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: padding-bottom .4s linear;
}

.post-content-wrap {
	margin: 0 auto;
	width: 75%;
}

.post-main-content {
	margin-top: 20px;
}

.post-main-content ul {
	list-style-type: disc;
}

.post-main-content ul li {
	margin-bottom: 10px;
	line-height: 1.8;
	font-size: 14px;
	font-weight: 300;
}

.post-main-content ul a {
	font-size: inherit;
	line-height: 1.1;
}

.post-main-content ol, .post-main-content ul {
	margin-left: 2em;
}

.post-main-content strong {
	color: #444;
}

.article-tag {
	margin-right: 10px;
	margin-bottom: 8px;
	padding: 6px 20px;
	display: inline-block;
	border: solid 1px #5a5a5a;
	border-radius: 4px;
	line-height: 1.1;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	transition: all .1s linear;
}

.article-tag:last-child {
	margin-right: 0;
}

.article-tag:hover {
	background-color: #f8f8f8;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, .3);
	text-decoration: none;
}

.post-main-content img {
	margin: 10px auto 30px;
	max-width: 90%;
	display: block;
}

.post-main-content img.alignleft {
	margin-right: 25px;
}

.post-main-content > p > iframe, .post-main-content > iframe {
	margin: 20px auto !important;
	display: block;
}

.post-main-content .wp-block-button {
	margin-top: 5px;
}

.post-main-content .wp-block-button a {
	transition: all .2s linear;
}

.post-main-content .wp-block-button a:hover {
	text-decoration: none;
	transform: scale(1.05, 1.05);
}

.post-main-content p {
	font-weight: 300;
}

.post-main-content td {
	text-align: left;
}

.post-main-content .table-image {
	float: left;
	width: 50%;
	height: 50%;
	margin: 0 20px 0 0;
}

.post-main-content .float-left-image {
	margin: 0 20px 0 0;
	float: left;
}

.post-main-content figcaption {
	margin: -15px auto 20px;
	width: 90%;
	font-size: 12px;
}

.post-main-content a > img {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .3);
	transition: box-shadow .2s linear;
}

.post-main-content a > img:hover {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .5);
}

.post-main-content .download-link {
	position: relative;
	padding: 8px 20px;
	display: inline-block;
	color: white;
	background-color: #3f86c4;
	border-radius: 10px;
	transition: all .2s linear;
}

.post-main-content .download-link:hover {
	text-decoration: none;
}

.post-main-content .download-link:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, .1);
	border-radius: 10px;
	transition: all .3s ease-in-out;
}

.post-main-content .download-link:hover::after {
	width: 100%;
}

@media screen and (max-width: 959px) {
	.post-main-content ul li {
		font-size: 13px;
	}
}
