/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
ul.checklist {
  list-style-type: none;

	
}

ul.checklist li::before {
  content: "";
  display: inline-block;
  width: 20px; /* Adjust the width and height to match your SVG */
  height: 20px;
  background-image: url('/wp-content/uploads/2023/06/check-solidG.svg'); /* Replace 'path/to/checkmark.svg' with the path to your SVG */
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent; /* Set the background color to transparent */
  fill: #00975a; /* Set the desired color for the check mark */
  margin-right: 5px;
 

}

ul.checklist li {

text-indent: -1.5em;
margin-left: 1.5em;

}

ul.custom-list > li {
  list-style: none;
  background: url(/wp-content/uploads/2023/06/arrow-right-solid-6.svg) left center no-repeat;
  padding-left: 24px;
  line-height: 1.5!important;
}


@media only screen and (max-width: 48em) {
	

	
	
/*************** ADD MOBILE ONLY CSS HERE  ***************/
