
/* NAVBAR FIX */
#site-header #masthead {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
}
#masthead.header-v4 .navigator::after { border: 0px !important; }
#masthead-sticky {box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);}
#masthead-sticky .brand img { height: 70px; margin: 8px 0px; }
#masthead-sticky .navigator { padding-top: 12px; }

#slider_main {
	background-repeat: no-repeat;
	background-image: url("http://austcare.net.au/wp-content/uploads/2015/05/Dollarphotoclub_62569625.jpg");
	background-size: cover;
	background-position: left center;
	width: 100%;
	height: 450px;
}

#slider_main .wrapper { max-width: 1100px; text-align: center; margin: 0 auto; }
#slider_main h1 { 
	display: block; 
	padding: 0px; 
	margin: 0px; 
	margin-bottom: 25px; 
	text-align: center; 
	line-height: 1 !important;
	color: #fff;
	font-size: 50px;
	padding-top: 120px;
}
#slider_main p { 
	display: block; 
	padding: 0px; 
	margin: 0px;
	margin-bottom: 25px;	
	text-align: center; 
	font-size: 22px; 
	color: #fff; 
	text-shadow: 1px 1px rgba(0,0,0,0.5); 
	word-wrap: break-word !important;
	line-height: 1.2 !important;
	max-width: 700px;
	margin: 0px auto 25px;
}
#slider_main .wpb_button {
	background-color: #31B61A;
}
#slider_main .wpb_button:hover {
	background-color: #1E9B09 ;
}