/*
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
*/
#cookieChoiceInfo {
	color: rgb(242, 242, 242) !important;
    background-color: rgb(79, 79, 79) !important;
    opacity: 1 !important;
    padding: 14px 4px;
}	
#cookieChoiceInfo div {
	color: rgb(242, 242, 242) !important;
	display: flex !important;
	align-items: center !important;
}
#cookieChoiceInfo div > span {
  width: 60% !important;
}
#cookieChoiceInfo div > a {
    width: 20% !important;
    display: inline-block !important;
    margin: 0px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    
    
    outline: none;
    border-radius: 3px;
	    
}
#cookieChoiceInfo #cookieChoiceDismissIcon {
  background-color: rgb(79, 79, 79) !important;
}




