@charset "utf-8";
/* CSS Document */

#button_style_new a{display:inline-block; text-transform:uppercase; font-size:27px; line-height:29px; color:#fff !important; text-decoration:none; background:#3B3B3C; border-radius:50px; border:2px solid #F17525; padding:22px 50px 22px 100px; font-family:Geogrotesque_md; position:relative; transition:0.3s;}
#button_style_new a:before{background:url(https://www.badgeraustralia.com.au/wp-content/uploads/2026/02/button_arrow.svg) 0 0 no-repeat; display:block; content:""; position:absolute; left:35px; top:25px; width:50px; height:25px; transform:scale(0.8); z-index:1;  transition:0.3s;}
#button_style_new a:after{background:url(https://www.badgeraustralia.com.au/wp-content/uploads/2026/02/button_arrow.svg) 100% 0 no-repeat; display:block; content:""; position:absolute; left:35px; top:25px; width:50px; height:25px; transform:scale(0.8); z-index:2; opacity:0; transition:0.3s;}

@media only screen and (min-width: 1025px) {
	#button_style_new a:hover{background:#F17525;}
	#button_style_new a:hover:before{opacity:0;}
	#button_style_new a:hover:after{opacity:1;}
}

@media only screen and (max-width: 1024px) {	
	#button_style_new a{font-size:23px; line-height:26px; padding:20px 45px 20px 90px;}
	#button_style_new a:before{transform:scale(0.7); top:21px; left:27px;}
	#button_style_new a:after{transform:scale(0.7); top:21px; left:27px;}
}

@media only screen and (max-width: 1024px) {	
	#button_style_new a{font-size:20px; line-height:23px; padding:18px 35px 18px 70px;}
	#button_style_new a:before{transform:scale(0.6); top:17px; left:17px;}
	#button_style_new a:after{transform:scale(0.6); top:17px; left:17px;}
}