.btn-yellow,
.btn-yellow:focus,
.btn-yellow:visited,
.btn-yellow:active,
a.btn-yellow,
a.btn-yellow:focus,
a.btn-yellow:visited,
a.btn-yellow:active{
	background-image: none;
	border: none;
	background-color: #f4c725 !important;
	color:#fff !important;
	font-size: 16px !important;
	line-height: 20px !important;
	padding: 15px 20px !important;
	cursor: pointer !important;
	font-family: 'Open Sans', sans-serif !important;
	letter-spacing: 1px !important;
	transition: all 0.5s ease !important;
	text-decoration: none !important;
	display: inline-table;
	text-align: center;
	text-shadow: none !important;
	outline: 0px !important;
}
.btn-yellow:hover,
a.btn-yellow:hover{
	background-color: #f3c10d !important;
	color: #fff !important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}


.yikes-easy-mc-submit-button.btn-yellow span:after{
	font-family: 'FontAwesome';
	content: "\f105";
	margin-left: 5px;
}
