/* style for pagination buttons */
.td-post-content .next-page-link {
	width: 100%; 
	background-color: #ff0000;
	color: #fff; 
	text-align: center; 
	margin-top: 15px;
	border-radius: 5px;
}
.td-post-content .next-page-link > p {
	display: none;
}

.next-post {
	margin-bottom: 40px;
}

.td-post-content .next-page-link a .no-pagination, .next-post a {
	padding: 20px 0;
	font-size: 24px;
}

.td-post-content .next-page-link a {
	color: #fff;
	display: block !important;
}

.post .td-post-content .no-pagination {
	display: none;
}

.post .td-post-content .next-page-link .no-pagination {
	display: block;
}

.next-post a {
	display: block;
	width: 100%;
	background-color: #ff0000;
	color: #fff;
	text-align: center;
	page-break-after: always;
	border-radius: 5px;
}
/* end style pagination buttons */