/*
Theme Name: ACMS Child (General)
Theme URI: http://www.acmediaservices.com/
Description: ACMS Child Theme (General)
Author: AC Media Services
Author URI: http://www.acmediaservices.com/
Template: salient
Version: 3.0
*/

/***** ACMS Child Theme (General) *****/


/*  Center align the copyright notice and social media icons in the footer */
#copyright .col {
	text-align: center !important;
	width: 100% !important;
}
#footer-outer #copyright .col ul {
	float: none !important;
	width: 100% !important;
}
#footer-outer #copyright li {
	display: inline-block;
	float: none !important;
	margin-top: 0 !important;
}

/* Fix the styling of copyright notice and social media icons in the footer */
#footer-outer #copyright ul#social li:first-child {
	margin-left: 0;
}
#footer-outer #copyright div.col.span_7 {
	margin-bottom: 10px;
}