/*
*  StreetEasy Footer
*
*  @description: 
*  @created: 12/7/15
*/

footer {
	background-color: #F2F2F2 !important;
	min-height: initial !important;
}
footer p {
	color: #1a1f2c !important;
}
footer a {
	color: #1a1f2c !important;
}
footer a:hover {
	text-decoration: underline;
}
.sefooter {
	padding: 40px 0 !important;
}
.sefooter li {
	font-size: 12px;
	line-height: 24px;
}
.sefooter ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
.se-footer-col li {
	text-align: left;
	list-style-type: none;
}
.se-footer-copyright {
	padding-top: 40px;
	text-align: center;
	font-size: 12px !important;
}
.se-footer-copyright p{
	font-size: 12px !important;
}
.se-footer-blue {
	color: #007fc5 !important;
}
.se-footer-dot {
    padding: 0 5px;
}
.mobile-link {
    background: #000;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 13px;
    padding: 5px 10px;
}
hr.footer-hr {
	width: 86%;
    border-top: 1px solid #DBDBDB;
    display: inline-block;
    margin-left: 7%;
    margin-right: 7%;
}
@media(min-width: 769px){
	hr.footer-hr{
		display: none;
	}
}
/* Mobile Stlying */
@media (max-width: 767px) {
	.sefooter {
		padding: 30px 0;
	}
	.sefooter ul {
		text-align: center;
	}
	.se-footer-col li {
		text-align: center;
		line-height: 30px;
	}
	.se-footer-hide-mobile {
		display: none;
	}
	.se-footer-mobile-badges {
		padding-top: 40px;
	}
}
/* Tablet Styling */
@media (min-width: 768px) and (max-width: 991px) {
	.se-footer-col-gap {
		padding-bottom: 25px;
	}
}