/*
====================================================

* 	[Master Stylesheet]
	
	Template Name 	:  Buildwall
	Version    		:  1.0
	Author     		:  W3Engineers Ltd.
	Author URI 		:  https://themeforest.net/user/w3engineers 

====================================================
	
	TOC 
	
	*. FOOTER SECTION STYLING
		CONTACT AREA
		MAIN FOOTER
		SOCIAL ICONS
		RESPONSIVE 

======================================================


/* ---------------------------------
*. FOOTER SECTION STYLING
--------------------------------- */

footer { padding: 70px 0 55px; position: relative; z-index: 1; color: #fff; }

footer .logo img{ height: 50px; width: auto; margin-bottom: 15px; }

footer .footer-link{ text-align: center; margin-bottom: 15px; }

footer .footer-link > li > a{ text-decoration: underline; line-height: 50px; margin: 0px 10px; }

footer .footer-link > li > a:hover{ text-decoration: none; }

footer .icons{ text-align: right; }

footer .icons > li > a{ text-align: center; height: 50px; width: 50px; border-radius: 50px; line-height: 50px; margin: 0px 10px 15px;
	box-shadow: 3px 10px 40px rgba(0,0,0,.2); } 
	
footer .icons > li > a:hover{ background: #035ccc; color: #fff; }

footer .copyright{ margin-top: 10px; text-align: center; color: #666; }

footer .display-table-cell{ width: 33.33%; }


/* RESPONSIVE */

@media only screen and (max-width: 992px) {
	
	footer{ text-align: center; }
	
	footer .icons{ text-align: center; }
	
}

@media only screen and (max-width: 767px) {
	
	footer{ text-align: center; padding: 50px 0 35px; }
	
	footer .display-table,
	footer .display-table-cell{ display: block; width: 100%; }
	
	footer .icons{ text-align: center; }
	
}
