/*
  Theme Name: Grassroots Organic Dirt Supplements
  Theme URI: https://www.grosupplements.ca
  Version: 1.0.0
  Template: Divi
  Author: Reactive Designs
  Author URI: https://www.reactivedesigns.net
  Text Domain: grassroots-organic-dirt-supplements
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/** Too Top **/
 .et_pb_scroll_top .dipi_btt_wrapper:before {
    content: "\32" !important;
    font-family: ETmodules;
}

/************************************* Leaf Bullet************/
/* 1. Reset the list and remove default bullets */
ul.leaf-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* 2. Create space for the icon on all child items */
ul.leaf-list li {
    position: relative;
    padding-left: 1.8em; /* Adjust this to push text further right */
    margin-bottom: 0.5em; /* Spacing between list items */
}

/* 3. Inject the Font Awesome 6 leaf icon */
ul.leaf-list li::before {
    content: "\f06c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Required for solid icon weight */
    position: absolute;
    left: 0;
    top: 0.15em; /* Fine-tunes the vertical alignment with text */
    color: #2e7d32; /* Optional: Green icon color */
}


/************************************* Right Bullet************/
/* 1. Reset the list and remove default bullets */
ul.right-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* 2. Create space for the icon on all child items */
ul.right-list li {
    position: relative;
    padding-left: 1.8em; /* Adjust this to push text further right */
    margin-bottom: 0.5em; /* Spacing between list items */
}

/* 3. Inject the Font Awesome 6 leaf icon */
ul.right-list li::before {
    content: "\f35a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Required for solid icon weight */
    position: absolute;
    left: 0;
    top: 0.15em; /* Fine-tunes the vertical alignment with text */
    color: #2e7d32; /* Optional: Green icon color */
}

.gform_button {
	color: #ffffff !important;
	padding: 12px 30px !important;
	font-size: 18px !important;
    background-color: #2ab939 !important;
    border-color: #2ab939 !important;
    border-radius: 50px !important;
}

.gform_button:hover {
	  background-color: #124a2f !important;
}



