.hbp-plot-info h4, .hbp-plot-info h5, .hbp-plot-info h6 {
	font-family: "myriad-pro", sans-serif !important;
}

.plot-post-text h2, .plot-post-text h3 {
	color: #333;
    margin: 0;
}

.plot-post-uppercase-text p {
	text-transform: uppercase;
	color: #333;
    margin: 0;
}

.hbp-plot-post-caps-txt p {
	text-transform: capitalize;
}

.hbp-post-content p {
	margin: 0;
}

.plot-template-address p {
	text-transform: capitalize;
    margin: 0;
    color: #333;
}

.hbp-post-content li, .hbp-post-content ol {
	margin: 0 0 15px;
}

.hbp-post-content ul {
	margin: 15px 0;
}

.hbp-post-content ul:last-of-type {
	margin: 15px 0 0;
}

.hbp-post-content li:last-of-type {
	margin: 0;
}

.hbp-post-content h1, .hbp-post-content h2, .hbp-post-content h3, .hbp-post-content h4, .hbp-post-content h5, .hbp-post-content h6 {
	margin: 0 0 15px;
}

.hbp-post-content .elementor-shortcode {
	display: flex;
	gap: 15px;
    flex-direction: column;
}

.plot-post-status {
	text-transform: uppercase;
    text-align: center;
}

.related-plot-cards-container .plot-card-status-container {
	display: none;
}

@media (max-width: 767px) {

	.plot-post-status .plot-status {
    	padding: 5px 20px;
    }

}