/* Child pages dropdown menu */
.child-pages {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}
