.single-team .image::before, .overlay::before, .solid::before, .single-pricing.active {
	background: #2196F3;
	background: -moz-linear-gradient(45deg, #2196F3 0%, #F25454 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #2196F3), color-stop(100%, #F25454));
	background: -webkit-linear-gradient(45deg, #2196F3 0%, #F25454 100%);
	background: -o-linear-gradient(45deg, #2196F3 0%, #F25454 100%);
	background: -ms-linear-gradient(45deg, #2196F3 0%, #F25454 100%);
	background: linear-gradient(45deg, #2196F3 0%, #F25454 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196F3', endColorstr='#F25454', GradientType=1 );
}