.footer{

	background-color:#ffffff;
	

	.footer-row{

		padding:80px 0 50px 0;

	}

	.footer-social-links{

		margin-bottom: 0;
		
	}

	.footer-list{
		
		list-style-type: none;
		padding:0;
		margin:0;

		li{

			position: relative;
			padding: 0 25px 5px;
			font-size:14px;

			&:before{

				position: absolute;
				content: "\F178";
				font: normal normal normal 12px/1 FontAwesome;
				left: 0;
				top: 6px;
				font-size: 13px;
				color: $brand-primary;

			}
			
			a{
				
				color:#626262;

			}

		}

	}

	.footer-heading{

		margin-top: 0;
		color:$brand-primary;
		font-weight: 600;
		font-size: 16px;

	}

	address{

		color:#626262;
		margin-top: 25px;

	}

	.footer-address{

		span{

			display: block;
			color:#626262;

			&.number{
				
				font-family: $headings-font-family;
				color:$brand-primary;
				font-size:32px;
				font-weight: 500;

			}

			&.icon{
				
				font-family: $headings-font-family;

			}

		}

	}
	.footer-section{

		margin-bottom: 30px;
	}

}
.footer-copyright{

	background-color:#ffffff;
	padding:30px 0;
	color:#626262;
	border-top:1px solid #cccccc;
}

// @media (max-width: $screen-xs-max) {

// 	.footer{

// 		.footer-row{

// 			padding:40px 0;

// 		}
// 	}

// 	.footer-copyright{

// 		padding:15px 0;

// 	}

// }