.tp-caption a {
color:#ff7302;
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;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  	display:inline-block;
	background-color: #333;
	border: none;
  	border-radius: 3px;
	box-shadow: none;
	color: #fff;
  	font-family: sans serif;
  	font-size: 16px;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: none;
	width: auto;
}