/*
  Theme Name: JLB Concrete
  Theme URI: https://www.jlbconcrete.ca
  Version: 1.0.0
  Template: Divi
  Author: Reactive Designs
  Author URI: https://www.reactivedesigns.ca 
  Description: JLB Concrete
  Text Domain: jlb-concrete
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#gform_submit_button_1 {
	border-radius:25px;
	font-size: 18px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 20px;
	padding-right: 20px;
}

/** Site Map ****/
ul.sitemap {
  list-style-type: none; /* Removes default bullets */
  padding-left: 0;
}

ul.sitemap ul{
  list-style-type: none; /* Removes default bullets */
  padding-left: 0;
}

ul.sitemap li {
  position: relative;
  padding-left: 1.5em; /* Creates space for the icon */
}

ul.sitemap li::before {
  content: "\f0a9"; /* Unicode for 'circle arrow right' icon */
  font-family: "Font Awesome 7 Free";
  font-weight: 900; /* Required for 'Solid' style icons */
  position: absolute;
  left: 0;
  color: #ffffff; 
}


/**Check Mark List ***/
ul.custom-list {
  list-style-type: none; /* Removes default bullets */
  padding-left: 0;
}


ul.custom-list li {
  position: relative;
  padding-left: 1.5em; /* Creates space for the icon */
}

ul.custom-list li::before {
  content: "\f00c"; /* Unicode for 'check' icon */
  font-family: "Font Awesome 7 Free";
  font-weight: 900; /* Required for 'Solid' style icons */
  position: absolute;
  left: 0;
  color: #2f5d7c; 
}

/*** Circle Arrow Right ****/
ul.custom-c-list {
  list-style-type: none; /* Removes default bullets */
  padding-left: 0;
}

ul.custom-c-list li {
  position: relative;
  padding-left: 1.5em; /* Creates space for the icon */
}

ul.custom-c-list li::before {
  content: "\f0a9"; /* Unicode for 'check' icon */
  font-family: "Font Awesome 7 Free";
  font-weight: 900; /* Required for 'Solid' style icons */
  position: absolute;
  left: 0;
  color: #2f5d7c; 
}

 