/*
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 */

/* Social Icons */

html #footer-outer #copyright li a:hover i,
html #header-secondary-outer #social li a:hover i {
    color: #007eb1!important;
}

/* IDD Brand */

.idd-brand {
	display: inline-block;
	}

.idd-brand a svg {
	fill: #989898;
	transition: all .75s;
	display: block;
	float: right;
	}

.idd-brand a:hover svg {
	fill: #007eb1;
	opacity: 1;
	}

@media screen and (max-width: 40em) {

    html #footer-outer {
        text-align: center!important;
    }

    html #footer-outer #social {
        display: inline-block!important;
        float: none!important;
    }

    html #footer-outer #social li,
    html #footer-outer #social li a {
        display: inline-block!important;
    }

 }