/*
Theme Name: Pyramid26
Description: Divi 5 Child Theme
Version: 1.0.0
Author: Graham Becker & Briana Higgins
Author URI: 
Theme URI: https://pecs.com
License: Private
License URI: https://pecs.com
Template: Divi
*/

/* ========== Styled Lists ========== */

/* === Orange checkmarks for lists === */
.pdt_orange-checks ul { 
  list-style: none; 
  margin-left: 0;
}

.pdt_orange-checks ul li { 
 	text-indent: -1.5em; 
 	margin: 1.5em 0 0 0.5em;
	display: block;
}

.pdt_orange-checks ul li:first-child { margin-top: 0 !important; }

.pdt_orange-checks ul li:before {
  font-family: 'FontAwesome' !important;
  content: '\f00c';
  color: #e4945a;
  font-weight: 500;
  margin-right: 10px;
}