@import url("http://fonts.googleapis.com/css?family=Homemade+Apple");

.tp-caption a {
  	font-family: 'Homemade Apple', cursive;
	color:#fff;
	text-shadow:none;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	text-decoration: none;
  	font-size: 16px;
}

.tp-caption a:hover {
color:#ffa902;
}