/*
Theme Name: Salient Child Theme
Theme URI: http: //cordesowen.com/
Description: This is a custom child theme for Salient
Author: Cordes Owen
Author URI: http: //cordesowen.com/
Template: salient
Version: 0.1
*/
@media screen and (max-device-width : 680px)
{
    .da-co-branding-frame.button, .da-co-branding-frame.da-mobile-button {
        height: 800px!Important;
        width: auto!Important;
        
    }
}

.footer-banner {
  background: #4D4E53;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-color:#fff;
  color:#fff;
  line-height:26px;
  font-weight:400;	
  padding-left:10%;
  padding-right:10%;
  padding-top:2%;
  padding-bottom:2%;
  font-size:14px
	  	border-top-style:solid;
	border-top-width:1px;
	border-top-color:rgba(0,0,0,0.19);
}
.footer-banner > * {
  margin: 0 0.5em;
}
.footer-button {
  color: #fff;
  text-decoration: none;
  padding: 1em;
  background: #333;
  border-radius: 3px;
}

/* Paragraph */
#footer-outer .footer-banner p{
	transform:translatex(0px) translatey(0px);
	color:#bfbfbf;
	
}

/* Footer banner */
#footer-outer .footer-banner{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:rgba(0,0,0,0.19);
}

/* Link */
#menu-footer-menu .menu-item a{
	color:#bfbfbf;
}
