/*
 +=====================================================================+
 |     ____            _     _                         _               |
 |    |  _ \  __ _ ___| |__ | |__   ___   __ _ _ __ __| |              |
 |    | | | |/ _` / __| '_ \| '_ \ / _ \ / _` | '__/ _` |              |
 |    | |_| | (_| \__ \ | | | |_) | (_) | (_| | | | (_| |              |
 |    |____/ \__,_|___/_| |_|_.__/ \___/ \__,_|_|  \__,_|              |
 |      ____ _                                                         |
 |     / ___| | ___  __ _ _ __   ___ _ __                              |
 |    | |   | |/ _ \/ _` | '_ \ / _ \ '__|                             |
 |    | |___| |  __/ (_| | | | |  __/ |                                |
 |     \____|_|\___|\__,_|_| |_|\___|_|                                |
 |                                                                     |
 | (c) Jerome Bruandet ~ https://nintechnet.com/bruandet/              |
 +=====================================================================+
*/
#wp-admin-bar-dhcl {
  -moz-animation: pulse 1s ease-out;-moz-animation-iteration-count: 3;
  -webkit-animation: pulse 1s ease-out;-webkit-animation-iteration-count: 3;
  -ms-animation: pulse 1s ease-out;-ms-animation-iteration-count: 3;
}
@-webkit-keyframes pulse {
	 0% { background-color: none; }
	 50% { background-color: orange; border-radius:3px;
		 text-shadow:0 1px 1px #666;box-shadow: 1px 1px 3px #A36900 inset; }
	 100% { background-color: none; }
}
@-moz-keyframes pulse {
	 0% { background-color: none; }
	 50% { background-color: orange; border-radius:3px;
		 text-shadow:0 1px 1px #666;box-shadow: 1px 1px 3px #A36900 inset; }
	 100% { background-color: none; }
}
@-ms-keyframes pulse {
	 0% { background-color: none; }
	 50% { background-color: orange; border-radius:3px;
		 text-shadow:0 1px 1px #666;box-shadow: 1px 1px 3px #A36900 inset; }
	 100% { background-color: none; }
}
/* EOF */
