@charset "UTF-8";
/*
Theme Name: staceysurveying
Author: The 23digital team
Author URI: http://www.23digital.com.au/
Version: 1.4
License: GNU General Public License v2 or later
Text Domain: twentytwentyone
*/
.wp-block-latest-posts__list.wp-block-latest-posts li {
	padding: 0;
}
.wp-block-latest-posts__list.wp-block-latest-posts li:before {
	display: none;
	content: none;
}
.wp-block-latest-posts__post-title {
	font-size: 16px;
	color: #151515;
	font-weight: 400;
}
.post-sidebar__title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1rem;
}
.blogs ol li,
.blogs ul li {
	color: #151515;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.6px;
	line-height: 30px;
}
.blogs ol > li::marker {
  font-weight: bold;
}
.blogs p {
	color: #151515;
}
.blogs ul:not(:last-child),
.blogs p:not(:last-child) {
	margin-bottom: 1em;
}
.blogs h2 {
	margin: 1.5rem 0 1rem;
}
.blogs h3, .blogs h4, .blogs h5, .blogs h6 {
	font-weight: 600;
	margin: 1.5rem 0 1rem;
}
.single-post__container {
	display: flex;
	gap: 2rem;
	flex-direction: column;
}
@media (min-width: 1024px) {
	.single-post__container {
		flex-direction: row;
	}
	.post-sidebar {
		width: 25%;
	}
	.blogs {
		width: 75%;
	}
}

.cont-detail {
	display: flex;
    align-items: center;
}