/*
 * Momentous Pro CSS
 * http://themezee.com/themes/momentous/#PROVersion-1
 *
 * Copyright(C) 2015, ThemeZee.com - support@themezee.com
 * License: GPL v3
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 *
 */
 
#logo .site-logo {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	width: 100%;
}

/* Footer Widget Area
-------------------------------------------------------------- */
#footer-widgets {
	padding-top: 1.5em;
	margin-right: -1.5em;
}
.footer-widget-column {
	float: left;
	width: 25%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Footer Widget Styling */
#footer-widgets .widget{
	background: transparent;
	color: #fff;
}
#footer-widgets .widget ul, #footer-widgets .widget ol {
	color: #fff;
}
#footer-widgets .widget .widgettitle {
	color: #eee;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 0 0.5em 0.8em;
}
#footer-widgets .widget a:link, #footer-widgets .widget a:visited {
	color: #ccc;
	color: rgba(255,255,255,0.7);
}



/*============================ MEDIA QUERIES ============================*/

/* Smaller screens | <1120px */
@media only screen and (max-width: 65em) {
	.footer-widgets-left, .footer-widgets-right {
		float: left;
		width: 50%;
		padding-right: 1.5em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer-widget-column {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}

/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	#footer-widgets {
		margin-right: 0;
		padding: 1.5em 0 0 1.5em;
	}
}
@media only screen and (max-width: 50em) {
	.footer-widgets-left, .footer-widgets-right {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.footer-widget-column {
		padding-right: 1.5em;
	}
}

/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
	#footer-widgets {
		margin-right: 0;
		padding: 1.2em 0 0 1em;
	}
	.footer-widget-column {
		padding-right: 1em;
	}
}