/* =Footer
----------------------------------------------- */

.site-footer {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	background: #757D98;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	font-size: 12px;
	-webkit-box-shadow: inset 0 1px 0 rgba(67, 75, 92, 0.5), inset 0 3px 12px rgba(67, 75, 92, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(67, 75, 92, 0.5), inset 0 3px 12px rgba(67, 75, 92, 0.2);
	box-shadow: inset 0 1px 0 rgba(67, 75, 92, 0.5), inset 0 3px 12px rgba(67, 75, 92, 0.2);
}

.wf-active .site-footer {
	font-weight: 300;
	font-size: 18px;
}

.site-footer a {
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.site-footer a:hover {
	color: rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(255,255,255,0);
}

.site-info,
.automattic-credit {
	display: inline-block;
	padding: 5px 30px;
}

/* Transitions for Footer */

.site-footer a,
.site-footer a:hover {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}


