.tatsu-button, .wForm .primaryAction {
	color: #1c1c1c!important;
	background-color: #bd9c3f!important;
	font-size: 16px;
	text-transform: none;
	font-weight: 700!important;
	letter-spacing: 0;
	transition: all .2s;
	will-change: transform;
	background-image: linear-gradient(to left bottom, #faea85, #ecd97a, #dec96f, #cfb964, #c1a95a);
}


.tatsu-button:hover, .wForm .primaryAction:hover {
 	/*background-color: #cfb76f!important;*/
	text-decoration: underline;
	background-image: linear-gradient(to left bottom, #faea85, #ecd97a, #dec96f, #cfb964, #c1a95a);
}

.btn-arrow .tatsu-button {
	color: #1c1c1c!important;
	padding: 0 4.5em 0 0;
  	background-image: url(/wp-content/themes/oshin_child/assets/link-arrow.svg);
	background-size: auto 1em;
	background-position: calc(100% - .5em) center;
	background-repeat: no-repeat;
	background-color: transparent !important;
	transition: all .3s;
}

.btn-arrow .tatsu-button:hover {
	background-position: 100% center;
	transform: none;
	box-shadow: none;
	background-color: transparent !important;
}
