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

/************************************/
/* General */
/************************************/
.juncor-list ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

.juncor-list ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 5px;
}

.juncor-list ul li:last-child {
	margin-bottom: 0;
}

.juncor-list ul li::marker {
	content: none;
}

.juncor-list ul li::before {
	content: "\f058";
	font-family: "fontawesome";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 6px;
	line-height: 1;
}

.w-iconbox-title:not(:empty) {
	padding: .8em 0;
}

.fullwidth {
  width: 100%;
}

@media (max-width: 768px) {
	
	.juncor-list ul li {
	  padding-left: 40px;
	  margin-bottom: 20px;
	  margin-right: 0px;
	}
	.juncor-list ul li::before {
	  font-size: 1.4rem;
	}

}

/************************************/
/* Slide Content */
/************************************/
.juncor-slide .rsOverflow {
	border-radius: 1rem;
	/*border: 1px solid #676A4C;*/
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
}

.juncor-slide .rsBullet span {
	display: block;
	border-radius: 50%;
	background: #676A4C;
	width: 10px;
	height: 10px;
	margin: 6px;
	color: var(--color-content-primary);
}

@media (max-width: 768px) {

}