@import '_variable.scss';

.site-footer {
		color: #908C8C;
		background-color: #333;
		padding-top: 30px;
		border-top: 3px solid #444;
		a {
			color: #BFa5a3 !important;
			text-decoration: none !important;
			&:hover {
				color: #FFF !important;
			}
		}
}
.site-info {
	background-color: #111;
	padding: 12px 0;
}
.widget-title h4 {
	padding: 0px;
}
