/* Custome CSS added by Jay Gervais 2017 */

/* Layout for tabs */
.sparkler ul {
   width: 100%;
}  

/* float &amp; allow room for the widest item */
.sparkler ul li {
    float: left;
    max-width: 21em;
  	padding: 25px;
	background:url("https://pruvanconstruction.com/wp-content/uploads/2017/10/check_sm.png") no-repeat 0 50%;
    padding-left: 40px;  
}  

/* stop the float */
.sparkler br {
    clear: left;
}  

/* separate the list from subsequent markup */
.sparkler {
    margin-bottom: 1em;
}
.sparkler ul {
  	list-style: none;
}

/* .sparkler ul li:before {
  content: '✓';
} */

/* Color layout on shops page */
#floatcolor {
  float: left;
  padding: 15px;
}

/* 2 */
/* Layout for tabs */
.sparkler2 ul {
   width: 100%;
}  

/* float &amp; allow room for the widest item */
.sparkler2 ul li {
    float: left;
  	min-width: 21em;
    max-width: 100%;
  	padding: 25px;
	background:url("https://pruvanconstruction.com/wp-content/uploads/2017/10/check_sm.png") no-repeat 0 50%;
    padding-left: 40px;  
  
}  

/* stop the float */
.sparkler2 br {
    clear: left;
}  

/* separate the list from subsequent markup */
.sparkler2 {
    margin-bottom: 1em;
}

.sparkler2 ul {
  list-style: none;
}

/* .sparkler2 ul li:before {
  content: '✓';
} */

/* Color layout on shops page */
#floatcolor {
  float: left;
  padding: 10px;
}

/* edit color overlay padding for small screens */
@media only screen and (max-width: 600px) { 

.row2 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}		
} 

@media only screen  and (min-width : 900px) {
		.fb-page {
				padding-top: 100px;
		}
}

.wpc_parallax_bg.is-mobile {
		background-repeat: repeat;
}