/*
 Theme Name:   Workhouse to Wild Gravity
 Description:  Twenty Fifteen Child Theme
 Author:       Jukes
 Author URI:   http://jukes.us
 Template:     workhouse_2015
 Version:      1.0.0
*/


@media(max-width:1150px) and (min-width:481px) {
	a.nav_logo {
		display:block;
		width:100%;
		text-align:center;
		margin-bottom:20px;
		margin-top:10px;
		position:relative;
		top:auto;
		left:auto;
	-webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate(0,0);
    transform: translate3d(0,0,0);
	}
}

@media (max-width:360px) {
	a.nav_logo {
		height:26px;
	}
}


.announcement {
	background:#fff;
	padding:30px;
}
.announcement_logo {
	margin-bottom:20px;
	padding-right:3%;
}
.announcement p {
	margin-bottom:0;
	font-family:"league-gothic";
	font-size:36px;
	line-height:1.2;
}
.announcement a {
	color:#F55900;
}

#wrapper .announcement {
	display:none;
}

@media (max-width:480px) {
	.announcement_logo {
		margin-bottom:15px;
	}
	.announcement p {
		font-size:24px;
	}
}