.ast-theme-transparent-header [CLASS*="ast-header-button-"] .ast-custom-button {
	color: #FFBF3D;
	background: #333333;
	border-color: #333333 !important;
}
.ast-header-button-1 .ast-custom-button {
	color: #333333;
	background: #ffc755;
	border-color: #ffc755;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
}
.ast-header-button-1 .ast-custom-button:hover {
	color: #333333;
	background: #ffc755;
	border-color: #ffc755;
}
.ast-theme-transparent-header [CLASS*="ast-header-button-"] .ast-custom-button:hover {
	color: #333333;
	background: rgba(255,255,255,0);
}