/*** Single Page Style ***/
.single-section-content .et_pb_section_0.et_pb_section,
.single-section-content.et_pb_post_content_0_tb_body {
	background-color: #f3f3f4 !important;
}

.single-section-content .et_pb_section {
	padding: 0 !important;
}

.single-section-content .et_pb_row {
	width: 100% !important;
}

.single-section-content p {
	color: #7f838a !important;
}

.single-section-content a {
	color: #b29376 !important;
}

.single-section-content h1,
.single-section-content h2,
.single-section-content h3,
.single-section-content h4,
.single-section-content h5,
.single-section-content h6,
.single-section-content h1 strong,
.single-section-content h2 strong,
.single-section-content h3 strong,
.single-section-content h4 strong,
.single-section-content h5 strong,
.single-section-content h6 strong {
	color: #000 !important;
}

.et_pb_module.single-page-image {
    margin: 0 0 2em 0 !important;
}

.single-page-image span,
.single-page-image img {
	width: 100% !important;
	height: auto;
}

body #page-container .et_pb_button.single-post-btn:hover {
	background-color: #b29376 !important;
	color: #fff !important;
}

.post-hr {
	margin: -10px 0 20px !important;
}

hr.center {
	margin: 15px auto !important;
}

.post-template-default.single.single-post .et_pb_section:nth-child(1) {
    padding-top: 10px !important;
}
 
.post-template-default.single.single-post .entry-content a {
	color: #b29376 !important;
}

@media(max-width: 768px) {
	.et_pb_with_border.et_pb_row.et_pb_row_0_tb_body.custom-single-post {
		padding: 20px !important;
	}
}

@media(min-width:981px) {
	.post-template-default.single.single-post h1.entry-title {
	    font-size: 30px !important;
	    font-weight: bold;
	}
}