/*
Theme Name: Melbourne Family Daycare
Theme URI: https://melbournefamilydaycare.com.au/
Template: astra
Author: Melbourne Family Daycare
Author URI: https://melbournefamilydaycare.com.au/
Description: Melbourne Family Daycare
Tags: daycare
Version: 4.8.6.1732074581
Updated: 2024-11-20 03:49:41

*/

/* Footer widget titles */
.site-footer .widget-title {
	font-weight: 600;
}

/* Add back underlines to links */
.site-footer a {
	text-decoration: underline;
}

/* Adjust spacing on blog posts */
.single-post.ast-separate-container #primary {
	margin: 0;
}

/* Remove post prev/next navigation */
.single-post .post-navigation {
	display: none;
}

/* Bullet levels */
		  ul > li { list-style-type: disc; }
ul > li > ul > li { list-style-type: circle; }

/* Posrt archive items */
.ast-separate-container .ast-article-inner {
	background-color: #fff;
}