/*
	
	Styles for WP Multisite global footer
	
	By Brooklyn Creative Design (http://brooklyn.cd)
	Last updated on 6-1-2016 by Jordan Slominski
	
*/


#ys_global-footer {
	background-color: #2f2f2f;
	padding: 60px 0;
}
@media (max-width: 767px) {
	#ys_global-footer {
		text-align: center;
		padding: 30px 0;
	}
}
#ys_global-footer-logo-copyright {
	font: 300 12px/16px 'Roboto', sans-serif !important;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	#ys_global-footer-logo-copyright {
		text-align: center;
		padding-bottom: 60px;
	}
}
@media (max-width: 767px) {
	#ys_global-footer-logo-copyright {
		padding-bottom: 30px;
	}
}
#ys_global-footer-logo-copyright > p {
	color: #a0a0a0;
	font-size: 12px;
    line-height: 16px;
	margin: 0 0 10px;
}
#ys_global-footer-logo-copyright > p > a {
	color: #a0a0a0;
	font-weight: 300;
	font-size: 12px;
	-webkit-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}
#ys_global-footer-logo-copyright > p > a:focus,
#ys_global-footer-logo-copyright > p > a:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
}
#ys_global-footer-logo {
	display: block;
	margin-bottom: 30px;
}
#ys_global-footer-logo:focus,
#ys_global-footer-logo:hover {
	outline: none;
}
#ys_global-footer-logo > img {
	opacity: 1;
	max-width: 100%;
}
#ys_global-footer-logo:focus > img,
#ys_global-footer-logo:hover > img {
	opacity: 0.75;
}
#ys_global-footer .ys_global-footer-nav-column-title {
	color: #a0a0a0;
	font: 300 16px/16px 'Roboto', sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	#ys_global-footer .ys_global-footer-nav-column-title {
		margin-top: 15px;
	}
}
#ys_global-footer .ys_global-footer-nav-column-links {
	text-transform: uppercase;
	list-style: none;
	padding: 0;
	margin: 0;
}
#ys_global-footer .ys_global-footer-nav-column-links > li {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 5px;
}
#ys_global-footer .ys_global-footer-nav-column-links > li > a {
	color: #fff;
	font: 400 14px/14px 'Roboto', sans-serif !important;
}
#ys_global-footer .ys_global-footer-nav-column-links > li > a:focus,
#ys_global-footer .ys_global-footer-nav-column-links > li > a:hover {
	color: #f0c15d;
	text-decoration: none;
}