/*   

Theme Name: Classic Roller Shutters 

Theme URI: http://jordankaedesign.com/

Description: A responsive WordPress theme created for the Classic Roller Shutters website.

Author: Jordan Kae Design

Author URI: http://jordankaedesign.com/

Version: 1.0

*/



@import url("css/BASE-responsive-style.css");

@import url("css/style.css");

.menu-footer-menu-one-container, .menu-footer-menu-two-container, .menu-footer-menu-three-container, .footerLogoWrapper {
	width: 25%;
	float: left;
}

.footerLogoWrapper img {
	max-width: 100%;
}

.footer-menu li{
	float:none !important;
	line-height:16px !important;
	list-style:none;
	padding:0 5px;
	border-right: none !important;
}
.footer-menu li.first{
	border-left: none !important;
}
.footer-menu li a{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}

@media only screen and (max-width: 1024px) {
.menu-footer-menu-one-container, .menu-footer-menu-two-container, .menu-footer-menu-three-container, .footerLogoWrapper {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
}

@media only screen and (max-width: 719px) {
.menu-footer-menu-one-container, .menu-footer-menu-two-container, .menu-footer-menu-three-container, .footerLogoWrapper {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
}