.toggle.open>.toggle-title a {
	color: #fff;
	background-color: #000;
}

.toggle.open>.toggle-title a i {
	color: #fff;
}

@media only screen and (max-width:999px) {}

body .toggle[data-inner-wrap=true].open>div {
	pointer-events: all;
}

.light .toggle>div {
	color: #676767;
}

.light div[data-style*=minimal] .toggle>.toggle-title i {
	border-color: #fff;
}

.light div[data-style*=minimal] .toggle>.toggle-title i:after, .light div[data-style*=minimal] .toggle>.toggle-title i:before {
	background-color: #fff;
}

.light div[data-style*=minimal] .toggle>.toggle-title a {
	color: #fff;
}

div[data-style*=minimal] .toggle.open i:after {
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}