:root {
	--cc-btn-primary-bg: #ffc400 !important;
	--cc-btn-primary-hover-bg: #f8a100 !important;
	--cc-btn-secondary-bg: transparent !important;
	--cc-btn-secondary-text: #ffc400 !important;
}

#c-bns button:first-child,
#s-bns button:first-child {
	background-color: var(--cc-btn-primary-hover-bg) !important;
}

#c-bns button:first-child:hover,
#c-bns button:first-child:focus,
#s-bns button:first-child:hover,
#s-bns button:first-child:focus {
    background-color: var(--cc-btn-primary-bg) !important;

}

.cc_div a:hover,
.cc_div a:focus  {
    color: #ffc400 !important;
}
