/*
Theme Name: Torrent Energy
Description: Torrent Energy Theme
Version: 1.0.0
Author: Reactive Designs
Author URI: https://www.reactivedesigns.ca
Theme URI: https://www.torrentenergy.ca
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/


/**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: #006ec6; 
}


/*** Gravity Form Style ****/

.gform_button {
background-color: #006ec6 !important;
border-radius: 25px !important;
font-size: 1.2em !important;}

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