/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.ul-sp ul {
	list-style: none;
	margin-left:0;
}
.ul-sp li {
	position:relative;
	padding-left:20px;
	margin-bottom: 5px;
}
.ul-sp ul li::before {
	content: "–";
	position: absolute;
	font-weight: 300;
	font-size: 16px;
	color:#EC242B;
	left:0;
	top:-2px;
}  
.has_text_color .ul-sp ul li::before {
	color:#ffffff;
}
.w-grid.type_carousel {
	overflow:hidden;
}
ol {
	margin-left:20px!important;
}