/*
Theme Name: PAWS Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi for PAWS Animal Rescue
Author: Kildare Web .ie
Template: Divi
*/
@import url("../Divi/style.css");

/* Style PAW Bullets.  Just add class="paw-bullets" to the <ul> */
ul.paw-bullets {
	list-style-type: none !important; 
}
ul.paw-bullets li {
    line-height: 2em; /* Set line-height to 2em */
}
ul.paw-bullets li:before {
	content: "";
	display: inline-block !important;
	width: 25px !important; 
	height: 25px !important; 
	background-image: url('https://staging.kildareweb.ie/PAWS/wp-content/themes/divi-child/images/paw-large.svg') !important; 
  background-repeat: no-repeat;
	background-size: contain !important;
	margin-right: 10px !important;
	padding-top:5px;
  vertical-align: middle;
}