/*
Theme Name: Modellic Child
Description: Model Agency WordPress Theme
Author: coffeecream 
Theme URI: http://themeforest.net/user/coffeecream/portfolio
Author URI: http://themeforest.net/user/coffeecream
Template: modellic
Version: 1.0
License: ThemeForest Regular License
License URI: http://themeforest.net/licenses/regular
Text Domain: modellic
*/
#blink_text{	
	font-weight:bold;
	font-size:22px;
  animation-name:blink;
  width:280px;
  animation-duration:2s;
  animation-timing-function:ease-in;
  animation-iteration-count:Infinite;
  }

@keyframes blink{
  0%{color:#ffd700;}
  50%{color:red;}
  100%{color:#eee8aa;}