/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
 #footer-outer #copyright .col.span_7.col_last p {
    text-align: right;
    position: relative;
    margin-top: 0;
}
#footer-outer #copyright .col.span_7.col_last p a {
    color: #fff!important;
}
#footer-outer #copyright .col.span_7.col_last p a:hover {
    color: #fff!important;
}
#footer-outer #copyright .col.span_7.col_last .bcm-logo {
    width: 20px;
    height: 20px;
    background: url('img/bcm-logo.png')no-repeat;
    background-size: cover;
    top: 5px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
@media only screen and (max-width: 1000px) {
	html body #footer-outer #copyright .col {
	    width: 100%;
	    text-align: center;
	}
	#footer-outer #copyright .col.span_7.col_last p {
	    text-align: center!important;
	}
	div#copyright .col {
		margin-bottom: 0;
	}
}