/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.language-selector .current {
	background: #ccc;
	border-radius: 5px;
	padding: 0 10px;
}
.language-selector .current a {
	color: #000 !important;
}

.custom-checkbox input[type="checkbox"] + span:not(.color),
.custom-radio {
	border-color: #000000!important;

}
