
.main-navigation
{
	letter-spacing:2.5px
}

#astra-footer-menu > .menu-item > .menu-link
{
	letter-spacing:2.4px;
}

.ast-footer-copyright p
{
	letter-spacing:1.2px;
}

.ast-plain-container.ast-no-sidebar #primary
{
	margin-top:70px;
	margin-bottom:50px;
}

@media only screen and (max-width: 767px) {
	.ast-plain-container.ast-no-sidebar #primary
{
	margin-top:40px;
	margin-bottom:20px;
}
}

a:where(:not(.wp-element-button))
{
	text-decoration:none;
}.single-property {
    background: linear-gradient(135deg, #1C3158 50%, #C0C0C0 100%);
}
/* Add top padding INSIDE the gradient for normal blog posts */
.single-post .site-content {
    padding-top: 60px;
}

/* Add top padding INSIDE the gradient for Property Hive posts */
.single-property .site-content {
    padding-top: 60px;
}
/* Normal blog posts */
.single-post {
    color: #ffffff; /* change to your preferred colour */
}

/* Property Hive posts */
.single-property {
    color: #ffffff; /* change to your preferred colour */
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    color: #ffffff; /* heading colour for blog posts */
}

.single-property h1,
.single-property h2,
.single-property h3,
.single-property h4,
.single-property h5,
.single-property h6 {
    color: #ffffff; /* heading colour for property posts */
}
/* BLOG POSTS */
.single-post .site-content {
    padding-bottom: 60px; /* adjust as needed */
}

/* PROPERTY HIVE POSTS */
.single-property .site-content {
    padding-bottom: 60px; /* adjust as needed */
}
/* Hide ALL enquiry buttons, links, forms, and blocks */
.single-property .ph-enquiry,
.single-property .ph-enquiry-button,
.single-property .ph-enquiry-link,
.single-property .ph-enquiry-form,
.single-property .ph-enquiry-wrapper,
.single-property a[href*="enquiry"],
.single-property .ph-contact,
.single-property .ph-enquiry-section {
    display: none !important;
}
/* Share + Like text on blog posts */
.single-post .sd-title,
.single-post .sd-content,
.single-post .sd-content a {
    color: #1C3158; /* change to your preferred colour */
}
/* Share + Like text on blog posts */
.single-post .sd-title,
.single-post .sd-content,
.single-post .sd-content a {
    color: #1C3158; /* change to your preferred colour */
}

/* Related Posts heading */
.single-post .related-posts-title,
.single-property .related-posts-title {
    color: #1C3158; /* change to your preferred colour */
}

/* Related post titles */
.single-post .related-posts .entry-title a,
.single-property .related-posts .entry-title a {
    color: #1C3158; /* title colour */
}

/* Related post meta text (dates, categories, etc.) */
.single-post .related-posts .entry-meta,
.single-property .related-posts .entry-meta {
    color: #1C3158; /* meta text colour */
}
/* Remove Previous/Next Post navigation on all single posts */
.single-post .post-navigation,
.single-property .post-navigation {
    display: none !important;
}