.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;
}

div[data-style*=minimal] .toggle.open i:after {
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}