/*
 * Footer 1
 * Author: @vitatemplates
*/

/* -- Footer -- */
.footer {
	background-color: #171717;
	padding: 2rem 0 4rem 0;
	color: #a0a0a0;
	font-size: .9rem;
}
.footer .heading {
	color: #fff;
}
.footer .about-us img {
	width: 80px;
}
.footer .useful-links a {
	color: #a0a0a0;
	font-size: .9rem;
}
.footer .tags a {
	font-size: .7rem;
	background-color: #444444;
	padding: 0.3rem;
	border-radius: 3px;
	margin-bottom: .3rem;
	display: inline-block;
	color: #9a9a9a !important;
	font-weight: bold;
}
.footer .tags a:hover {
	background-color: #636262;
}
.footer address {
	line-height: 1.1rem;
}
/* -- Copyright Footer -- */
.copyright {
	background-color: #131313;
	color: #999;
}
.copyright .vertical-separator {
	border-right: 1px solid;
	height: 10px;
	padding: 0 !important;
	margin-top: 5px;
}
.copyright .social-media a {
	width: 30px;
	text-align: center;
	font-size: .8rem;
	height: 30px;
	margin: auto;
	border-radius: 3px;
}
.copyright .social-media a i {
	margin: auto;
}

/*# sourceMappingURL=footer-1.css.map */
