/*! bowraodea: version 0.1.0
* Built on: 2015-12-17
* Author: Hatchd Digital <hello@hatchd.com.au>
* http://http://hatchd.com.au/
* Required JS dependencies and app code for the Bowra O'Dea website.
* Copyright (c) 2015 */

/*! bowraodea: version 0.1.0
* Built on: 2015-11-15
* Author: Hatchd Digital <hello@hatchd.com.au>
* http://http://hatchd.com.au/
* Required JS dependencies and app code for the Bowra O'Dea website.
* Copyright (c) 2015 */

.footer-primary {
	display: block;
	width: 69%;
	float: left;
}

.footer-secondary {
	display: block;
	width: 30%;
	float: right;
}

.footer-secondary span {
	display: block;
	float: left;
	text-align: right;
	padding-top: 3px;
}

#nav-social,
#nav-social li {
	display: block;
	float: left;
}

:after,
:before {
	content: " ";
}

.social--facebook a,
.social--facebook a:hover,
.social--googleplus a,
.social--googleplus a:hover,
.social--linkedin a,
.social--linkedin a:hover,
.social--youtube a,
.social--youtube a:hover {
	float: left;
	width: 30px;
	height: 30px;
	background: url(../images/social-icons.png) no-repeat!important;
}

.leanneodea-social .social--facebook a {
	background-position: 0 0!important;
}

.leanneodea-social .social--facebook a:hover {
	background-position: -30px 0!important;
}

.leanneodea-social .social--googleplus a {
	background-position: 0 -30px!important;
}

.leanneodea-social .social--googleplus a:hover {
	background-position: -30px -30px!important;
}

.leanneodea-social .social--youtube a {
	background-position: 0 -60px!important;
}

.leanneodea-social .social--youtube a:hover {
	background-position: -30px -60px!important;
}

.bowraodea-social .social--facebook a {
	background-position: 0 -90px!important;
}

.bowraodea-social .social--facebook a:hover {
	background-position: -30px -90px!important;
}

.bowraodea-social .social--googleplus a {
	background-position: 0 -120px!important;
}

.bowraodea-social .social--googleplus a:hover {
	background-position: -30px -120px!important;
}

.bowraodea-social .social--youtube a {
	background-position: 0 -150px!important;
}

.bowraodea-social .social--youtube a:hover {
	background-position: -30px -150px!important;
}

.bowraodea-social .social--linkedin a {
	background-position: 0 -180px!important;
}

.bowraodea-social .social--linkedin a:hover {
	background-position: -30px -180px!important;
}

