/*
Theme Name: Newcastle Creative Co.
Template: Impreza
Version: 1.0
Author:	Newcastle Creative Co.
Theme URI: http://newcastlecreativeco.com.au/
Author URI: http://newcastlecreativeco.com.au/
*/



.top-header {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ecd762;
	color: var(--color-content-text);
	font-size: 1.5rem;
	position:fixed;
	z-index:120;
	left:0;
	right:0;
	height: 50px;
	text-align: right;
	padding: 0.25rem 1.5rem;
}

.top-header-content {
	text-align: center;
	font-weight: bold;
	width: 100%;
	max-width: var(--site-content-width,1200px);
	margin: auto;
}

.top-header-content .app-links {
	display: inline-flex;
	gap: 0.5rem;
}

.top-header-content .app-links a {
	color: var(--color-content-text);
	font-weight: normal;
	font-size: 1rem;
	text-decoration: none;
		
}

@media (max-width: 900px) {
	.top-header {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}

.top-header + header {
	top: 50px
}
.admin-bar .top-header + header {
	top: 82px;
}

@media screen and (max-width: 782px) {
	.admin-bar .top-header + header {
		top: 96px;
	}
	.top-header {
		font-size: 1.2rem;
	}
}

@media (min-width: 903px){
	:root {
		--header-height: 180px !important;
		--header-sticky-height: 170px !important;
	}
}

@media (min-width:603px) and (max-width:902px) {
  	:root {
		--header-height: 170px !important;
		--header-sticky-height: 160px !important;
	}
}


@media (max-width: 602px) {
	:root {
		--header-height: 190px !important;
		--header-sticky-height: 160px !important;
	}
	.top-header {
		height: 60px;
	}
	.top-header + header {
		top: 60px
	}
	.admin-bar .top-header + header {
		top: 106px;
	}
}
