/*
Theme Name: Brisbane Family Daycare
Theme URI: http://brisbanefamilydaycare-com-au.preview-domain.com
Template: astra
Author: Digitally Visible
Author URI: http://digitallyvisible.com.au
Version: 4.8.6.1732161009
Updated: 2024-11-21 03:50:09

*/

:root {
	--border-radius: 6px;
}

.site-header {
	height: 120px;
	background-image: url('https://brisbanefamilydaycare.com.au/wp-content/uploads/2024/11/corner-tiles.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 550px;
	overflow: visible;
}
.site-header .ast-primary-header-bar {
	border-radius: var(--border-radius);
}
.site-header ul.sub-menu {
	background-color: var(--ast-global-color-0);
	border-radius: var(--border-radius);
	padding: 12px;
}

@media only screen and (max-width: 600px) {
	.site-header { height: 100px; }
	.site-header ul.sub-menu { padding: unset; }
}