#copyright-logo{
	display:inline-block;
	width:34px;
	height:17px;
	background-size:cover;
	background-image: url('logo_icon_gray.png');
	margin-top: 7px;
    float: left;
    margin-right: 10px;
}
#wp-admin-bar-af-copy,
#wp-admin-bar-af-copy a,
#wp-admin-bar-af-copy ul{
	background-color:white !important;
	color: black !important;
}
#wp-admin-bar-af-copy>a{
	color: #eee!important;
    background-color: #23282D !important;
}

#wp-admin-bar-af-copy.hover>a{
	background-color:#F2F5F6 !important;
	color:#014D8D !important;
}
#wp-admin-bar-af-copy.hover #copyright-logo{
	background-image: url('logo_icon.png');
}
#wp-admin-bar-af-copy.hover .ab-submenu a:hover{
	color:rgb(255, 153, 0)!important;
}
#wp-admin-bar-af-copy .fa{
	font-family: 'FontAwesome' !important;
    font-size: 15px;
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    text-align: center;
    color:#0060AA;
}
#copyAf{
	margin: 0 -10px !important;
    border: none;
    background-color: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}